Home
last modified time | relevance | path

Searched refs:kCloudPrintServiceProcess (Results 1 – 14 of 14) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/sandbox/policy/
H A Dswitches.cc121 const char kCloudPrintServiceProcess[] = "service"; variable
H A Dswitches.h78 SANDBOX_POLICY_EXPORT extern const char kCloudPrintServiceProcess[];
H A Dsandbox_type.cc204 if (process_type == switches::kCloudPrintServiceProcess) in SandboxTypeFromCommandLine()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/common/
H A Dchrome_switches.cc128 const char kCloudPrintServiceProcess[] = "service"; variable
H A Dchrome_switches.h61 extern const char kCloudPrintServiceProcess[];
H A Dservice_process_util.cc113 switches::kCloudPrintServiceProcess); in CreateServiceProcessCommandLine()
H A Dservice_process_util_unittest.cc170 std::string(switches::kCloudPrintServiceProcess)); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/common/
H A Dchrome_switches.h55 extern const char kCloudPrintServiceProcess[];
H A Dchrome_switches.cc125 const char kCloudPrintServiceProcess[] = "service"; variable
H A Dservice_process_util.cc112 switches::kCloudPrintServiceProcess); in CreateServiceProcessCommandLine()
H A Dservice_process_util_unittest.cc170 std::string(switches::kCloudPrintServiceProcess)); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/app/
H A Dmain_dll_loader_win.cc137 process_type_ == switches::kCloudPrintServiceProcess; in Launch()
H A Dchrome_main_delegate.cc270 process_type == switches::kCloudPrintServiceProcess) { in AdjustLinuxOOMScore()
1135 {switches::kCloudPrintServiceProcess, CloudPrintServiceProcessMain}, in RunProcess()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/install_static/
H A Dinstall_util.cc86 constexpr wchar_t kCloudPrintServiceProcess[] = L"service"; variable
336 if (process_type == kCloudPrintServiceProcess) in GetProcessType()