| /external/chromium_org/chrome/installer/mini_installer/ |
| mini_installer.cc | 320 cmd_to_append = configuration.command_line(); 322 const wchar_t* tmp = SearchStringI(configuration.command_line(), exe_name);
|
| /external/chromium_org/content/browser/resources/gpu/ |
| browser_bridge_tests.js | 260 command_line: commandLineStr,
|
| /external/chromium_org/content/common/gpu/ |
| gpu_channel.cc | 15 #include "base/command_line.h" 399 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local 400 log_messages_ = command_line->HasSwitch(switches::kLogPluginMessages);
|
| /external/chromium_org/content/renderer/gpu/ |
| render_widget_compositor.cc | 14 #include "base/command_line.h" 65 const CommandLine& command_line, 70 std::string string_value = command_line.GetSwitchValueASCII(switch_string);
|
| /external/chromium_org/content/shell/browser/ |
| webkit_test_controller.cc | 10 #include "base/command_line.h" 329 CommandLine& command_line = *CommandLine::ForCurrentProcess(); local 330 if (!command_line.HasSwitch(switches::kDisableGpu))
|
| /external/chromium_org/extensions/common/features/ |
| simple_feature.cc | 10 #include "base/command_line.h" 312 CommandLine* command_line = CommandLine::ForCurrentProcess(); local 313 if (!command_line->HasSwitch(switches::kWhitelistedExtensionID))
|
| /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/ |
| cmdline.py | 370 def command_line(self, argv): member in class:CoverageScript 657 status = CoverageScript().command_line(argv)
|
| /external/chromium_org/chrome/browser/extensions/activity_log/ |
| activity_database_unittest.cc | 7 #include "base/command_line.h" 115 CommandLine command_line(CommandLine::NO_PROGRAM);
|
| /external/chromium_org/components/breakpad/app/ |
| breakpad_linux.cc | 26 #include "base/command_line.h" 206 void SetClientIdFromCommandLine(const CommandLine& command_line) { 209 command_line.GetSwitchValueASCII(switches::kEnableCrashReporter); 1596 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local [all...] |
| /ndk/sources/host-tools/make-3.81/ |
| job.c | 993 | child->file->cmds->lines_flags[child->command_line - 1]); 1017 child->file->cmds->lines_flags[child->command_line - 1] [all...] |
| /external/chromium_org/chrome/browser/ |
| browser_process_impl.cc | 13 #include "base/command_line.h" 157 const CommandLine& command_line) 934 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local [all...] |
| process_singleton_posix.cc | 58 #include "base/command_line.h" 886 const CommandLine& command_line, 888 NotifyResult result = NotifyOtherProcessWithTimeout(command_line, 899 result = NotifyOtherProcessWithTimeout(command_line, timeout_seconds, false); [all...] |
| /external/chromium_org/chrome/browser/chromeos/system/ |
| tray_accessibility_browsertest.cc | 11 #include "base/command_line.h" 77 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 78 command_line->AppendSwitch(switches::kLoginManager); 79 command_line->AppendSwitchASCII(switches::kLoginProfile, [all...] |
| /external/chromium_org/chrome/browser/extensions/ |
| extension_messages_apitest.cc | 129 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 130 ExtensionApiTest::SetUpCommandLine(command_line); 131 command_line->AppendSwitch(switches::kEnablePanels); [all...] |
| /external/chromium_org/chrome/browser/lifetime/ |
| browser_close_manager_browsertest.cc | 7 #include "base/command_line.h" 252 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 254 command_line->AppendSwitch(switches::kEnableFastUnload); 256 command_line->AppendSwitch( [all...] |
| /external/chromium_org/chrome/browser/profiles/ |
| profile_io_data.cc | 13 #include "base/command_line.h" 933 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local [all...] |
| /external/chromium_org/chrome/browser/safe_browsing/ |
| safe_browsing_service_browsertest.cc | 12 #include "base/command_line.h" 404 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 408 command_line->AppendSwitch(switches::kSbDisableAutoUpdate); 410 command_line->AppendSwitch( [all...] |
| /external/chromium_org/chromeos/dbus/ |
| fake_shill_manager_client.cc | 8 #include "base/command_line.h" 919 CommandLine* command_line = CommandLine::ForCurrentProcess(); local [all...] |
| session_manager_client.cc | 97 virtual void RestartJob(int pid, const std::string& command_line) OVERRIDE { 102 writer.AppendString(command_line); 590 virtual void RestartJob(int pid, const std::string& command_line) OVERRIDE {}
|
| /external/chromium_org/content/browser/gpu/ |
| gpu_process_host.cc | 12 #include "base/command_line.h" 511 CommandLine* command_line = CommandLine::ForCurrentProcess(); local 512 command_line->AppendSwitch(switches::kDisableGpuWatchdog); 516 gpu_data_manager->AppendGpuCommandLine(command_line); [all...] |
| /external/chromium_org/content/renderer/ |
| dom_serializer_browsertest.cc | 6 #include "base/command_line.h" 173 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 174 command_line->AppendSwitch(switches::kSingleProcess); 177 command_line->AppendSwitch(switches::kDisableGpu); [all...] |
| /external/chromium_org/third_party/tcmalloc/chromium/src/ |
| pprof | [all...] |
| /external/jemalloc/bin/ |
| pprof | [all...] |
| /external/chromium_org/chrome/browser/prerender/ |
| prerender_browsertest.cc | 9 #include "base/command_line.h" [all...] |
| /external/chromium_org/chrome/browser/sessions/ |
| session_restore_browsertest.cc | 7 #include "base/command_line.h" 68 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 70 command_line->AppendSwitch(switches::kCreateBrowserOnStartupForTests); 71 InProcessBrowserTest::SetUpCommandLine(command_line); [all...] |