Home
last modified time | relevance | path

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

/external/cronet/tot/base/android/java/src/org/chromium/base/
DCommandLine.java36 public abstract boolean hasSwitch(String switchString); in hasSwitch() method in CommandLine
273 public boolean hasSwitch(String switchString) { in hasSwitch() method in CommandLine.JavaCommandLine
361 public boolean hasSwitch(String switchString) { in hasSwitch() method in CommandLine.NativeCommandLine
413 boolean hasSwitch(@JniType("std::string") String switchString); in hasSwitch() method
/external/cronet/stable/base/android/java/src/org/chromium/base/
DCommandLine.java36 public abstract boolean hasSwitch(String switchString); in hasSwitch() method in CommandLine
273 public boolean hasSwitch(String switchString) { in hasSwitch() method in CommandLine.JavaCommandLine
361 public boolean hasSwitch(String switchString) { in hasSwitch() method in CommandLine.NativeCommandLine
413 boolean hasSwitch(@JniType("std::string") String switchString); in hasSwitch() method
/external/libchrome/base/android/java/src/org/chromium/base/
DCommandLine.java36 public abstract boolean hasSwitch(String switchString); in hasSwitch() method in CommandLine
270 public boolean hasSwitch(String switchString) { in hasSwitch() method in CommandLine.JavaCommandLine
340 public boolean hasSwitch(String switchString) { in hasSwitch() method in CommandLine.NativeCommandLine