Home
last modified time | relevance | path

Searched defs:command_line (Results 1 – 25 of 80) sorted by relevance

1234

/third_party/cef/tests/ceftests/
Dcommand_line_unittest.cc10 void VerifyCommandLine(CefRefPtr<CefCommandLine> command_line, in VerifyCommandLine()
85 CefRefPtr<CefCommandLine> command_line = CefCommandLine::CreateCommandLine(); in TEST() local
104 CefRefPtr<CefCommandLine> command_line = CefCommandLine::CreateCommandLine(); in TEST() local
120 CefRefPtr<CefCommandLine> command_line = CefCommandLine::CreateCommandLine(); in TEST() local
140 CefRefPtr<CefCommandLine> command_line = CefCommandLine::CreateCommandLine(); in TEST() local
Dtest_suite.h35 CefRefPtr<CefCommandLine> command_line() const { return command_line_; } in command_line() function
/third_party/skia/third_party/externals/libjpeg-turbo/gtest/
Ddjpeg-gtest-wrapper.cpp83 char *command_line[] = { &prog_name[0], in TEST_P() local
115 char *command_line[] = { &prog_name[0], in TEST() local
145 char *command_line[] = { &prog_name[0], in TEST() local
173 char *command_line[] = { &prog_name[0], in TEST() local
204 char *command_line[] = { &prog_name[0], in TEST() local
233 char *command_line[] = { &prog_name[0], in TEST() local
262 char *command_line[] = { &prog_name[0], in TEST() local
293 char *command_line[] = { &prog_name[0], in TEST() local
323 char *command_line[] = { &prog_name[0], in TEST() local
349 char *command_line[] = { &prog_name[0], in TEST() local
[all …]
Dcjpeg-gtest-wrapper.cpp50 char *command_line[] = { &prog_name[0], in TEST() local
79 char *command_line[] = { &prog_name[0], in TEST() local
113 char *command_line[] = { &prog_name[0], in TEST() local
141 char *command_line[] = { &prog_name[0], in TEST() local
172 char *command_line[] = { &prog_name[0], in TEST() local
201 char *command_line[] = { &prog_name[0], in TEST() local
234 char *command_line[] = { &prog_name[0], in TEST() local
262 char *command_line[] = { &prog_name[0], in TEST() local
292 char *command_line[] = { &prog_name[0], in TEST() local
321 char *command_line[] = { &prog_name[0], in TEST() local
[all …]
Djpegtran-gtest-wrapper.cpp49 char *command_line[] = { &prog_name[0], in TEST() local
77 char *command_line[] = { &prog_name[0], in TEST() local
103 char *command_line[] = { &prog_name[0], in TEST() local
126 char *command_line[] = { &prog_name[0], in TEST() local
Dtjbench-gtest-wrapper.cpp85 char *command_line[] = { &prog_name[0], in SetUpTestSuite() local
156 char *command_line[] = { &prog_name[0], in SetUpTestSuite() local
/third_party/cef/tests/shared/browser/
Dclient_app_browser.cc19 void ClientAppBrowser::PopulateSettings(CefRefPtr<CefCommandLine> command_line, in PopulateSettings()
46 CefRefPtr<CefCommandLine> command_line) { in OnBeforeCommandLineProcessing()
97 CefRefPtr<CefCommandLine> command_line) { in OnBeforeChildProcessLaunch()
Dclient_app_browser.h25 CefRefPtr<CefCommandLine> command_line) {} in OnBeforeCommandLineProcessing()
31 CefRefPtr<CefCommandLine> command_line) {} in OnBeforeChildProcessLaunch()
/third_party/cef/libcef/common/
Dcrash_reporting.cc95 void InitCrashReporter(const base::CommandLine& command_line, in InitCrashReporter()
195 void BasicStartupComplete(base::CommandLine* command_line) { in BasicStartupComplete()
208 void PreSandboxStartup(const base::CommandLine& command_line, in PreSandboxStartup()
231 void ZygoteForked(base::CommandLine* command_line, in ZygoteForked()
Dcommand_line_impl.h49 const base::CommandLine& command_line() { return const_value(); } in command_line() function
Dresource_util.cc81 const base::CommandLine* command_line) { in GetUserDataPath()
205 const base::CommandLine* command_line) { in OverrideUserDataDir()
Dcommand_line_impl.cc44 void CefCommandLineImpl::InitFromString(const CefString& command_line) { in InitFromString()
170 base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); in GetGlobalCommandLine() local
/third_party/cef/libcef/common/alloy/
Dalloy_main_delegate.cc92 base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); in BasicStartupComplete() local
349 const base::CommandLine* command_line = in PreSandboxStartup() local
403 base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); in ZygoteForked() local
478 const base::CommandLine* command_line = in InitializeResourceBundle() local
/third_party/cef/libcef/browser/alloy/
Dalloy_browser_main.cc160 const base::CommandLine* command_line = in PostCreateMainMessageLoop() local
251 const base::CommandLine* command_line = in PreMainMessageLoopRun() local
/third_party/cef/libcef/common/chrome/
Dchrome_main_delegate_cef.cc58 base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); in BasicStartupComplete() local
141 const base::CommandLine* command_line = in PreSandboxStartup() local
188 base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); in ZygoteForked() local
/third_party/cef/libcef/browser/devtools/
Ddevtools_manager_delegate.cc69 const base::CommandLine& command_line = in CreateSocketFactory() local
108 const base::CommandLine& command_line = in StartHttpHandler() local
/third_party/cef/libcef/browser/
Dprocess_util_impl.cc13 bool CefLaunchProcess(CefRefPtr<CefCommandLine> command_line) { in CefLaunchProcess()
/third_party/cef/libcef/browser/prefs/
Dbrowser_prefs.cc120 const base::CommandLine* command_line = in RegisterProfilePrefs() local
136 const base::CommandLine* command_line = in CreatePrefService() local
Drenderer_prefs.cc231 const base::CommandLine* command_line = in SetCommandLinePrefDefaults() local
250 const base::CommandLine* command_line = in SetDefaultPrefs() local
/third_party/cef/include/
Dcef_browser_process_handler.h69 CefRefPtr<CefCommandLine> command_line) {} in OnBeforeChildProcessLaunch()
Dcef_app.h161 CefRefPtr<CefCommandLine> command_line) {} in OnBeforeCommandLineProcessing()
/third_party/cef/tests/cefclient/browser/
Droot_window_manager.cc33 CefRefPtr<CefCommandLine> command_line = in OnRequestContextInitialized() local
95 CefRefPtr<CefCommandLine> command_line = in RootWindowManager() local
304 CefRefPtr<CefCommandLine> command_line = in GetRequestContext() local
/third_party/cef/tests/shared/common/
Dclient_app.cc26 CefRefPtr<CefCommandLine> command_line) { in GetProcessType()
/third_party/cef/tests/cefsimple/
Dcefsimple_win.cc56 CefRefPtr<CefCommandLine> command_line = CefCommandLine::CreateCommandLine(); in wWinMain() local
/third_party/cef/tests/shared/
Dprocess_helper_mac.cc37 CefRefPtr<CefCommandLine> command_line = CefCommandLine::CreateCommandLine(); in RunMain() local

1234