Searched defs:AppendSwitch (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/base/android/
H A Dcommand_line_android.cc52 static void AppendSwitch(JNIEnv* env, jclass clazz, jstring jswitch) { function
54 CommandLine::ForCurrentProcess()->AppendSwitch(switch_string);
/external/chromium_org/base/
H A Dcommand_line.cc331 void CommandLine::AppendSwitch(const std::string& switch_string) { function in class:base::CommandLine

Completed in 35 milliseconds