HomeSort by relevance Sort by last modified time
    Searched refs:kAppSwitch (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/apps/shell/browser/
default_shell_browser_main_delegate.cc 24 const std::string kAppSwitch = "app";
26 if (command_line->HasSwitch(kAppSwitch)) {
27 base::FilePath app_dir(command_line->GetSwitchValueNative(kAppSwitch));
37 LOG(ERROR) << "--" << kAppSwitch << " unset; boredom is in your future";
  /external/chromium_org/athena/main/
athena_main.cc 26 const char kAppSwitch[] = "app";
43 command_line->HasSwitch(kAppSwitch) ?
44 command_line->GetSwitchValueNative(kAppSwitch) :

Completed in 152 milliseconds