Searched defs:SkPdfHideActionDictionaryFromDictionary (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfMapper_autogen.cpp3399 bool SkPdfMapper::SkPdfHideActionDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key, SkPdfHideActionDictionary** data) const { function in class:SkPdfMapper
3408 bool SkPdfMapper::SkPdfHideActionDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key, const char* abr, SkPdfHideActionDictionary** data) const { function in class:SkPdfMapper
3409 if (SkPdfHideActionDictionaryFromDictionary(dict, key, data)) return true;
3411 return SkPdfHideActionDictionaryFromDictionary(dict, abr, data);
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfMapper_autogen.cpp3399 bool SkPdfMapper::SkPdfHideActionDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key, SkPdfHideActionDictionary** data) const { function in class:SkPdfMapper
3408 bool SkPdfMapper::SkPdfHideActionDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key, const char* abr, SkPdfHideActionDictionary** data) const { function in class:SkPdfMapper
3409 if (SkPdfHideActionDictionaryFromDictionary(dict, key, data)) return true;
3411 return SkPdfHideActionDictionaryFromDictionary(dict, abr, data);

Completed in 76 milliseconds