Home
last modified time | relevance | path

Searched refs:has_Prev (Results 1 – 5 of 5) sorted by relevance

/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
DSkPdfFileTrailerDictionary_autogen.cpp31 bool SkPdfFileTrailerDictionary::has_Prev() const { in has_Prev() function in SkPdfFileTrailerDictionary
DSkPdfOutlineItemDictionary_autogen.cpp43 bool SkPdfOutlineItemDictionary::has_Prev() const { in has_Prev() function in SkPdfOutlineItemDictionary
DSkPdfOutlineItemDictionary_autogen.h526 bool has_Prev() const;
DSkPdfFileTrailerDictionary_autogen.h524 bool has_Prev() const;
/external/skia/experimental/PdfViewer/pdfparser/native/
DSkPdfNativeDoc.cpp356 if (trailer->has_Prev()) { in readTrailer()