HomeSort by relevance Sort by last modified time
    Searched defs:url_utils (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/components/dom_distiller/core/
url_utils.h 14 namespace url_utils { namespace in namespace:dom_distiller
44 } // namespace url_utils
url_utils_android.h 14 namespace url_utils { namespace in namespace:dom_distiller
23 } // 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
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_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
  /external/skia/tools/pyutils/
gs_utils.py 27 import url_utils namespace
43 url_utils.copy_contents(source_url=source_http_url, dest_path=dest_path,
url_utils_test.py 9 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,
  /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(
compare_configs.py 21 from py.utils import url_utils namespace
58 url_utils.create_filepath_url(generated_images_root))
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_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/skia/gm/rebaseline_server/
download_actuals_test.py 29 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(
compare_configs.py 22 from pyutils import url_utils namespace
58 url_utils.create_filepath_url(generated_images_root))
compare_rendered_pictures.py 20 from pyutils import url_utils namespace
62 url_utils.create_filepath_url(generated_images_root))
download_actuals.py 22 from pyutils import url_utils namespace
83 url_utils.copy_contents(source_url=source_url, dest_path=dest_path,
compare_to_expectations.py 24 from pyutils import url_utils namespace
78 url_utils.create_filepath_url(generated_images_root))

Completed in 946 milliseconds