HomeSort by relevance Sort by last modified time
    Searched full:command_line (Results 51 - 75 of 400) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/
background_mode_manager_linux.cc 7 #include "base/command_line.h"
70 std::string command_line = wrapper_script + local
75 command_line,
background_contents_service_factory.cc 7 #include "base/command_line.h"
background_mode_manager_factory.cc 7 #include "base/command_line.h"
tab_closeable_state_watcher.cc 7 #include "base/command_line.h"
  /external/chromium/chrome/browser/printing/cloud_print/
cloud_print_url.cc 7 #include "base/command_line.h"
37 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
38 GURL cloud_print_service_url = GURL(command_line.GetSwitchValueASCII(
  /external/chromium/chrome/common/
logging_chrome.h 36 void InitChromeLogging(const CommandLine& command_line,
41 FilePath GetSessionLogFile(const CommandLine& command_line);
44 void RedirectChromeLogging(const CommandLine& command_line);
  /external/e2fsprogs/ext2ed/
general_com.c 24 void help (char *command_line)
32 ptr=parse_word (command_line,argument);
148 void set_device (char *command_line)
153 ptr=parse_word (command_line,new_device);
201 void set_offset (char *command_line)
213 ptr=parse_word (command_line,new_offset_buffer);
357 void set (char *command_line)
372 hex_set (command_line);
376 ptr=parse_word (command_line,buffer);
426 void hex_set (char *command_line)
    [all...]
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/chrome/browser/chromeos/
cros_settings_provider.cc 7 #include "base/command_line.h"
  /external/chromium/chrome/browser/extensions/
app_background_page_apitest.cc 19 void SetUpCommandLine(CommandLine* command_line) {
20 ExtensionApiTest::SetUpCommandLine(command_line);
21 command_line->AppendSwitch(switches::kDisablePopupBlocking);
22 command_line->AppendSwitch(switches::kAllowHTTPBackgroundPage);
extension_infobar_apitest.cc 5 #include "base/command_line.h"
extension_webrequest_apitest.cc 5 #include "base/command_line.h"
extension_startup_browsertest.cc 7 #include "base/command_line.h"
36 virtual void SetUpCommandLine(CommandLine* command_line) {
60 command_line->AppendSwitch(switches::kDisableExtensions);
64 command_line->AppendSwitchPath(switches::kLoadExtension, load_extension_);
65 command_line->AppendSwitch(switches::kDisableExtensionsFileAccessCheck);
  /external/chromium/chrome/browser/first_run/
first_run_browser_process.h 18 explicit FirstRunBrowserProcess(const CommandLine& command_line);
upgrade_util.h 21 bool RelaunchChromeBrowser(const CommandLine& command_line);
upgrade_util_win.h 23 bool DoUpgradeTasks(const CommandLine& command_line);
  /external/chromium/chrome/browser/net/
chrome_net_log.cc 9 #include "base/command_line.h"
68 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
69 if (command_line.HasSwitch(switches::kLogNetLog)) {
71 command_line.GetSwitchValuePath(switches::kLogNetLog)));
proxy_service_factory.h 33 const CommandLine& command_line);
  /external/chromium/chrome/browser/policy/
cloud_policy_subsystem.cc 10 #include "base/command_line.h"
57 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
58 if (command_line->HasSwitch(switches::kDeviceManagementUrl)) {
60 command_line->GetSwitchValueASCII(switches::kDeviceManagementUrl)));
  /external/chromium/chrome/browser/prerender/
prerender_field_trial.cc 7 #include "base/command_line.h"
18 void ConfigurePrefetchAndPrerender(const CommandLine& command_line) {
27 if (command_line.HasSwitch(switches::kPrerender)) {
29 command_line.GetSwitchValueASCII(switches::kPrerender);
  /external/chromium/chrome/browser/service/
service_process_control_mac.mm 7 #include "base/command_line.h"
  /external/chromium/chrome/browser/sync/notifier/
sync_notifier_factory.h 33 const CommandLine& command_line,
  /external/chromium/chrome/browser/ui/
browser_init.h 44 // WM_COPYDATA message). |command_line| holds the command line we need to
63 // Launches a browser window associated with |profile|. |command_line| should
67 bool LaunchBrowser(const CommandLine& command_line, Profile* profile,
101 LaunchWithProfile(const FilePath& cur_dir, const CommandLine& command_line);
102 LaunchWithProfile(const FilePath& cur_dir, const CommandLine& command_line,
212 const CommandLine& command_line,
216 static bool ProcessCmdLineImpl(const CommandLine& command_line,
  /system/extras/tests/sdcard/
plot_sdcard.py 89 self.command_line = ''
101 self.command_line = re.search('# Command: [/\w_]+ (.*)', line).group(1)
102 self.command_line = self.command_line.replace(' --', '-')
103 self.command_line = self.command_line.replace(' -d', '')
104 self.command_line = self.command_line.replace('--test=', '')
115 self.kernel, self.duration, self.command_line, self.sched)
  /external/chromium/chrome/browser/net/websocket_experiment/
websocket_experiment_runner.cc 7 #include "base/command_line.h"
39 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
40 std::string experiment_host = command_line.GetSwitchValueASCII(
99 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
100 std::string experiment_host_override = command_line.GetSwitchValueASCII(

Completed in 514 milliseconds

1 23 4 5 6 7 8 91011>>