HomeSort by relevance Sort by last modified time
    Searched refs:url_utils (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium_org/components/dom_distiller/core/
url_utils_android.h 14 namespace url_utils { namespace in namespace:dom_distiller
23 } // namespace url_utils
url_utils_android.cc 11 #include "components/dom_distiller/core/url_utils.h"
18 namespace url_utils { namespace in namespace:dom_distiller
32 dom_distiller::url_utils::GetDistillerViewUrlFromUrl(scheme, url);
58 return dom_distiller::url_utils::IsDistilledPage(url);
63 return dom_distiller::url_utils::IsUrlDistillable(url);
68 env, dom_distiller::url_utils::GetIsDistillableJs()).Release();
79 env, dom_distiller::url_utils::GetValueForKeyInUrl(url, key))
87 } // namespace url_utils
url_utils.h 14 namespace url_utils { namespace in namespace:dom_distiller
44 } // namespace url_utils
url_utils_unittest.cc 5 #include "components/dom_distiller/core/url_utils.h"
11 namespace url_utils { namespace in namespace:dom_distiller
42 } // namespace url_utils
url_utils.cc 5 #include "components/dom_distiller/core/url_utils.h"
18 namespace url_utils { namespace in namespace:dom_distiller
69 } // namespace url_utils
viewer.cc 20 #include "components/dom_distiller/core/url_utils.h"
222 url_utils::GetValueForKeyInUrlPathQuery(path, kEntryIdKey);
227 url_utils::GetValueForKeyInUrlPathQuery(path, kUrlKey);
229 bool has_valid_url = url_utils::IsUrlDistillable(requested_url);
  /external/chromium_org/third_party/skia/gm/rebaseline_server/
download_actuals_test.py 28 from py.utils import url_utils namespace
38 actuals_base_url=url_utils.create_filepath_url(
40 gm_actuals_root_url=url_utils.create_filepath_url(
download_actuals.py 24 from py.utils import url_utils namespace
85 url_utils.copy_contents(source_url=source_url, dest_path=dest_path,
compare_configs.py 21 from py.utils import url_utils namespace
58 url_utils.create_filepath_url(generated_images_root))
compare_to_expectations.py 23 from py.utils import url_utils namespace
88 url_utils.create_filepath_url(image_diff_db.storage_root))
compare_rendered_pictures.py 29 from py.utils import url_utils namespace
146 url_utils.create_filepath_url(image_diff_db.storage_root))
  /external/chromium_org/components/dom_distiller/android/
component_jni_registrar.cc 22 dom_distiller::url_utils::android::RegisterUrlUtils},
  /external/chromium_org/components/dom_distiller/webui/
dom_distiller_handler.cc 13 #include "components/dom_distiller/core/url_utils.h"
28 if (url_utils::IsUrlDistillable(gurl)) {
29 return url_utils::GetDistillerViewUrlFromUrl(scheme, gurl);
94 url_utils::GetDistillerViewUrlFromEntryId(article_scheme_, entry_id);
  /external/chromium_org/chrome/browser/android/dom_distiller/
feedback_reporter_android.cc 11 #include "components/dom_distiller/core/url_utils.h"
58 if (dom_distiller::url_utils::IsDistilledPage(url)) {
  /external/chromium_org/chrome/browser/dom_distiller/
dom_distiller_viewer_source_browsertest.cc 29 #include "components/dom_distiller/core/url_utils.h"
153 const GURL url = url_utils::GetDistillerViewUrlFromEntryId(
165 const GURL url = url_utils::GetDistillerViewUrlFromEntryId(
179 url_utils::GetDistillerViewUrlFromUrl(kDomDistillerScheme, view_url);
256 GURL url(dom_distiller::url_utils::GetDistillerViewUrlFromUrl(
339 url_utils::GetDistillerViewUrlFromUrl(kDomDistillerScheme, view_url);
tab_utils.cc 16 #include "components/dom_distiller/core/url_utils.h"
105 GURL viewer_url = dom_distiller::url_utils::GetDistillerViewUrlFromUrl(
  /external/chromium_org/content/
content_common.target.darwin-arm.mk 80 content/public/common/url_utils.cc \
content_common.target.darwin-arm64.mk 80 content/public/common/url_utils.cc \
content_common.target.darwin-mips.mk 80 content/public/common/url_utils.cc \
content_common.target.darwin-mips64.mk 80 content/public/common/url_utils.cc \
content_common.target.darwin-x86.mk 80 content/public/common/url_utils.cc \
content_common.target.darwin-x86_64.mk 80 content/public/common/url_utils.cc \
content_common.target.linux-arm.mk 80 content/public/common/url_utils.cc \
content_common.target.linux-arm64.mk 80 content/public/common/url_utils.cc \
content_common.target.linux-mips.mk 80 content/public/common/url_utils.cc \

Completed in 1816 milliseconds

1 2