nativeGetAndroidAssetPath 49 android_webview/java/src/org/chromium/android_webview/AndroidProtocolHandler.java if (path.startsWith(nativeGetAndroidAssetPath())) { nativeGetAndroidAssetPath 129 android_webview/java/src/org/chromium/android_webview/AndroidProtocolHandler.java assert uri.getPath().startsWith(nativeGetAndroidAssetPath()); nativeGetAndroidAssetPath 130 android_webview/java/src/org/chromium/android_webview/AndroidProtocolHandler.java String path = uri.getPath().replaceFirst(nativeGetAndroidAssetPath(), ""); nativeGetAndroidAssetPath 170 android_webview/java/src/org/chromium/android_webview/AndroidProtocolHandler.java path.startsWith(nativeGetAndroidAssetPath())) {