HomeSort by relevance Sort by last modified time
    Searched defs:IsUrlDistillable (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/components/dom_distiller/core/
url_utils.cc 56 bool IsUrlDistillable(const GURL& url) {
url_utils_android.cc 61 jboolean IsUrlDistillable(JNIEnv* env, jclass clazz, jstring j_url) {
63 return dom_distiller::url_utils::IsUrlDistillable(url);

Completed in 3151 milliseconds