Searched refs:has_Parent (Results 1 – 11 of 11) sorted by relevance
31 bool SkPdfPageTreeNodeDictionary::has_Parent() const { in has_Parent() function in SkPdfPageTreeNodeDictionary
43 bool SkPdfPopUpAnnotationDictionary::has_Parent() const { in has_Parent() function in SkPdfPopUpAnnotationDictionary
31 bool SkPdfFieldDictionary::has_Parent() const { in has_Parent() function in SkPdfFieldDictionary
31 bool SkPdfOutlineItemDictionary::has_Parent() const { in has_Parent() function in SkPdfOutlineItemDictionary
31 bool SkPdfPageObjectDictionary::has_Parent() const { in has_Parent() function in SkPdfPageObjectDictionary
524 bool has_Parent() const;
526 bool has_Parent() const;
473 while (!current->has_MediaBox() && current->has_Parent()) { in MediaBox()