OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetDistillerViewUrlFromUrl
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/components/dom_distiller/core/
url_utils.h
21
const GURL
GetDistillerViewUrlFromUrl
(const std::string& scheme,
url_utils_android.cc
22
jstring
GetDistillerViewUrlFromUrl
(JNIEnv* env,
32
dom_distiller::url_utils::
GetDistillerViewUrlFromUrl
(scheme, url);
url_utils.cc
32
const GURL
GetDistillerViewUrlFromUrl
(const std::string& scheme,
/external/chromium_org/chrome/browser/dom_distiller/
dom_distiller_viewer_source_browsertest.cc
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
105
GURL viewer_url = dom_distiller::url_utils::
GetDistillerViewUrlFromUrl
(
/external/chromium_org/components/dom_distiller/webui/
dom_distiller_handler.cc
29
return url_utils::
GetDistillerViewUrlFromUrl
(scheme, gurl);
Completed in 46 milliseconds