Home
last modified time | relevance | path

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

/external/libmojo/base/android/java/src/org/chromium/base/
DCommandLine.java283 private HashMap<String, String> mSwitches = new HashMap<String, String>(); field in CommandLine.JavaCommandLine
310 return mSwitches.containsKey(switchString); in hasSwitch()
317 String value = mSwitches.get(switchString); in getSwitchValue()
333 mSwitches.put(switchString, value == null ? "" : value); in appendSwitchWithValue()