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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/profiles/
profile_io_data.cc 279 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
profile.cc 142 CommandLine::ForCurrentProcess()->HasSwitch(switches::kGuestSession);
414 if (CommandLine::ForCurrentProcess()->HasSwitch(
  /external/chromium/chrome/browser/ui/webui/
chrome_web_ui_factory.cc 174 if (CommandLine::ForCurrentProcess()->HasSwitch(
214 if (CommandLine::ForCurrentProcess()->HasSwitch(
ntp_resource_cache.cc 226 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kGuestSession)) {
393 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kNewTabPage4)) {
553 CommandLine::ForCurrentProcess()->HasSwitch(switches::kNewTabPage4) ?
  /external/chromium/net/tools/flip_server/
flip_in_mem_edsm_server.cc 171 CommandLine::Init(argc, argv);
172 CommandLine cl(argc, argv);
  /external/llvm/tools/bugpoint/
ToolRunner.cpp 17 #include "llvm/Support/CommandLine.h"
371 // Tokenize the CommandLine to the command and the args to allow
380 static void lexCommand(std::string &Message, const std::string &CommandLine,
386 std::string::size_type lastPos = CommandLine.find_first_not_of(delimiters, 0);
387 std::string::size_type pos = CommandLine.find_first_of(delimiters, lastPos);
390 std::string token = CommandLine.substr(lastPos, pos - lastPos);
396 lastPos = CommandLine.find_first_not_of(delimiters, pos);
398 pos = CommandLine.find_first_of(delimiters, lastPos);
    [all...]
  /external/chromium/chrome/common/extensions/
extension.cc 441 CommandLine* cmdline = CommandLine::ForCurrentProcess();
    [all...]
  /external/chromium/chrome/browser/chromeos/
boot_times_loader.cc 89 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
  /external/chromium/chrome/browser/extensions/
extension_webstore_private_api.cc 83 CommandLine* cmdline = CommandLine::ForCurrentProcess();
  /external/chromium/chrome/browser/first_run/
first_run.cc 80 int FirstRun::ImportNow(Profile* profile, const CommandLine& cmdline) {
433 int FirstRun::ImportFromFile(Profile* profile, const CommandLine& cmdline) {
  /external/chromium/chrome/browser/printing/
print_dialog_cloud.cc 587 bool CreatePrintDialogFromCommandLine(const CommandLine& command_line) {
596 CommandLine::StringType native_job_title;
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_test.cc 141 CommandLine cmd_line(python_runtime);
288 virtual void SetUpCommandLine(CommandLine* command_line) {
  /external/chromium/chrome/browser/sync/
sync_ui_util.cc 78 const CommandLine& browser_command_line = *CommandLine::ForCurrentProcess();
  /external/chromium/chrome/browser/tab_contents/
render_view_host_delegate_helper.cc 254 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
  /external/chromium/chrome/browser/ui/toolbar/
wrench_menu_model.cc 407 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kGuestSession))
512 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kGuestSession)) {
  /external/chromium/chrome/browser/ui/views/tabs/
base_tab.cc 201 if (CommandLine::ForCurrentProcess()->
228 CommandLine::ForCurrentProcess()->HasSwitch(switches::kAppsNoThrob);
  /external/chromium/chrome/browser/ui/webui/options/
about_page_handler.cc 246 WideToUTF16(CommandLine::ForCurrentProcess()->command_line_string()));
252 const ArgvList& argv = CommandLine::ForCurrentProcess()->argv();
personal_options_handler.cc 54 const CommandLine& browser_command_line = *CommandLine::ForCurrentProcess();
  /frameworks/compile/mclinker/lib/CodeGen/
MCLinker.cpp 24 #include <mcld/Support/CommandLine.h>
32 #include <llvm/Support/CommandLine.h>
  /external/chromium/base/
linux_util.cc 154 base::GetAppOutput(CommandLine(argv), &output);
process_util_posix.cc 657 bool LaunchApp(const CommandLine& cl,
876 static bool GetAppOutputInternal(const CommandLine& cl, char* const envp[],
994 bool GetAppOutput(const CommandLine& cl, std::string* output) {
1002 bool GetAppOutputRestricted(const CommandLine& cl,
    [all...]
  /external/chromium/chrome/browser/
browser_browsertest.cc 525 CommandLine command_line(CommandLine::NO_PROGRAM);
635 CommandLine dummy(CommandLine::NO_PROGRAM);
  /external/chromium/chrome/browser/chromeos/login/
base_login_display_host.cc 205 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kDOMLogin)) {
screen_locker_browsertest.cc 169 virtual void SetUpCommandLine(CommandLine* command_line) {
  /external/chromium/chrome/browser/chromeos/options/
wifi_config_view.cc 86 if (!CommandLine::ForCurrentProcess()->HasSwitch(
695 if (CommandLine::ForCurrentProcess()->HasSwitch(
793 if (CommandLine::ForCurrentProcess()->HasSwitch(
800 if (CommandLine::ForCurrentProcess()->HasSwitch(
    [all...]

Completed in 751 milliseconds

1 2 3 4 5 6 7 8 91011>>