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

<<11121314151617181920>>

  /external/chromium_org/chrome/test/remoting/
remote_desktop_browsertest.cc 7 #include "base/command_line.h"
557 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
566 if (command_line->HasSwitch(kOverrideUserDataDir)) {
568 command_line->GetSwitchValuePath(kOverrideUserDataDir);
572 command_line->AppendSwitchPath(switches::kUserDataDir,
576 username_ = command_line->GetSwitchValueASCII(kUsername);
577 password_ = command_line->GetSwitchValueASCII(kkPassword);
578 me2me_pin_ = command_line->GetSwitchValueASCII(kMe2MePin);
579 remote_host_name_ = command_line->GetSwitchValueASCII(kRemoteHostName);
580 extension_name_ = command_line->GetSwitchValueASCII(kExtensionName)
    [all...]
  /external/chromium_org/components/cloud_devices/common/
cloud_devices_urls.cc 7 #include "base/command_line.h"
43 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local
45 command_line->GetSwitchValueASCII(switches::kCloudPrintURL));
105 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local
107 command_line->GetSwitchValueASCII(switches::kCloudDevicesURL));
  /external/chromium_org/content/plugin/
plugin_main.cc 12 #include "base/command_line.h"
58 const CommandLine& parsed_command_line = parameters.command_line;
  /external/chromium_org/content/test/
webrtc_content_browsertest_base.cc 7 #include "base/command_line.h"
18 void WebRtcContentBrowserTest::SetUpCommandLine(CommandLine* command_line) {
  /external/chromium_org/content/worker/
worker_main.cc 6 #include "base/command_line.h"
62 const CommandLine& parsed_command_line = parameters.command_line;
  /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,
sandbox.h 66 // of the command_line.
67 // command_line: The arguments to be passed as command line to the new
77 const wchar_t* command_line,
  /external/chromium_org/testing/android/
native_test_launcher.cc 22 #include "base/command_line.h"
143 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
157 if (command_line.HasSwitch(kSeparateStderrFifo)) {
163 if (command_line.HasSwitch(kCreateStdinFifo)) {
177 if (command_line.HasSwitch(switches::kWaitForDebugger)) {
  /external/chromium_org/third_party/libjingle/overrides/
init_webrtc.h 46 const base::CommandLine& command_line,
  /external/chromium_org/tools/site_compare/commands/
scrape.py 8 1. The command_line package from tools/site_compare
21 import command_line namespace
  /external/e2fsprogs/ext2ed/
inode_com.c 22 void type_ext2_inode___prev (char *command_line)
32 ptr=parse_word (command_line,buffer);
69 void type_ext2_inode___next (char *command_line)
79 ptr=parse_word (command_line,buffer);
118 void type_ext2_inode___show (char *command_line)
143 show (command_line);
282 void type_ext2_inode___entry (char *command_line)
290 ptr=parse_word (command_line,buffer);
315 void type_ext2_inode___group (char *command_line)
329 void type_ext2_inode___file (char *command_line)
    [all...]
  /external/chromium_org/base/test/launcher/
test_launcher.h 88 // |command_line|. If |wrapper| is not empty, it is prepended to the final
93 void LaunchChildGTestProcess(const CommandLine& command_line,
191 CommandLine PrepareCommandLineForGTest(const CommandLine& command_line,
  /external/chromium_org/chrome/browser/chromeos/app_mode/
kiosk_mode_idle_app_name_notification.cc 9 #include "base/command_line.h"
77 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
79 command_line->GetSwitchValueASCII(::switches::kAppId);
  /external/chromium_org/chrome/browser/chromeos/background/
ash_user_wallpaper_delegate.cc 10 #include "base/command_line.h"
71 const CommandLine* command_line = CommandLine::ForCurrentProcess(); variable
72 bool disable_boot_animation = command_line->
  /external/chromium_org/chrome/browser/chromeos/login/
resource_loader_browsertest.cc 7 #include "base/command_line.h"
36 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
38 command_line->AppendSwitch(switches::kDisableWebSecurity);
  /external/chromium_org/chrome/browser/extensions/api/messaging/
native_process_launcher_posix.cc 7 #include "base/command_line.h"
52 const CommandLine& command_line,
84 if (!base::LaunchProcess(command_line, options, process_handle)) {
  /external/chromium_org/chrome/browser/extensions/
page_action_controller_unittest.cc 7 #include "base/command_line.h"
42 CommandLine command_line(CommandLine::NO_PROGRAM);
47 &command_line, base::FilePath(), false);
test_extension_system.h 41 ExtensionPrefs* CreateExtensionPrefs(const base::CommandLine* command_line,
47 const base::CommandLine* command_line,
  /external/chromium_org/chrome/browser/infobars/
infobars_browsertest.cc 5 #include "base/command_line.h"
27 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
28 command_line->AppendSwitchASCII(
  /external/chromium_org/chrome/browser/prefs/
incognito_mode_prefs.cc 7 #include "base/command_line.h"
75 const CommandLine& command_line,
79 (command_line.HasSwitch(switches::kIncognito) ||
  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator_impl.h 44 const base::CommandLine& command_line,
47 const base::CommandLine& command_line,
  /external/chromium_org/chrome/installer/util/
app_command.cc 34 AppCommand::AppCommand(const base::string16& command_line)
35 : command_line_(command_line),
product.h 113 void AppendProductFlags(base::CommandLine* command_line) const;
116 void AppendRenameFlags(base::CommandLine* command_line) const;
  /external/chromium_org/chromeos/network/
network_sms_handler_unittest.cc 10 #include "base/command_line.h"
59 CommandLine* command_line = CommandLine::ForCurrentProcess(); variable
60 command_line->AppendSwitch(chromeos::switches::kSmsTestMessages);
  /external/chromium_org/components/translate/core/common/
translate_util_unittest.cc 7 #include "base/command_line.h"
91 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
92 command_line->AppendSwitchASCII(translate::switches::kTranslateSecurityOrigin,

Completed in 1056 milliseconds

<<11121314151617181920>>