Home
last modified time | relevance | path

Searched defs:GetNextSibling (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_traversestrategy_xfacontainernode.h18 static CXFA_Node* GetNextSibling(CXFA_Node* pTemplateNode) { in GetNextSibling() function
H A Dcxfa_traversestrategy_xfanode.h17 static inline CXFA_Node* GetNextSibling(CXFA_Node* pTemplateNode) { in GetNextSibling() function
H A Dcxfa_nodeiteratortemplate_unittest.cpp22 static Node* GetNextSibling(Node* pNode) { in GetNextSibling() function in CXFA_NodeIteratorTemplateTest::Node::Strategy
H A Dcxfa_document.cpp66 static CXFA_Node* GetNextSibling(CXFA_Node* pDDGroupNode) { in GetNextSibling() function in __anon88aaec6a0111::CXFA_TraverseStrategy_DDGroup
/aosp_15_r20/external/pdfium/xfa/fxfa/layout/
H A Dcxfa_traversestrategy_layoutitem.h18 static CXFA_LayoutItem* GetNextSibling(CXFA_LayoutItem* pLayoutItem) { in GetNextSibling() function
H A Dcxfa_viewlayoutprocessor.cpp52 static CXFA_ViewLayoutItem* GetNextSibling(CXFA_ViewLayoutItem* pLayoutItem) { in GetNextSibling() function in __anon0d9d56350111::TraverseStrategy_ViewLayoutItem
88 static CXFA_ViewLayoutItem* GetNextSibling(CXFA_ViewLayoutItem* pLayoutItem) { in GetNextSibling() function in __anon0d9d56350111::TraverseStrategy_PageSet
/aosp_15_r20/external/pdfium/core/fpdfdoc/
H A Dcpdf_bookmarktree.cpp34 CPDF_Bookmark CPDF_BookmarkTree::GetNextSibling( in GetNextSibling() function in CPDF_BookmarkTree
/aosp_15_r20/external/pdfium/core/fxcrt/
H A Dtree_node.h32 inline T* GetNextSibling() const { in GetNextSibling() function
/aosp_15_r20/art/compiler/optimizing/
H A Dssa_liveness_analysis.h770 LiveInterval* GetNextSibling() const { return next_sibling_; } in GetNextSibling() function
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dwindowsx.h54 #define GetNextSibling(hwnd) GetWindow(hwnd,GW_HWNDNEXT) macro