HomeSort by relevance Sort by last modified time
    Searched refs:CommandLine (Results 301 - 325 of 341) sorted by null

<<11121314

  /frameworks/compile/libbcc/tools/bcc/
Main.cpp 25 #include <llvm/Support/CommandLine.h>
  /external/chromium/chrome/browser/
aeropeek_manager.cc     [all...]
  /external/chromium/chrome/browser/content_settings/
content_settings_pref_provider.cc 136 CommandLine::ForCurrentProcess()->HasSwitch(
396 CommandLine::ForCurrentProcess()->HasSwitch(
  /external/chromium/chrome/browser/extensions/
extension_updater.cc 644 !CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess);
    [all...]
extension_service.cc 326 GURL(CommandLine::ForCurrentProcess()->GetSwitchValueASCII(
413 const CommandLine* command_line,
    [all...]
extension_service_unittest.cc 415 CommandLine::ForCurrentProcess(),
    [all...]
  /external/chromium/chrome/browser/instant/
instant_loader.cc 709 CommandLine* cl = CommandLine::ForCurrentProcess();
    [all...]
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_gtk.cc 396 CommandLine* command_line = CommandLine::ForCurrentProcess();
    [all...]
render_widget_host_view_views.cc 69 CommandLine* cmdline = CommandLine::ForCurrentProcess();
render_widget_host_view_win.cc 340 !CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess) &&
341 !CommandLine::ForCurrentProcess()->HasSwitch(switches::kInProcessPlugins);
    [all...]
  /external/chromium/chrome/browser/sync/glue/
sync_backend_host.cc 109 if (CommandLine::ForCurrentProcess()->HasSwitch(
601 *CommandLine::ForCurrentProcess(),
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
user_manager.cc 598 if (CommandLine::ForCurrentProcess()->HasSwitch(
screen_locker.cc 764 CommandLine::ForCurrentProcess()->GetSwitchValueASCII(
    [all...]
  /external/chromium/chrome/browser/chromeos/
preferences.cc 213 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kGuestSession)) {
  /external/chromium/chrome/browser/prefs/
pref_service.cc 119 new CommandLinePrefStore(CommandLine::ForCurrentProcess());
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_service_browsertest.cc 298 virtual void SetUpCommandLine(CommandLine* command_line) {
  /external/chromium/chrome/browser/translate/
translate_manager.cc 378 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kDisableTranslate))
  /external/chromium/chrome/browser/ui/views/
task_manager_view.cc 443 if (CommandLine::ForCurrentProcess()->HasSwitch(
  /external/chromium/chrome/browser/ui/webui/
gpu_internals_ui.cc 470 CommandLine::ForCurrentProcess()->command_line_string());
  /external/chromium/chrome/browser/ui/webui/options/
content_settings_handler.cc 256 CommandLine::ForCurrentProcess()->HasSwitch(
  /external/chromium/net/base/
transport_security_state.cc 503 = CommandLine::ForCurrentProcess()->GetSwitchValueASCII(
  /external/chromium/chrome/browser/metrics/
metrics_service.cc     [all...]
  /frameworks/compile/mclinker/tools/llvm-mcld/
llvm-mcld.cpp 14 #include <mcld/Support/CommandLine.h>
32 #include <llvm/Support/CommandLine.h>
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
browser_window_gtk.cc     [all...]
  /external/chromium/chrome/browser/ui/views/frame/
browser_view.cc     [all...]

Completed in 1490 milliseconds

<<11121314