Home
last modified time | relevance | path

Searched refs:isGoToActionDictionary (Results 1 – 2 of 2) sorted by relevance

/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
DSkPdfMapper_autogen.h468 bool isGoToActionDictionary(const SkPdfNativeObject* nativeObj) const ;
DSkPdfMapper_autogen.cpp844 if (in == NULL || !isGoToActionDictionary(in)) return kNone_SkPdfNativeObjectType; in mapGoToActionDictionary()
3224 bool SkPdfMapper::isGoToActionDictionary(const SkPdfNativeObject* nativeObj) const { in isGoToActionDictionary() function in SkPdfMapper