Searched refs:SkPdfResetFormActionDictionaryFromDictionary (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfMapper_autogen.h532 bool SkPdfResetFormActionDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key, SkPdfResetFormActionDictionary** data) const ;
533 bool SkPdfResetFormActionDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key, const char* abr, SkPdfResetFormActionDictionary** data) const ;
H A DSkPdfMapper_autogen.cpp3627 bool SkPdfMapper::SkPdfResetFormActionDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key, SkPdfResetFormActionDictionary** data) const { function in class:SkPdfMapper
3636 bool SkPdfMapper::SkPdfResetFormActionDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key, const char* abr, SkPdfResetFormActionDictionary** data) const { function in class:SkPdfMapper
3637 if (SkPdfResetFormActionDictionaryFromDictionary(dict, key, data)) return true;
3639 return SkPdfResetFormActionDictionaryFromDictionary(dict, abr, data);
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfMapper_autogen.h532 bool SkPdfResetFormActionDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key, SkPdfResetFormActionDictionary** data) const ;
533 bool SkPdfResetFormActionDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key, const char* abr, SkPdfResetFormActionDictionary** data) const ;
H A DSkPdfMapper_autogen.cpp3627 bool SkPdfMapper::SkPdfResetFormActionDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key, SkPdfResetFormActionDictionary** data) const { function in class:SkPdfMapper
3636 bool SkPdfMapper::SkPdfResetFormActionDictionaryFromDictionary(const SkPdfNativeObject* dict, const char* key, const char* abr, SkPdfResetFormActionDictionary** data) const { function in class:SkPdfMapper
3637 if (SkPdfResetFormActionDictionaryFromDictionary(dict, key, data)) return true;
3639 return SkPdfResetFormActionDictionaryFromDictionary(dict, abr, data);

Completed in 64 milliseconds