HomeSort by relevance Sort by last modified time
    Searched refs:CommandLine (Results 351 - 375 of 1825) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/ui/webui/ntp/
suggestions_source_top_sites.cc 127 const CommandLine* cli = CommandLine::ForCurrentProcess();
139 const CommandLine* cli = CommandLine::ForCurrentProcess();
  /external/chromium_org/chrome/common/extensions/
extension_constants.cc 19 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kAppsGalleryURL))
20 gallery_prefix = CommandLine::ForCurrentProcess()->GetSwitchValueASCII(
60 CommandLine* cmdline = CommandLine::ForCurrentProcess();
  /external/chromium_org/chrome/installer/util/
fake_product_state.h 26 uninstall_command_ = CommandLine(setup_exe);
  /external/chromium_org/chrome/renderer/
chrome_content_renderer_client_browsertest.cc 21 CommandLine::ForCurrentProcess()->AppendSwitch(switches::kInstantProcess);
  /external/chromium_org/chrome/test/perf/
browser_perf_test.cc 18 void BrowserPerfTest::SetUpCommandLine(CommandLine* command_line) {
  /external/chromium_org/chrome_frame/
chrome_launcher_unittest.cc 12 CommandLine bad(base::FilePath(L"dummy.exe"));
20 CommandLine good(base::FilePath(L"dummy.exe"));
28 CommandLine no_params(base::FilePath(L"dummy.exe"));
32 CommandLine empty(base::FilePath(L""));
  /external/chromium_org/chromeos/settings/
cros_settings_provider.cc 28 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kGuestSession) &&
  /external/chromium_org/cloud_print/service/win/
chrome_launcher.h 16 class CommandLine;
  /external/chromium_org/components/nacl/loader/
nacl_main.cc 19 const CommandLine& parsed_command_line = parameters.command_line;
  /external/chromium_org/content/browser/gpu/
gpu_data_manager_impl.h 25 class CommandLine;
98 void AppendRendererCommandLine(CommandLine* command_line) const;
102 void AppendGpuCommandLine(CommandLine* command_line) const;
106 void AppendPluginCommandLine(CommandLine* command_line) const;
  /external/chromium_org/content/ppapi_plugin/
ppapi_broker_main.cc 18 const CommandLine& command_line = parameters.command_line;
  /external/chromium_org/content/shell/browser/
shell_resource_dispatcher_host_delegate.cc 23 !CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree);
  /external/chromium_org/content/shell/tools/
content_shell_crash_service.cc 20 CommandLine::Init(0, NULL);
  /external/chromium_org/gpu/command_buffer/common/
unittest_main.cc 36 CommandLine::Init(argc, argv);
  /external/chromium_org/media/audio/linux/
audio_manager_linux.cc 31 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kUseCras)) {
  /external/chromium_org/mojo/common/test/
multiprocess_test_base.h 49 virtual CommandLine MakeCmdLine(const std::string& procname,
  /external/chromium_org/net/tools/dump_cache/
dump_cache.cc 80 int LaunchSlave(CommandLine command_line,
113 CommandLine::Init(argc, argv);
115 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
  /external/chromium_org/ppapi/shared_impl/
ppapi_permissions.cc 34 if (CommandLine::ForCurrentProcess()->HasSwitch(
  /external/chromium_org/remoting/host/win/
launch_process_with_token.h 35 const CommandLine::StringType& command_line,
  /external/chromium_org/ui/base/win/
message_box_win.cc 20 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kNoMessageBox))
  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator_browsertest.cc 92 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
172 CommandLine dummy(CommandLine::NO_PROGRAM);
207 CommandLine dummy(CommandLine::NO_PROGRAM);
252 CommandLine dummy(CommandLine::NO_PROGRAM);
275 CommandLine command_line(CommandLine::NO_PROGRAM);
305 CommandLine command_line(CommandLine::NO_PROGRAM)
    [all...]
  /external/chromium/base/test/
test_timeouts.cc 20 if (CommandLine::ForCurrentProcess()->HasSwitch(switch_name)) {
22 CommandLine::ForCurrentProcess()->GetSwitchValueASCII(switch_name));
  /external/chromium/chrome/browser/chromeos/login/
login_browsertest.cc 64 virtual void SetUpCommandLine(CommandLine* command_line) {
73 virtual void SetUpCommandLine(CommandLine* command_line) {
  /external/chromium/chrome/browser/
content_setting_combo_model.cc 40 CommandLine::ForCurrentProcess()->HasSwitch(switches::kEnableClickToPlay))
65 CommandLine::ForCurrentProcess()->HasSwitch(switches::kEnableClickToPlay))
  /external/chromium/chrome/browser/extensions/
extension_gallery_install_apitest.cc 18 void SetUpCommandLine(CommandLine* command_line) {
32 CommandLine::ForCurrentProcess()->AppendSwitchASCII(

Completed in 562 milliseconds

<<11121314151617181920>>