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

/external/chromium_org/components/dom_distiller/core/
H A Ddom_distiller_service_android.cc41 ScopedJavaLocalRef<jstring> DomDistillerServiceAndroid::GetUrlForEntry( function in class:dom_distiller::android::DomDistillerServiceAndroid
47 return ConvertUTF8ToJavaString(env, service_->GetUrlForEntry(entry_id));
H A Ddom_distiller_service.cc115 std::string DomDistillerService::GetUrlForEntry(const std::string& entry_id) { function in class:dom_distiller::DomDistillerService
/external/chromium_org/chrome/browser/dom_distiller/
H A Dlazy_dom_distiller_service.cc52 std::string LazyDomDistillerService::GetUrlForEntry( function in class:dom_distiller::LazyDomDistillerService
54 return instance()->GetUrlForEntry(entry_id);

Completed in 85 milliseconds