Home
last modified time | relevance | path

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

/external/libmojo/base/android/java/src/org/chromium/base/
DCommandLine.java84 public abstract void appendSwitchWithValue(String switchString, String value); in appendSwitchWithValue() method in CommandLine
323 appendSwitchWithValue(switchString, null); in appendSwitch()
332 public void appendSwitchWithValue(String switchString, String value) { in appendSwitchWithValue() method in CommandLine.JavaCommandLine
365 appendSwitchWithValue(parts[0].substring(SWITCH_PREFIX.length()), value); in appendSwitchesInternal()
390 public void appendSwitchWithValue(String switchString, String value) { in appendSwitchWithValue() method in CommandLine.NativeCommandLine
/external/libmojo/base/android/javatests/src/org/chromium/base/
DCommandLineTest.java61 cl.appendSwitchWithValue(CL_ADDED_SWITCH_2, CL_ADDED_VALUE_2); in checkSettingThenGetting()