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

  /external/chromium_org/base/android/
command_line_android.cc 52 static void AppendSwitch(JNIEnv* env, jclass clazz, jstring jswitch) {
54 CommandLine::ForCurrentProcess()->AppendSwitch(switch_string);
  /external/chromium_org/base/
command_line.cc 331 void CommandLine::AppendSwitch(const std::string& switch_string) {

Completed in 768 milliseconds