/third_party/cef/tests/ceftests/ |
D | command_line_unittest.cc | 10 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
|
D | test_suite.h | 35 CefRefPtr<CefCommandLine> command_line() const { return command_line_; } in command_line() function
|
/third_party/skia/third_party/externals/libjpeg-turbo/gtest/ |
D | djpeg-gtest-wrapper.cpp | 83 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 …]
|
D | cjpeg-gtest-wrapper.cpp | 50 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 …]
|
D | jpegtran-gtest-wrapper.cpp | 49 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
|
D | tjbench-gtest-wrapper.cpp | 85 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/ |
D | client_app_browser.cc | 19 void ClientAppBrowser::PopulateSettings(CefRefPtr<CefCommandLine> command_line, in PopulateSettings() 46 CefRefPtr<CefCommandLine> command_line) { in OnBeforeCommandLineProcessing() 97 CefRefPtr<CefCommandLine> command_line) { in OnBeforeChildProcessLaunch()
|
D | client_app_browser.h | 25 CefRefPtr<CefCommandLine> command_line) {} in OnBeforeCommandLineProcessing() 31 CefRefPtr<CefCommandLine> command_line) {} in OnBeforeChildProcessLaunch()
|
/third_party/cef/libcef/common/ |
D | crash_reporting.cc | 95 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()
|
D | command_line_impl.h | 49 const base::CommandLine& command_line() { return const_value(); } in command_line() function
|
D | resource_util.cc | 81 const base::CommandLine* command_line) { in GetUserDataPath() 205 const base::CommandLine* command_line) { in OverrideUserDataDir()
|
D | command_line_impl.cc | 44 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/ |
D | alloy_main_delegate.cc | 92 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/ |
D | alloy_browser_main.cc | 160 const base::CommandLine* command_line = in PostCreateMainMessageLoop() local 251 const base::CommandLine* command_line = in PreMainMessageLoopRun() local
|
/third_party/cef/libcef/common/chrome/ |
D | chrome_main_delegate_cef.cc | 58 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/ |
D | devtools_manager_delegate.cc | 69 const base::CommandLine& command_line = in CreateSocketFactory() local 108 const base::CommandLine& command_line = in StartHttpHandler() local
|
/third_party/cef/libcef/browser/ |
D | process_util_impl.cc | 13 bool CefLaunchProcess(CefRefPtr<CefCommandLine> command_line) { in CefLaunchProcess()
|
/third_party/cef/libcef/browser/prefs/ |
D | browser_prefs.cc | 120 const base::CommandLine* command_line = in RegisterProfilePrefs() local 136 const base::CommandLine* command_line = in CreatePrefService() local
|
D | renderer_prefs.cc | 231 const base::CommandLine* command_line = in SetCommandLinePrefDefaults() local 250 const base::CommandLine* command_line = in SetDefaultPrefs() local
|
/third_party/cef/include/ |
D | cef_browser_process_handler.h | 69 CefRefPtr<CefCommandLine> command_line) {} in OnBeforeChildProcessLaunch()
|
D | cef_app.h | 161 CefRefPtr<CefCommandLine> command_line) {} in OnBeforeCommandLineProcessing()
|
/third_party/cef/tests/cefclient/browser/ |
D | root_window_manager.cc | 33 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/ |
D | client_app.cc | 26 CefRefPtr<CefCommandLine> command_line) { in GetProcessType()
|
/third_party/cef/tests/cefsimple/ |
D | cefsimple_win.cc | 56 CefRefPtr<CefCommandLine> command_line = CefCommandLine::CreateCommandLine(); in wWinMain() local
|
/third_party/cef/tests/shared/ |
D | process_helper_mac.cc | 37 CefRefPtr<CefCommandLine> command_line = CefCommandLine::CreateCommandLine(); in RunMain() local
|