Searched refs:isSupportedByWebView (Results 1 – 10 of 10) sorted by relevance
96 } else if (feature.isSupportedByWebView()) { in setCacheMode()109 } else if (feature.isSupportedByWebView()) { in getCacheMode()122 } else if (feature.isSupportedByWebView()) { in setAllowContentAccess()135 } else if (feature.isSupportedByWebView()) { in getAllowContentAccess()148 } else if (feature.isSupportedByWebView()) { in setAllowFileAccess()161 } else if (feature.isSupportedByWebView()) { in getAllowFileAccess()175 } else if (feature.isSupportedByWebView()) { in setBlockNetworkLoads()189 } else if (feature.isSupportedByWebView()) { in getBlockNetworkLoads()
50 } else if (feature.isSupportedByWebView()) { in ServiceWorkerControllerImpl()86 } else if (feature.isSupportedByWebView()) { in setServiceWorkerClient()
87 } else if (feature.isSupportedByWebView()) { in getErrorCode()101 } else if (feature.isSupportedByWebView()) { in getDescription()
232 public boolean isSupportedByWebView() { in isSupportedByWebView() method in WebViewFeatureInternal
61 } else if (webviewFeature.isSupportedByWebView()) { in setOffscreenPreRaster()82 } else if (webviewFeature.isSupportedByWebView()) { in getOffscreenPreRaster()111 } else if (webviewFeature.isSupportedByWebView()) { in setSafeBrowsingEnabled()132 } else if (webviewFeature.isSupportedByWebView()) { in getSafeBrowsingEnabled()166 } else if (webviewFeature.isSupportedByWebView()) { in setDisabledActionModeMenuItems()187 } else if (webviewFeature.isSupportedByWebView()) { in getDisabledActionModeMenuItems()
89 if (!webViewFeature.isSupportedByWebView()) { in fromInvocationHandler()100 if (!webViewFeature.isSupportedByWebView()) { in fromInvocationHandler()111 if (!webViewFeature.isSupportedByWebView()) { in fromInvocationHandler()
139 } else if (webViewFeature.isSupportedByWebView()) { in postVisualStateCallback()174 } else if (webviewFeature.isSupportedByWebView()) { in startSafeBrowsing()213 } else if (webviewFeature.isSupportedByWebView()) { in setSafeBrowsingWhitelist()234 } else if (webviewFeature.isSupportedByWebView()) { in getSafeBrowsingPrivacyPolicyUrl()
50 } else if (feature.isSupportedByWebView()) { in isRedirect()
270 return webviewFeature.isSupportedByFramework() || webviewFeature.isSupportedByWebView(); in isFeatureSupported()
48 if (WebViewFeatureInternal.SERVICE_WORKER_BASIC_USAGE.isSupportedByWebView()) { in testCreateWebkitToCompatConverter()