Searched defs:command_line_switch (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/app/
H A Dchrome_exe_main_win.cc45 bool IsFastStartSwitch(const std::string& command_line_switch) { argument
47 if (command_line_switch == kFastStartSwitches[i])
/external/chromium_org/chrome/common/
H A Dpepper_permission_util.cc75 const char* command_line_switch) {
81 command_line.GetSwitchValueASCII(command_line_switch);
73 IsHostAllowedByCommandLine(const GURL& url, const extensions::ExtensionSet* extension_set, const char* command_line_switch) argument
/external/chromium_org/chrome/browser/
H A Dabout_flags.h66 const char* command_line_switch; member in struct:about_flags::Experiment::Choice
93 const char* command_line_switch; member in struct:about_flags::Experiment
/external/chromium_org/chrome/installer/util/
H A Dauto_launch_util.cc58 // to auto-launch at computer startup with a given |command_line_switch|.
63 // |command_line_switch| is the switch we are optionally interested in and, if
68 const std::string& command_line_switch) {
88 return command_line_switch.empty() ||
89 autolaunch.find(ASCIIToUTF16(command_line_switch)) !=
66 WillLaunchAtLoginWithSwitch(const base::FilePath& application_path, const base::string16& profile_directory, const std::string& command_line_switch) argument
/external/chromium_org/google_apis/
H A Dgoogle_api_keys.cc187 // |command_line_switch| may be NULL.
190 const char* command_line_switch,
202 if (command_line_switch && command_line->HasSwitch(command_line_switch)) {
203 key_value = command_line->GetSwitchValueASCII(command_line_switch);
188 CalculateKeyValue(const char* baked_in_value, const char* environment_variable_name, const char* command_line_switch, const std::string& default_if_unset, base::Environment* environment, CommandLine* command_line) argument

Completed in 298 milliseconds