IsUrlDistillable  219 components/dom_distiller/content/dom_distiller_viewer_source.cc   bool has_valid_url = url_utils::IsUrlDistillable(requested_url);
IsUrlDistillable   29 components/dom_distiller/core/url_utils.h bool IsUrlDistillable(const GURL& url);
IsUrlDistillable   28 components/dom_distiller/webui/dom_distiller_handler.cc     if (url_utils::IsUrlDistillable(gurl)) {