Searched defs:HasSwitch (Results 1 - 4 of 4) sorted by path

/external/chromium_org/base/android/
H A Dcommand_line_android.cc37 static jboolean HasSwitch(JNIEnv* env, jclass clazz, jstring jswitch) { function
39 return CommandLine::ForCurrentProcess()->HasSwitch(switch_string);
/external/chromium_org/base/
H A Dcommand_line.cc301 bool CommandLine::HasSwitch(const std::string& switch_string) const { function in class:base::CommandLine
372 if (source.HasSwitch(switches[i]))
/external/chromium_org/chrome/test/chromedriver/
H A Dcapabilities.cc484 bool Switches::HasSwitch(const std::string& name) const { function in class:Switches
/external/chromium_org/extensions/renderer/
H A Dprocess_info_native_handler.cc42 "HasSwitch",
43 base::Bind(&ProcessInfoNativeHandler::HasSwitch, base::Unretained(this)));
78 void ProcessInfoNativeHandler::HasSwitch( function in class:extensions::ProcessInfoNativeHandler
81 bool has_switch = CommandLine::ForCurrentProcess()->HasSwitch(

Completed in 1986 milliseconds