Home | History | Annotate | Download | only in webkit

Lines Matching refs:urls

325  * If Safe Browsing is enabled, WebView will block malicious URLs and present a warning UI to the
982 * hex encoding of URLs for octets outside that range. For example, '#',
1003 * the content. The base URL is used both to resolve relative URLs and when
1008 * (via 'file' scheme URLs) only if baseUrl specifies a scheme other than
1667 * @param urls the list of URLs
1668 * @param callback will be called with true if URLs are successfully added to the whitelist.
1669 * It will be called with false if any URLs are malformed. The callback will be run on
1672 public static void setSafeBrowsingWhitelist(@NonNull List<String> urls,
1674 getFactory().getStatics().setSafeBrowsingWhitelist(urls, callback);