Searched refs:switches (Results 1 - 25 of 241) sorted by relevance

12345678910

/external/chromium/net/base/
H A Dnet_switches.cc7 namespace switches { namespace
16 } // namespace switches
H A Dnet_switches.h5 // Defines all the "net" command-line switches.
11 namespace switches { namespace
15 } // namespace switches
/external/chromium/base/test/
H A Dtest_switches.cc8 const char switches::kLiveOperationTimeout[] = "live-operation-timeout";
12 const char switches::kTestLargeTimeout[] = "test-large-timeout";
13 const char switches::kTestTinyTimeout[] = "test-tiny-timeout";
14 const char switches::kUiTestActionTimeout[] = "ui-test-action-timeout";
15 const char switches::kUiTestActionMaxTimeout[] = "ui-test-action-max-timeout";
16 const char switches::kUiTestTerminateTimeout[] = "ui-test-terminate-timeout";
17 const char switches::kUiTestTimeout[] = "test-timeout";
H A Dtest_switches.h8 namespace switches { namespace
10 // All switches in alphabetical order. The switches should be documented
20 } // namespace switches
H A Dtest_timeouts.cc67 InitializeTimeout(switches::kTestTinyTimeout, &tiny_timeout_ms_);
68 InitializeTimeout(switches::kUiTestActionTimeout, tiny_timeout_ms_,
70 InitializeTimeout(switches::kUiTestActionMaxTimeout, action_timeout_ms_,
72 InitializeTimeout(switches::kTestLargeTimeout, action_max_timeout_ms_,
74 InitializeTimeout(switches::kUiTestTimeout, large_test_timeout_ms_,
83 InitializeTimeout(switches::kUiTestTerminateTimeout,
86 InitializeTimeout(switches::kLiveOperationTimeout,
/external/chromium/chrome/common/
H A Dnacl_cmd_line.cc15 cmd_line->AppendSwitch(switches::kNoErrorDialogs);
17 // Propagate the following switches to the NaCl loader command line (along
21 switches::kNoSandbox,
22 switches::kTestNaClSandbox,
23 switches::kDisableBreakpad,
24 switches::kFullMemoryCrashReport,
25 switches::kEnableLogging,
26 switches::kDisableLogging,
27 switches::kLoggingLevel,
28 switches
[all...]
H A Dswitch_utils.cc10 namespace switches { namespace
17 switches::kApp,
18 switches::kAppId,
19 switches::kFirstRun,
20 switches::kImport,
21 switches::kImportFromFile,
22 switches::kMakeDefaultBrowser
31 } // namespace switches
H A Dswitch_utils.h14 namespace switches { namespace
18 std::map<std::string, CommandLine::StringType>* switches);
20 } // namespace switches
H A Dswitch_utils_unittest.cc38 std::map<std::string, CommandLine::StringType> switches = local
40 EXPECT_EQ(7U, switches.size());
42 switches::RemoveSwitchesForAutostart(&switches);
43 EXPECT_EQ(2U, switches.size());
H A Dprofiling.cc21 if (command_line.HasSwitch(switches::kProfilingFile))
22 profile_name = command_line.GetSwitchValueASCII(switches::kProfilingFile);
26 command_line.GetSwitchValueASCII(switches::kProcessType);
45 command_line.GetSwitchValueASCII(switches::kProfilingFlush);
64 command_line.GetSwitchValueASCII(switches::kProcessType);
66 if (command_line.HasSwitch(switches::kProfilingAtStart)) {
68 command_line.GetSwitchValueASCII(switches::kProfilingAtStart);
77 bool flush = command_line.HasSwitch(switches::kProfilingFlush);
108 bool flush = command_line.HasSwitch(switches::kProfilingFlush);
H A Dcommon_glue.cc38 parsed_command_line.GetSwitchValueASCII(switches::kLang);
40 (!parsed_command_line.HasSwitch(switches::kRendererProcess) &&
41 !parsed_command_line.HasSwitch(switches::kPluginProcess)));
/external/chromium/chrome/browser/prefs/
H A Dcommand_line_pref_store.cc16 { switches::kLang, prefs::kApplicationLocale },
17 { switches::kAuthSchemes, prefs::kAuthSchemes },
18 { switches::kAuthServerWhitelist, prefs::kAuthServerWhitelist },
19 { switches::kAuthNegotiateDelegateWhitelist,
21 { switches::kGSSAPILibraryName, prefs::kGSSAPILibraryName },
26 { switches::kDisableAuthNegotiateCnameLookup,
28 { switches::kEnableAuthNegotiatePort, prefs::kEnableAuthNegotiatePort,
30 { switches::kDisable3DAPIs, prefs::kDisable3DAPIs, true },
31 { switches::kEnableCloudPrintProxy, prefs::kCloudPrintProxyEnabled,
33 { switches
[all...]
/external/chromium/chrome/browser/first_run/
H A Dfirst_run_gtk.cc30 if (cmdline.HasSwitch(switches::kUserDataDir)) {
31 import_cmd.AppendSwitchPath(switches::kUserDataDir,
32 cmdline.GetSwitchValuePath(switches::kUserDataDir));
37 import_cmd.AppendSwitchASCII(switches::kLang,
40 import_cmd.CommandLine::AppendSwitchPath(switches::kImportFromFile,
/external/chromium/base/
H A Dbase_switches.cc7 namespace switches { namespace
53 } // namespace switches
H A Dbase_switches.h5 // Defines all the "base" command-line switches.
11 namespace switches { namespace
24 } // namespace switches
/external/chromium/chrome/browser/extensions/
H A Dextension_clipboard_apitest.cc11 switches::kEnableExperimentalExtensionApis);
H A Dextension_debugger_apitest.cc11 switches::kEnableExperimentalExtensionApis);
H A Dextension_devtools_browsertest.cc13 command_line->AppendSwitch(switches::kEnableExtensionTimelineApi);
H A Dextension_input_apitest.cc11 switches::kEnableExperimentalExtensionApis);
H A Dextension_webrequest_apitest.cc21 switches::kEnableExperimentalExtensionApis);
28 switches::kEnableExperimentalExtensionApis);
H A Dextension_webnavigation_apitest.cc17 switches::kEnableExperimentalExtensionApis);
26 switches::kEnableExperimentalExtensionApis);
35 switches::kEnableExperimentalExtensionApis);
44 switches::kEnableExperimentalExtensionApis);
53 switches::kEnableExperimentalExtensionApis);
62 switches::kEnableExperimentalExtensionApis);
71 switches::kEnableExperimentalExtensionApis);
80 switches::kEnableExperimentalExtensionApis);
89 switches::kEnableExperimentalExtensionApis);
H A Dextension_get_views_apitest.cc20 switches::kEnableExperimentalExtensionApis);
H A Dextension_infobar_apitest.cc20 switches::kEnableExperimentalExtensionApis);
H A Dextension_sidebar_apitest.cc13 command_line->AppendSwitch(switches::kEnableExperimentalExtensionApis);
/external/llvm/utils/
H A Dfindoptdiff84 echo "Diff fails with these switches:"
85 echo $switches
97 switches="$switches $sw"
98 if tryit "$switches" ; then

Completed in 219 milliseconds

12345678910