url_utils 59 chrome/browser/android/dom_distiller/feedback_reporter_android.cc if (dom_distiller::url_utils::IsUrlReportable( url_utils 162 chrome/browser/dom_distiller/dom_distiller_viewer_source_browsertest.cc const GURL url = url_utils::GetDistillerViewUrlFromEntryId( url_utils 186 chrome/browser/dom_distiller/dom_distiller_viewer_source_browsertest.cc const GURL url = url_utils::GetDistillerViewUrlFromUrl( url_utils 18 components/dom_distiller/android/component_jni_registrar.cc dom_distiller::url_utils::android::RegisterUrlUtils}, }; url_utils 212 components/dom_distiller/content/dom_distiller_viewer_source.cc url_utils::GetValueForKeyInUrlPathQuery(path, kEntryIdKey); url_utils 217 components/dom_distiller/content/dom_distiller_viewer_source.cc url_utils::GetValueForKeyInUrlPathQuery(path, kUrlKey); url_utils 219 components/dom_distiller/content/dom_distiller_viewer_source.cc bool has_valid_url = url_utils::IsUrlDistillable(requested_url); url_utils 14 components/dom_distiller/core/url_utils.h namespace url_utils { url_utils 32 components/dom_distiller/core/url_utils_android.cc dom_distiller::url_utils::GetDistillerViewUrlFromUrl(scheme, url); url_utils 62 components/dom_distiller/core/url_utils_android.cc return dom_distiller::url_utils::IsUrlReportable(scheme, url); url_utils 14 components/dom_distiller/core/url_utils_android.h namespace url_utils { url_utils 28 components/dom_distiller/webui/dom_distiller_handler.cc if (url_utils::IsUrlDistillable(gurl)) { url_utils 29 components/dom_distiller/webui/dom_distiller_handler.cc return url_utils::GetDistillerViewUrlFromUrl(scheme, gurl); url_utils 92 components/dom_distiller/webui/dom_distiller_handler.cc url_utils::GetDistillerViewUrlFromEntryId(article_scheme_, entry_id);