Home
last modified time | relevance | path

Searched refs:GotoLinkDest (Results 1 – 4 of 4) sorted by relevance

/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/
Djni_conversion.h33 using pdfClient::GotoLinkDest;
105 jobject ToJavaDestination(JNIEnv* env, const GotoLinkDest dest);
Dpage.h63 struct GotoLinkDest { struct
80 GotoLinkDest dest; argument
Dpage.cc286 GotoLinkDest* goto_link_dest = new GotoLinkDest(); in GetGotoLinks()
Djni_conversion.cc304 jobject ToJavaDestination(JNIEnv* env, const GotoLinkDest dest) { in ToJavaDestination()