Home
last modified time | relevance | path

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

/external/cronet/base/android/java/src/org/chromium/base/
DCommandLine.java78 public abstract void appendSwitchWithValue(String switchString, String value); in appendSwitchWithValue() method in CommandLine
324 public void appendSwitchWithValue(String switchString, String value) { in appendSwitchWithValue() method in CommandLine.JavaCommandLine
419 public void appendSwitchWithValue(String switchString, String value) { in appendSwitchWithValue() method in CommandLine.NativeCommandLine
459 void appendSwitchWithValue(String switchString, String value); in appendSwitchWithValue() method
/external/libchrome/base/android/java/src/org/chromium/base/
DCommandLine.java72 public abstract void appendSwitchWithValue(String switchString, String value); in appendSwitchWithValue() method in CommandLine
293 public void appendSwitchWithValue(String switchString, String value) { in appendSwitchWithValue() method in CommandLine.JavaCommandLine
355 public void appendSwitchWithValue(String switchString, String value) { in appendSwitchWithValue() method in CommandLine.NativeCommandLine