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

  /external/libmojo/base/android/
command_line_android.cc 40 static jboolean HasSwitch(JNIEnv* env,
44 return CommandLine::ForCurrentProcess()->HasSwitch(switch_string);
  /external/libchrome/base/
command_line.cc 289 bool CommandLine::HasSwitch(const base::StringPiece& switch_string) const {
295 bool CommandLine::HasSwitch(const char switch_constant[]) const {
296 return HasSwitch(base::StringPiece(switch_constant));
372 if (source.HasSwitch(switches[i]))

Completed in 86 milliseconds