OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DomDistillerServiceAndroid
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/components/dom_distiller/core/
dom_distiller_service_android.h
20
class
DomDistillerServiceAndroid
{
22
DomDistillerServiceAndroid
(DomDistillerService* service);
23
virtual ~
DomDistillerServiceAndroid
();
dom_distiller_service_android.cc
21
DomDistillerServiceAndroid
::
DomDistillerServiceAndroid
(
30
DomDistillerServiceAndroid
::~
DomDistillerServiceAndroid
() {
33
bool
DomDistillerServiceAndroid
::HasEntry(JNIEnv* env,
41
ScopedJavaLocalRef<jstring>
DomDistillerServiceAndroid
::GetUrlForEntry(
50
jlong
DomDistillerServiceAndroid
::GetDistilledPagePrefsPtr(JNIEnv* env,
55
bool
DomDistillerServiceAndroid
::Register(JNIEnv* env) {
Completed in 383 milliseconds