Home
last modified time | relevance | path

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

/external/libmojo/base/android/java/src/org/chromium/base/
DCommandLine.java48 public abstract boolean hasSwitch(String switchString); in hasSwitch()
55 public abstract String getSwitchValue(String switchString); in getSwitchValue()
64 public String getSwitchValue(String switchString, String defaultValue) { in getSwitchValue()
75 public abstract void appendSwitch(String switchString); in appendSwitch()
84 public abstract void appendSwitchWithValue(String switchString, String value); in appendSwitchWithValue()
309 public boolean hasSwitch(String switchString) { in hasSwitch()
314 public String getSwitchValue(String switchString) { in getSwitchValue()
322 public void appendSwitch(String switchString) { in appendSwitch()
332 public void appendSwitchWithValue(String switchString, String value) { in appendSwitchWithValue()
375 public boolean hasSwitch(String switchString) { in hasSwitch()
[all …]