Home
last modified time | relevance | path

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

/external/libmojo/base/android/java/src/org/chromium/base/
DCommandLine.java93 public abstract void appendSwitchesAndArguments(String[] array); in appendSwitchesAndArguments() method in CommandLine
345 public void appendSwitchesAndArguments(String[] array) { in appendSwitchesAndArguments() method in CommandLine.JavaCommandLine
395 public void appendSwitchesAndArguments(String[] array) { in appendSwitchesAndArguments() method in CommandLine.NativeCommandLine
/external/libmojo/base/android/javatests/src/org/chromium/base/
DCommandLineTest.java69 cl.appendSwitchesAndArguments(switchesAndArgs); in checkSettingThenGetting()