OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsUrlDistillable
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/components/dom_distiller/core/
url_utils.cc
56
bool
IsUrlDistillable
(const GURL& url) {
url_utils_android.cc
61
jboolean
IsUrlDistillable
(JNIEnv* env, jclass clazz, jstring j_url) {
63
return dom_distiller::url_utils::
IsUrlDistillable
(url);
Completed in 214 milliseconds