Home
last modified time | relevance | path

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

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