HomeSort by relevance Sort by last modified time
    Searched defs:command_line (Results 26 - 50 of 317) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/net/
chrome_net_log.cc 9 #include "base/command_line.h"
23 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local
27 if (command_line->HasSwitch(switches::kNetLogLevel)) {
29 command_line->GetSwitchValueASCII(switches::kNetLogLevel);
38 if (command_line->HasSwitch(switches::kLogNetLog)) {
40 command_line->GetSwitchValuePath(switches::kLogNetLog);
  /external/chromium_org/components/nacl/loader/
nacl_helper_win_64.cc 5 #include "base/command_line.h"
52 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
54 command_line.GetSwitchValueASCII(switches::kProcessType);
60 content::SetupCRT(command_line);
62 if (command_line.HasSwitch(switches::kEnableLogging))
70 content::MainFunctionParams main_params(command_line);
  /external/chromium_org/content/browser/compositor/
image_transport_factory.cc 7 #include "base/command_line.h"
40 const base::CommandLine* command_line = local
42 if (command_line->HasSwitch(switches::kEnablePixelOutputInTests))
  /external/chromium_org/content/browser/renderer_host/
render_process_host_unittest.cc 7 #include "base/command_line.h"
39 const base::CommandLine& command_line = local
41 if (command_line.HasSwitch(switches::kSitePerProcess) ||
42 command_line.HasSwitch(switches::kEnableStrictSiteIsolation))
  /external/chromium_org/content/ppapi_plugin/
ppapi_plugin_main.cc 6 #include "base/command_line.h"
66 const CommandLine& command_line = parameters.command_line; local
75 if (command_line.HasSwitch(switches::kPpapiStartupDialog)) {
85 if (command_line.HasSwitch(switches::kLang)) {
86 std::string locale = command_line.GetSwitchValueASCII(switches::kLang);
135 new PpapiThread(parameters.command_line, false)); // Not a broker.
  /external/chromium_org/content/public/common/
main_function_params.h 13 #include "base/command_line.h"
31 : command_line(cl),
42 const base::CommandLine& command_line; member in struct:content::MainFunctionParams
  /external/chromium_org/content/renderer/devtools/
devtools_client.cc 7 #include "base/command_line.h"
27 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
33 command_line.GetSwitchValueASCII(switches::kLang))));
  /external/chromium_org/content/renderer/
render_process_impl.cc 16 #include "base/command_line.h"
52 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
53 if (command_line.HasSwitch(switches::kJavaScriptFlags)) {
55 command_line.GetSwitchValueASCII(switches::kJavaScriptFlags));
renderer_main_platform_delegate_android.cc 7 #include "base/command_line.h"
32 const CommandLine& command_line = parameters_.command_line; local
33 if (command_line.HasSwitch(switches::kEnableVtune))
renderer_main_platform_delegate_linux.cc 10 #include "base/command_line.h"
33 const CommandLine& command_line = parameters_.command_line; local
34 if (command_line.HasSwitch(switches::kEnableVtune))
  /external/chromium_org/content/shell/browser/
shell_net_log.cc 9 #include "base/command_line.h"
26 dict->SetString("command_line",
37 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local
39 if (command_line->HasSwitch(switches::kLogNetLog)) {
41 command_line->GetSwitchValuePath(switches::kLogNetLog);
  /external/chromium_org/content/shell/common/
webkit_test_helpers.cc 7 #include "base/command_line.h"
58 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
96 command_line.HasSwitch(switches::kEnableAccelerated2DCanvas);
114 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
115 if (command_line.HasSwitch(switches::kRegisterFontFiles)) {
117 command_line.GetSwitchValueASCII(switches::kRegisterFontFiles),
  /external/chromium_org/extensions/shell/test/
shell_test.cc 7 #include "base/command_line.h"
24 base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); local
25 command_line->AppendSwitchASCII(switches::kTestType, "appshell");
  /external/chromium_org/media/base/
run_all_unittests.cc 6 #include "base/command_line.h"
31 base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); local
32 command_line->AppendSwitch(switches::kEnableInbandTextTracks);
  /external/chromium_org/net/spdy/fuzzing/
hpack_fuzz_wrapper.cc 6 #include "base/command_line.h"
27 const base::CommandLine& command_line = local
30 if (!command_line.HasSwitch(kFileToParse)) {
35 string file_to_parse = command_line.GetSwitchValueASCII(kFileToParse);
  /external/chromium_org/remoting/host/
desktop_process_main.cc 10 #include "base/command_line.h"
26 const base::CommandLine* command_line = local
29 command_line->GetSwitchValueASCII(kDaemonPipeSwitchName);
usage_stats_consent_mac.cc 9 #include "base/command_line.h"
24 base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); local
25 if (command_line->HasSwitch(kHostConfigSwitchName)) {
27 command_line->GetSwitchValuePath(kHostConfigSwitchName);
  /external/chromium_org/tools/telemetry/telemetry/page/
page_filter.py 8 from telemetry.core import command_line namespace
18 class PageFilter(command_line.ArgumentHandlerMixIn):
  /external/chromium_org/apps/
app_load_service.h 11 #include "base/command_line.h"
42 base::CommandLine command_line; member in struct:apps::AppLoadService::PostReloadAction
57 // command line parameters from |command_line| will be passed along via
61 const base::CommandLine& command_line,
  /external/chromium_org/ash/display/
display_layout_store.cc 9 #include "base/command_line.h"
16 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
17 if (command_line->HasSwitch(switches::kAshSecondaryDisplayLayout)) {
18 std::string value = command_line->GetSwitchValueASCII(
40 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
41 if (!command_line->HasSwitch(switches::kAshSecondaryDisplayLayout))
  /external/chromium_org/ash/shell/content_client/
shell_main_delegate.cc 8 #include "base/command_line.h"
22 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
24 command_line.GetSwitchValueASCII(switches::kProcessType);
  /external/chromium_org/base/
sys_info.cc 8 #include "base/command_line.h"
21 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
23 if (command_line->HasSwitch(switches::kLowEndDeviceMode)) {
25 command_line->GetSwitchValueASCII(switches::kLowEndDeviceMode);
  /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/extensions/
external_component_loader.cc 7 #include "base/command_line.h"
52 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
53 if (command_line->HasSwitch(switches::kEnableExperimentalHotwording)) {
  /external/chromium_org/chrome/browser/policy/
chrome_browser_policy_connector.cc 10 #include "base/command_line.h"
142 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
144 !command_line->HasSwitch(switches::kEnableWebBasedSignin)) {
145 command_line->AppendSwitch(switches::kEnableWebBasedSignin);

Completed in 1237 milliseconds

12 3 4 5 6 7 8 91011>>