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

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/net/
cookie_store_util.cc 9 #include "base/command_line.h"
103 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
106 return command_line.HasSwitch(switches::kRecordMode) &&
111 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
113 command_line.HasSwitch(switches::kPlaybackMode);
proxy_service_factory.h 52 const base::CommandLine& command_line,
  /external/chromium_org/chrome/browser/prefs/
incognito_mode_prefs.h 58 static bool ShouldLaunchIncognito(const base::CommandLine& command_line,
  /external/chromium_org/chrome/browser/prerender/
prerender_field_trial.h 21 void ConfigurePrerender(const base::CommandLine& command_line);
  /external/chromium_org/chrome/browser/
process_singleton_modal_dialog_lock.h 53 bool NotificationCallbackImpl(const base::CommandLine& command_line,
process_singleton_startup_lock.h 13 #include "base/command_line.h"
47 bool NotificationCallbackImpl(const base::CommandLine& command_line,
  /external/chromium_org/chrome/browser/profiles/
profile_shortcut_manager.h 43 // Populates the |command_line|, |name| and |icon_path| that a shortcut for
46 base::CommandLine* command_line,
  /external/chromium_org/components/nacl/loader/
nacl_main.cc 7 #include "base/command_line.h"
19 const CommandLine& parsed_command_line = parameters.command_line;
  /external/chromium_org/content/public/test/
test_launcher.h 36 base::CommandLine* command_line,
  /external/chromium_org/content/shell/browser/
shell_url_request_context_getter.cc 7 #include "base/command_line.h"
98 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
103 if (command_line.HasSwitch(switches::kDumpRenderTree))
122 if (command_line.HasSwitch(switches::kDumpRenderTree)) {
176 if (command_line.HasSwitch(switches::kTestingFixedHttpPort)) {
178 base::StringToInt(command_line.GetSwitchValueASCII(
182 if (command_line.HasSwitch(switches::kTestingFixedHttpsPort)) {
184 base::StringToInt(command_line.GetSwitchValueASCII(
188 if (command_line.HasSwitch(switches::kHostResolverRules)) {
192 command_line.GetSwitchValueASCII(switches::kHostResolverRules))
    [all...]
  /external/chromium_org/content/utility/
utility_main.cc 5 #include "base/command_line.h"
42 bool no_sandbox = parameters.command_line.HasSwitch(switches::kNoSandbox);
  /external/chromium_org/content/worker/
worker_thread.cc 7 #include "base/command_line.h"
42 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
43 if (command_line.HasSwitch(switches::kJavaScriptFlags)) {
45 command_line.GetSwitchValueASCII(switches::kJavaScriptFlags));
48 SetRuntimeFeaturesDefaultsAndUpdateFromArgs(command_line);
  /external/chromium_org/extensions/common/
feature_switch.cc 7 #include "base/command_line.h"
110 FeatureSwitch::FeatureSwitch(const CommandLine* command_line,
113 Init(command_line, switch_name, default_value);
116 void FeatureSwitch::Init(const CommandLine* command_line,
119 command_line_ = command_line;
  /external/chromium_org/remoting/host/win/
launch_process_with_token.h 11 #include "base/command_line.h"
35 const base::CommandLine::StringType& command_line,
  /external/chromium_org/sandbox/win/sandbox_poc/
sandbox.cc 17 bool ParseCommandLine(wchar_t * command_line,
33 arg_list = CommandLineToArgvW(command_line, &arg_count);
50 int APIENTRY _tWinMain(HINSTANCE instance, HINSTANCE, wchar_t* command_line,
52 UNREFERENCED_PARAMETER(command_line);
  /external/chromium_org/sandbox/win/src/
restricted_token_utils.h 40 // Starts the process described by the input parameter command_line in a job
58 // Note: The Unicode version of this function will fail if the command_line
60 DWORD StartRestrictedProcessInJob(wchar_t *command_line,
  /external/chromium_org/tools/site_compare/commands/
measure.py 8 1. The command_line package from tools/site_compare
21 import command_line namespace
  /external/chromium_org/tools/win/split_link/
split_link.cc 56 std::wstring* command_line) {
60 command_line->append(argument);
62 command_line->push_back(L'"');
72 command_line->append(num_backslashes * 2, L'\\');
76 command_line->append(num_backslashes * 2 + 1, L'\\');
77 command_line->push_back(*it);
80 command_line->append(num_backslashes, L'\\');
81 command_line->push_back(*it);
84 command_line->push_back(L'"');
  /external/e2fsprogs/ext2ed/
dir_com.c 175 void type_dir___cd (char *command_line)
225 ptr=parse_word (command_line,dir_name);
335 void type_dir___entry (char *command_line)
349 ptr=parse_word (command_line,buffer);
388 void type_dir___followinode (char *command_line)
410 void type_dir___inode (char *command_line)
424 void type_dir___show (char *command_line)
476 void type_dir___next (char *command_line)
488 ptr=parse_word (command_line,buffer);
499 void type_dir___prev (char *command_line)
    [all...]
  /external/chromium_org/google_apis/gcm/tools/
mcs_probe.cc 14 #include "base/command_line.h"
199 const CommandLine& command_line,
259 const CommandLine& command_line,
261 : command_line_(command_line),
268 if (command_line.HasSwitch(kRMQFileName)) {
269 gcm_store_path_ = command_line.GetSwitchValuePath(kRMQFileName);
271 if (command_line.HasSwitch(kAndroidIdSwitch)) {
272 base::StringToUint64(command_line.GetSwitchValueASCII(kAndroidIdSwitch),
275 if (command_line.HasSwitch(kSecretSwitch)) {
276 base::StringToUint64(command_line.GetSwitchValueASCII(kSecretSwitch)
491 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
    [all...]
  /external/chromium_org/android_webview/browser/net/
aw_url_request_context_getter.cc 16 #include "base/command_line.h"
54 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
55 if (command_line.HasSwitch(switches::kHostResolverRules)) {
63 command_line.GetSwitchValueASCII(switches::kHostResolverRules));
71 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
72 if (command_line.HasSwitch(switches::kTestingFixedHttpPort)) {
73 base::StringToInt(command_line.GetSwitchValueASCII(
77 if (command_line.HasSwitch(switches::kTestingFixedHttpsPort)) {
78 base::StringToInt(command_line.GetSwitchValueASCII(
  /external/chromium_org/base/mac/
launch_services_util.cc 16 const CommandLine& command_line,
25 std::vector<std::string> argv = command_line.argv();
  /external/chromium_org/chrome/browser/apps/
app_browsertest_util.h 30 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
121 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
  /external/chromium_org/chrome/browser/dom_distiller/
tab_utils_browsertest.cc 7 #include "base/command_line.h"
35 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
36 command_line->AppendSwitch(switches::kEnableDomDistiller);
  /external/chromium_org/chrome/browser/first_run/
upgrade_util_win.cc 15 #include "base/command_line.h"
116 bool RelaunchChromeHelper(const CommandLine& command_line,
135 CommandLine chrome_exe_command_line = command_line;
200 bool RelaunchChromeBrowser(const CommandLine& command_line) {
201 return RelaunchChromeHelper(command_line, RELAUNCH_MODE_DEFAULT);
204 bool RelaunchChromeWithMode(const CommandLine& command_line,
206 return RelaunchChromeHelper(command_line, relaunch_mode);
274 bool DoUpgradeTasks(const CommandLine& command_line) {
283 if (!RelaunchChromeBrowser(command_line)) {

Completed in 1497 milliseconds

<<11121314151617181920>>