Searched defs:isNativeImplementation (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/base/android/java/src/org/chromium/base/
H A DCommandLine.java84 public boolean isNativeImplementation() { method in class:CommandLine
193 assert !commandLine.isNativeImplementation();
201 if (oldCommandLine != null && oldCommandLine.isNativeImplementation()) {
367 public boolean isNativeImplementation() { method in class:CommandLine.NativeCommandLine

Completed in 154 milliseconds