Searched refs:url_utils (Results 1 - 25 of 35) sorted by relevance

12

/external/chromium_org/components/dom_distiller/core/
H A Durl_utils_android.h14 namespace url_utils { namespace in namespace:dom_distiller
23 } // namespace url_utils
H A Durl_utils_android.cc11 #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
H A Durl_utils.h14 namespace url_utils { namespace in namespace:dom_distiller
44 } // namespace url_utils
H A Durl_utils_unittest.cc5 #include "components/dom_distiller/core/url_utils.h"
11 namespace url_utils { namespace in namespace:dom_distiller
42 } // namespace url_utils
H A Durl_utils.cc5 #include "components/dom_distiller/core/url_utils.h"
18 namespace url_utils { namespace in namespace:dom_distiller
69 } // namespace url_utils
H A Dviewer.cc20 #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/skia/tools/pyutils/
H A Durl_utils_test.py9 Test url_utils.py
20 import url_utils namespace
28 url_utils.create_filepath_url('http://1.2.3.4/path')
31 url_utils.create_filepath_url(
36 url_utils.create_filepath_url(os.path.join('dir', 'file')),
45 source_url = url_utils.create_filepath_url(source_path)
52 url_utils.copy_contents(source_url=source_url,
56 url_utils.copy_contents(source_url=source_url,
H A Dgs_utils.py27 import url_utils namespace
43 url_utils.copy_contents(source_url=source_http_url, dest_path=dest_path,
/external/chromium_org/third_party/skia/gm/rebaseline_server/
H A Ddownload_actuals_test.py28 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(
H A Ddownload_actuals.py24 from py.utils import url_utils namespace
85 url_utils.copy_contents(source_url=source_url, dest_path=dest_path,
H A Dcompare_configs.py21 from py.utils import url_utils namespace
58 url_utils.create_filepath_url(generated_images_root))
H A Dcompare_to_expectations.py23 from py.utils import url_utils namespace
88 url_utils.create_filepath_url(image_diff_db.storage_root))
H A Dcompare_rendered_pictures.py29 from py.utils import url_utils namespace
146 url_utils.create_filepath_url(image_diff_db.storage_root))
/external/skia/gm/rebaseline_server/
H A Ddownload_actuals_test.py29 from pyutils import url_utils namespace
39 actuals_base_url=url_utils.create_filepath_url(
41 gm_actuals_root_url=url_utils.create_filepath_url(
H A Ddownload_actuals.py22 from pyutils import url_utils namespace
83 url_utils.copy_contents(source_url=source_url, dest_path=dest_path,
H A Dcompare_configs.py22 from pyutils import url_utils namespace
58 url_utils.create_filepath_url(generated_images_root))
H A Dcompare_rendered_pictures.py20 from pyutils import url_utils namespace
62 url_utils.create_filepath_url(generated_images_root))
H A Dcompare_to_expectations.py24 from pyutils import url_utils namespace
78 url_utils.create_filepath_url(generated_images_root))
/external/chromium_org/components/dom_distiller/android/
H A Dcomponent_jni_registrar.cc22 dom_distiller::url_utils::android::RegisterUrlUtils},
/external/chromium_org/components/dom_distiller/webui/
H A Ddom_distiller_handler.cc13 #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/
H A Dfeedback_reporter_android.cc11 #include "components/dom_distiller/core/url_utils.h"
58 if (dom_distiller::url_utils::IsDistilledPage(url)) {
/external/chromium_org/chrome/browser/dom_distiller/
H A Ddom_distiller_viewer_source_browsertest.cc29 #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);
H A Dtab_utils.cc16 #include "components/dom_distiller/core/url_utils.h"
105 GURL viewer_url = dom_distiller::url_utils::GetDistillerViewUrlFromUrl(
/external/chromium_org/content/
H A Dcontent_common.target.darwin-arm.mk80 content/public/common/url_utils.cc \
H A Dcontent_common.target.darwin-arm64.mk80 content/public/common/url_utils.cc \

Completed in 296 milliseconds

12