Home
last modified time | relevance | path

Searched refs:has_Parent (Results 1 – 11 of 11) sorted by relevance

/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
DSkPdfPageTreeNodeDictionary_autogen.cpp31 bool SkPdfPageTreeNodeDictionary::has_Parent() const { in has_Parent() function in SkPdfPageTreeNodeDictionary
DSkPdfPopUpAnnotationDictionary_autogen.cpp43 bool SkPdfPopUpAnnotationDictionary::has_Parent() const { in has_Parent() function in SkPdfPopUpAnnotationDictionary
DSkPdfFieldDictionary_autogen.cpp31 bool SkPdfFieldDictionary::has_Parent() const { in has_Parent() function in SkPdfFieldDictionary
DSkPdfOutlineItemDictionary_autogen.cpp31 bool SkPdfOutlineItemDictionary::has_Parent() const { in has_Parent() function in SkPdfOutlineItemDictionary
DSkPdfPageObjectDictionary_autogen.cpp31 bool SkPdfPageObjectDictionary::has_Parent() const { in has_Parent() function in SkPdfPageObjectDictionary
DSkPdfOutlineItemDictionary_autogen.h524 bool has_Parent() const;
DSkPdfPopUpAnnotationDictionary_autogen.h526 bool has_Parent() const;
DSkPdfPageTreeNodeDictionary_autogen.h524 bool has_Parent() const;
DSkPdfFieldDictionary_autogen.h524 bool has_Parent() const;
DSkPdfPageObjectDictionary_autogen.h524 bool has_Parent() const;
/external/skia/experimental/PdfViewer/pdfparser/native/
DSkPdfNativeDoc.cpp473 while (!current->has_MediaBox() && current->has_Parent()) { in MediaBox()