OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsDistilledPage
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/components/dom_distiller/core/
url_utils.h
38
bool
IsDistilledPage
(const GURL& url);
url_utils_android.cc
56
jboolean
IsDistilledPage
(JNIEnv* env, jclass clazz, jstring j_url) {
58
return dom_distiller::url_utils::
IsDistilledPage
(url);
url_utils.cc
60
bool
IsDistilledPage
(const GURL& url) {
/external/chromium_org/chrome/browser/android/dom_distiller/
feedback_reporter_android.cc
58
if (dom_distiller::url_utils::
IsDistilledPage
(url)) {
Completed in 241 milliseconds