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

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/content/shell/android/browsertests_apk/
content_browser_tests_android.cc 17 #include "base/command_line.h"
74 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
75 command_line->AppendArguments(CommandLine(argc, &argv[0]), false);
78 command_line->AppendSwitch(content::kSingleProcessTestsFlag);
79 command_line->AppendSwitch(switches::kUseFakeDeviceForMediaStream);
80 command_line->AppendSwitch(switches::kUseFakeUIForMediaStream);
83 command_line->AppendSwitchASCII(switches::kRemoteDebuggingSocketName,
  /external/chromium_org/tools/android/device_stats_monitor/
device_stats_monitor.cc 16 #include "base/command_line.h"
87 CommandLine command_line(argc, argv);
88 CommandLine::StringVector args = command_line.GetArgs();
89 if (command_line.HasSwitch("h") || command_line.HasSwitch("help") ||
97 int hz = command_line.HasSwitch("hz") ?
98 atoi(command_line.GetSwitchValueNative("hz").c_str()) :
  /external/chromium_org/chrome/app/
chrome_main_delegate.cc 7 #include "base/command_line.h"
136 bool HasDeprecatedArguments(const std::wstring& command_line) {
138 std::wstring command_line_lower = command_line;
216 void EnableHeapProfiler(const CommandLine& command_line) {
218 if (command_line.HasSwitch(switches::kMemoryProfiling))
253 void SetMacProcessName(const CommandLine& command_line) {
255 command_line.GetSwitchValueASCII(switches::kProcessType);
258 if (command_line.HasSwitch(switches::kExtensionProcess)) {
279 bool HandleVersionSwitches(const CommandLine& command_line) {
283 if (command_line.HasSwitch(switches::kProductVersion))
352 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
572 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
    [all...]
  /external/chromium/chrome/browser/tab_contents/
render_view_host_delegate_helper.cc 9 #include "base/command_line.h"
254 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
256 !command_line.HasSwitch(switches::kDisableDevTools);
258 !command_line.HasSwitch(switches::kDisableJavaScript) &&
261 !command_line.HasSwitch(switches::kDisableWebSecurity) &&
264 !command_line.HasSwitch(switches::kDisablePlugins) &&
267 !command_line.HasSwitch(switches::kDisableJava) &&
272 command_line.HasSwitch(switches::kEnableFastback);
274 !command_line.HasSwitch(switches::kDisableRemoteFonts);
276 !command_line.HasSwitch(switches::kDisableXSSAuditor)
    [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_webkit_preferences.cc 7 #include "base/command_line.h"
56 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
58 !command_line.HasSwitch(switches::kAllowWebUICompositing)) {
  /external/chromium_org/chrome/browser/first_run/
upgrade_util_linux.cc 8 #include "base/command_line.h"
25 bool RelaunchChromeBrowser(const CommandLine& command_line) {
26 return base::LaunchProcess(command_line, base::LaunchOptions(), NULL);
  /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
60 bool InitializeFromCommandLine(const wchar_t* command_line);
  /external/chromium_org/chrome/test/perf/
browser_perf_test.cc 7 #include "base/command_line.h"
18 void BrowserPerfTest::SetUpCommandLine(CommandLine* command_line) {
20 command_line->AppendSwitch(switches::kDisableBackgroundNetworking);
  /external/chromium_org/components/autofill/content/browser/wallet/
wallet_service_url.cc 9 #include "base/command_line.h"
30 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
31 return command_line.HasSwitch(switches::kWalletServiceUseProd) ||
37 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
39 command_line.GetSwitchValueASCII(switches::kWalletServiceUrl);
56 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
58 command_line.GetSwitchValueASCII(switches::kWalletSecureServiceUrl);
67 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
70 command_line.HasSwitch(switches::kWalletServiceUrl) ?
  /external/chromium_org/components/autofill/core/browser/
autofill_download_url.cc 9 #include "base/command_line.h"
26 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
27 std::string baseAutofillServiceUrl = command_line.GetSwitchValueASCII(
  /external/chromium_org/content/browser/
security_exploit_browsertest.cc 5 #include "base/command_line.h"
25 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
31 command_line->AppendSwitchASCII(
  /external/chromium_org/content/public/common/
main_function_params.h 12 #include "base/command_line.h"
31 : command_line(cl),
38 const CommandLine& command_line; member in struct:content::MainFunctionParams
  /external/chromium_org/content/renderer/
renderer_main_platform_delegate_win.cc 7 #include "base/command_line.h"
86 const CommandLine& command_line = parameters_.command_line; local
89 if (command_line.HasSwitch(switches::kEnableVtune))
95 bool no_sandbox = command_line.HasSwitch(switches::kNoSandbox);
118 const CommandLine& command_line = parameters_.command_line; local
120 DVLOG(1) << "Started renderer with " << command_line.GetCommandLineString();
127 command_line.GetSwitchValueNative(switches::kTestSandbox);
  /external/chromium_org/content/test/
content_browser_test_test.cc 7 #include "base/command_line.h"
19 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
23 command_line->AppendSwitch(switches::kSingleProcess);
  /external/chromium_org/ui/gfx/
gtk_util.h 24 // Call gtk_init() / gdk_init() using the argc and argv from command_line.
27 UI_EXPORT void GtkInitFromCommandLine(const CommandLine& command_line);
28 UI_EXPORT void GdkInitFromCommandLine(const CommandLine& command_line);
  /external/e2fsprogs/ext2ed/
blockbitmap_com.c 32 void type_ext2_block_bitmap___entry (char *command_line)
47 ptr=parse_word (command_line,buffer); /* Get the requested entry */
69 void type_ext2_block_bitmap___next (char *command_line)
81 ptr=parse_word (command_line,buffer);
91 void type_ext2_block_bitmap___prev (char *command_line)
97 ptr=parse_word (command_line,buffer);
107 void type_ext2_block_bitmap___allocate (char *command_line)
121 ptr=parse_word (command_line,buffer); /* Get the number of blocks to allocate */
142 void type_ext2_block_bitmap___deallocate (char *command_line)
150 ptr=parse_word (command_line,buffer)
    [all...]
inodebitmap_com.c 26 void type_ext2_inode_bitmap___entry (char *command_line)
32 ptr=parse_word (command_line,buffer);
48 void type_ext2_inode_bitmap___next (char *command_line)
54 ptr=parse_word (command_line,buffer);
64 void type_ext2_inode_bitmap___prev (char *command_line)
70 ptr=parse_word (command_line,buffer);
80 void type_ext2_inode_bitmap___allocate (char *command_line)
86 ptr=parse_word (command_line,buffer);
106 void type_ext2_inode_bitmap___deallocate (char *command_line)
112 ptr=parse_word (command_line,buffer)
    [all...]
  /external/chromium_org/chrome_frame/
chrome_launcher.cc 121 bool IsValidCommandLine(const wchar_t* command_line) {
122 if (command_line == NULL) {
128 args = CommandLineToArgvW(command_line, &num_args);
146 void AppendAdditionalLaunchParameters(std::wstring* command_line) {
161 const size_t kMaxChars = 0x7FFF - command_line->size();
184 *command_line += L' ';
185 *command_line += value;
195 bool SanitizeAndLaunchChrome(const wchar_t* command_line) {
197 if (IsValidCommandLine(command_line)) {
200 const wchar_t* args = PathGetArgs(command_line);
203 std::wstring command_line; local
    [all...]
  /external/chromium_org/chrome/common/
logging_chrome.cc 33 #include "base/command_line.h"
130 LoggingDestination DetermineLogMode(const CommandLine& command_line) {
142 if (command_line.HasSwitch(kInvertLoggingSwitch))
149 if (command_line.GetSwitchValueASCII(switches::kEnableLogging) == "stderr")
200 base::FilePath GetSessionLogFile(const CommandLine& command_line) {
207 } else if (command_line.HasSwitch(chromeos::switches::kLoginProfile)) {
210 if (command_line.HasSwitch(switches::kMultiProfiles)) {
214 command_line.GetSwitchValueASCII(chromeos::switches::kLoginProfile));
218 command_line.GetSwitchValuePath(chromeos::switches::kLoginProfile);
225 void RedirectChromeLogging(const CommandLine& command_line) {
    [all...]
  /external/chromium_org/content/gpu/
gpu_main.cc 61 bool WarmUpSandbox(const CommandLine& command_line);
91 const CommandLine& command_line = parameters.command_line; local
92 if (command_line.HasSwitch(switches::kGpuStartupDialog)) {
98 bool in_browser_process = command_line.HasSwitch(switches::kSingleProcess) ||
99 command_line.HasSwitch(switches::kInProcessGPU);
116 if (command_line.HasSwitch(switches::kSupportsDualGpus) &&
117 command_line.HasSwitch(switches::kGpuSwitching)) {
118 std::string option = command_line.GetSwitchValueASCII(
142 if (command_line.HasSwitch(switches::kUseGL) &
    [all...]
  /external/chromium/chrome/browser/net/
proxy_service_factory.h 33 const CommandLine& command_line);
  /external/chromium/chrome/browser/prefs/
command_line_pref_store.h 10 #include "base/command_line.h"
21 explicit CommandLinePrefStore(const CommandLine* command_line);
  /external/chromium/chrome/browser/sync/notifier/
sync_notifier_factory.h 33 const CommandLine& command_line,
  /external/chromium_org/chrome/browser/chromeos/login/
login_manager_test.cc 25 void LoginManagerTest::SetUpCommandLine(CommandLine* command_line) {
26 command_line->AppendSwitch(chromeos::switches::kLoginManager);
27 command_line->AppendSwitch(chromeos::switches::kForceLoginManagerInTests);
28 command_line->AppendSwitch(::switches::kMultiProfiles);
wizard_in_process_browser_test.h 39 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE;

Completed in 655 milliseconds

1 2 3 4 56 7 8 91011>>