Home
last modified time | relevance | path

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

/webkit/webkit/src/main/java/androidx/webkit/
DWebViewAssetLoader.java107 private final List<PathMatcher> mMatchers;
395 /*package*/ static class PathMatcher { class in WebViewAssetLoader
410 PathMatcher(final @NonNull String authority, final @NonNull String path, in PathMatcher() method in WebViewAssetLoader.PathMatcher
528 List<PathMatcher> pathMatcherList = new ArrayList<>(); in build()
532 pathMatcherList.add(new PathMatcher(mDomain, path, mHttpAllowed, handler)); in build()
538 /*package*/ WebViewAssetLoader(@NonNull List<PathMatcher> pathMatchers) { in WebViewAssetLoader()
555 for (PathMatcher matcher : mMatchers) { in shouldInterceptRequest()