Searched defs:HasEntry (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/components/dom_distiller/core/
H A Ddom_distiller_service_android.cc33 bool DomDistillerServiceAndroid::HasEntry(JNIEnv* env, function in class:dom_distiller::android::DomDistillerServiceAndroid
38 return service_->HasEntry(entry_id);
H A Ddom_distiller_service.cc111 bool DomDistillerService::HasEntry(const std::string& entry_id) { function in class:dom_distiller::DomDistillerService
/external/chromium_org/chrome/browser/dom_distiller/
H A Dlazy_dom_distiller_service.cc48 bool LazyDomDistillerService::HasEntry(const std::string& entry_id) { function in class:dom_distiller::LazyDomDistillerService
49 return instance()->HasEntry(entry_id);

Completed in 295 milliseconds