HomeSort by relevance Sort by last modified time
    Searched full:command_line (Results 426 - 450 of 2119) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/ui/app_list/
app_list_service_impl.h 11 #include "base/command_line.h"
38 AppListServiceImpl(const base::CommandLine& command_line,
  /external/chromium_org/chrome/browser/ui/views/app_list/win/
app_list_service_win.cc 10 #include "base/command_line.h"
109 CommandLine command_line(chrome_exe);
110 command_line.CopySwitchesFrom(*current, kSwitchesToCopy,
112 command_line.AppendSwitch(switches::kShowAppList);
113 return command_line;
121 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
122 if (command_line->HasSwitch(switches::kUserDataDir)) {
124 command_line->GetSwitchValuePath(switches::kUserDataDir).AppendASCII(
  /external/chromium_org/chrome/installer/mini_installer/
configuration.h 37 const wchar_t* command_line() const { return command_line_; } function in class:mini_installer::Configuration
65 bool InitializeFromCommandLine(const wchar_t* command_line);
  /external/chromium_org/chrome/installer/util/
app_command.cc 34 AppCommand::AppCommand(const base::string16& command_line)
35 : command_line_(command_line),
  /external/chromium_org/chrome/renderer/net/
net_error_helper.cc 9 #include "base/command_line.h"
77 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
79 command_line->HasSwitch(switches::kEnableOfflineAutoReload);
81 command_line->HasSwitch(switches::kEnableOfflineAutoReloadVisibleOnly);
180 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
182 command_line->HasSwitch(switches::kEnableOfflineLoadStaleCache);
216 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
218 command_line->HasSwitch(switches::kEnableOfflineLoadStaleCache);
  /external/chromium_org/chrome/test/nacl/
nacl_browsertest.cc 14 #include "base/command_line.h"
217 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
218 NaClBrowserTestPnacl::SetUpCommandLine(command_line);
220 command_line->AppendSwitch(switches::kEnableNaClDebug);
224 command_line->AppendSwitch(switches::kNoSandbox);
281 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
282 NaClBrowserTestPnaclDebug::SetUpCommandLine(command_line);
283 command_line->AppendSwitchASCII(switches::kNaClDebugMask,
  /external/chromium_org/components/dom_distiller/standalone/
content_extractor.cc 7 #include "base/command_line.h"
170 const CommandLine& command_line) {
172 if (command_line.HasSwitch(kUrlSwitch)) {
174 std::string url_string = command_line.GetSwitchValueASCII(kUrlSwitch);
179 } else if (command_line.HasSwitch(kUrlsSwitch)) {
180 std::string urls_string = command_line.GetSwitchValueASCII(kUrlsSwitch);
252 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
253 requests_ = ContentExtractionRequest::CreateForCommandLine(command_line);
  /external/chromium_org/content/shell/browser/
shell_content_browser_client.h 51 virtual void AppendExtraCommandLineSwitches(base::CommandLine* command_line,
82 const base::CommandLine& command_line,
  /external/chromium_org/content/test/ppapi/
ppapi_test.h 49 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
74 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
  /external/chromium_org/content/test/
webrtc_content_browsertest_base.cc 7 #include "base/command_line.h"
22 void WebRtcContentBrowserTest::SetUpCommandLine(CommandLine* command_line) {
  /external/chromium_org/media/audio/alsa/
audio_manager_alsa.cc 7 #include "base/command_line.h"
53 CommandLine command_line(CommandLine::NO_PROGRAM);
56 command_line.SetProgram(base::FilePath("gnome-volume-control"));
60 command_line.SetProgram(base::FilePath("kmix"));
63 command_line.SetProgram(base::FilePath("gnome-control-center"));
64 command_line.AppendArg("sound");
65 command_line.AppendArg("input");
72 base::LaunchProcess(command_line, base::LaunchOptions(), NULL);
  /external/chromium_org/sandbox/win/src/
process_thread_policy.h 72 // 'command_line' : The command line passed to the created process.
76 const base::string16 &command_line,
  /external/chromium_org/tools/telemetry/telemetry/page/
page_filter.py 8 from telemetry.core import command_line namespace
18 class PageFilter(command_line.ArgumentHandlerMixIn):
  /external/chromium_org/ui/aura/bench/
bench_main.cc 11 #include "base/command_line.h"
164 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
165 do_draw_ = !command_line->HasSwitch("disable-draw");
167 std::string webgl_size = command_line->GetSwitchValueASCII("webgl-size");
337 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
338 bool force = command_line->HasSwitch("force-render-surface");
349 int frames = atoi(command_line->GetSwitchValueASCII("frames").c_str());
352 if (command_line->HasSwitch("bench-software-scroll")) {
  /external/chromium_org/chrome/browser/password_manager/
chrome_password_manager_client.cc 8 #include "base/command_line.h"
504 CommandLine* command_line = CommandLine::ForCurrentProcess();
505 if (command_line->HasSwitch(switches::kDisableSavePasswordBubble))
508 if (command_line->HasSwitch(switches::kEnableSavePasswordBubble))
519 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
520 if (command_line->HasSwitch(
524 if (command_line->HasSwitch(
538 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
539 if (command_line->HasSwitch(
544 if (command_line->HasSwitch
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/users/wallpaper/
wallpaper_manager_browsertest.cc 16 #include "base/command_line.h"
75 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
76 command_line->AppendSwitch(switches::kLoginManager);
77 command_line->AppendSwitchASCII(switches::kLoginProfile, "user");
352 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
353 command_line->AppendSwitch(switches::kLoginManager);
354 command_line->AppendSwitchASCII(switches::kLoginProfile, "user");
355 command_line->AppendSwitch(chromeos::switches::kDisableLoginAnimations);
356 command_line->AppendSwitch(chromeos::switches::kDisableBootAnimation);
415 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE
    [all...]
  /external/chromium_org/chrome/test/remoting/
remote_desktop_browsertest.cc 7 #include "base/command_line.h"
556 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
565 if (command_line->HasSwitch(kOverrideUserDataDir)) {
567 command_line->GetSwitchValuePath(kOverrideUserDataDir);
571 command_line->AppendSwitchPath(switches::kUserDataDir,
575 username_ = command_line->GetSwitchValueASCII(kUsername);
576 password_ = command_line->GetSwitchValueASCII(kkPassword);
577 me2me_pin_ = command_line->GetSwitchValueASCII(kMe2MePin);
578 remote_host_name_ = command_line->GetSwitchValueASCII(kRemoteHostName);
579 extension_name_ = command_line->GetSwitchValueASCII(kExtensionName)
    [all...]
  /external/chromium_org/chrome/browser/profiles/
profile_shortcut_manager_win.cc 13 #include "base/command_line.h"
263 // command line in output parameter |command_line|.
266 base::string16* command_line) {
273 if (!base::win::ResolveShortcut(path, &target_path, command_line))
281 // the specified |command_line|. If |include_empty_command_lines| is true,
284 const base::string16& command_line,
300 // args from |command_line| are present in the shortcut's CommandLine. This
301 // will be more robust when |command_line| contains multiple args.
303 (shortcut_command_line.find(command_line) != base::string16::npos)) {
435 const base::string16 command_line local
510 const base::string16 command_line = local
561 const base::string16 command_line = local
646 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
    [all...]
  /external/chromium_org/athena/main/
athena_main.cc 14 #include "base/command_line.h"
85 base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); variable
88 command_line->HasSwitch(extensions::switches::kAppShellAppPath)
89 ? command_line->GetSwitchValueNative(
  /external/chromium_org/base/test/
perf_test_suite.cc 7 #include "base/command_line.h"
  /external/chromium_org/cc/blink/
web_nine_patch_layer_impl.cc 7 #include "base/command_line.h"
  /external/chromium_org/cc/trees/
layer_tree_settings.cc 9 #include "base/command_line.h"
  /external/chromium_org/chrome/app/
chrome_crash_reporter_client_mac.mm 14 #include "base/command_line.h"
  /external/chromium_org/chrome/browser/accessibility/
accessibility_extension_apitest.cc 5 #include "base/command_line.h"
  /external/chromium_org/chrome/browser/apps/
ephemeral_app_browsertest.h 30 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;

Completed in 1490 milliseconds

<<11121314151617181920>>