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

  /external/chromium_org/components/dom_distiller/core/
url_utils.h 35 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);
url_utils.cc 56 bool IsUrlDistillable(const GURL& url) {
viewer.cc 229 bool has_valid_url = url_utils::IsUrlDistillable(requested_url);
  /external/chromium_org/components/dom_distiller/webui/
dom_distiller_handler.cc 28 if (url_utils::IsUrlDistillable(gurl)) {

Completed in 57 milliseconds