HomeSort by relevance Sort by last modified time
    Searched refs:GetNextSibling (Results 1 - 16 of 16) sorted by null

  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_layout_appadapter.h 18 static inline CXFA_ContainerLayoutItem* GetNextSibling(
40 static inline CXFA_ContainerLayoutItem* GetNextSibling(
62 static inline CXFA_ContentLayoutItem* GetNextSibling(
xfa_document_datadescription_imp.cpp 23 static inline CXFA_Node* GetNextSibling(CXFA_Node* pDDGroupNode) {
xfa_parser_imp.cpp     [all...]
xfa_layout_pagemgr_new.cpp 451 static inline CXFA_ContainerLayoutItem* GetNextSibling(
    [all...]
  /external/pdfium/xfa/src/fxfa/src/common/
xfa_utils.h 76 pPrevItemNext = TraverseStrategy::GetNextSibling(pPrevItem);
93 TraverseStrategy::GetNextSibling(pChildItem)) {
117 NodeType* pNext = TraverseStrategy::GetNextSibling(*ppNode);
133 NodeType* pNext = TraverseStrategy::GetNextSibling(*ppNode);
xfa_doclayout.h 114 static inline CXFA_LayoutItem* GetNextSibling(CXFA_LayoutItem* pLayoutItem) {
xfa_object.h     [all...]
  /external/pdfium/core/src/fpdfdoc/
doc_bookmark.cpp 23 CPDF_Bookmark CPDF_BookmarkTree::GetNextSibling(
  /external/pdfium/fpdfsdk/src/
fpdfdoc.cpp 29 child = tree.GetNextSibling(child);
75 return tree.GetNextSibling(bookmark).GetDict();
  /art/compiler/optimizing/
ssa_liveness_analysis.h 696 LiveInterval* GetNextSibling() const { return next_sibling_; }
806 interval = interval->GetNextSibling();
837 interval = interval->GetNextSibling();
    [all...]
register_allocator_test.cc 139 intervals[0]->GetNextSibling()->SetRegister(0);
338 ASSERT_TRUE(interval->GetNextSibling() == nullptr);
    [all...]
register_allocator.cc 431 current_interval_ = current_interval_->GetNextSibling();
    [all...]
ssa_liveness_analysis.cc 570 current = current->GetNextSibling();
  /external/pdfium/core/include/fpdfdoc/
fpdf_doc.h 73 CPDF_Bookmark GetNextSibling(const CPDF_Bookmark& bookmark) const;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
windowsx.h16 63 #define GetNextSibling(hwnd) GetWindow(hwnd,GW_HWNDNEXT)
    [all...]
windowsx.h 54 #define GetNextSibling(hwnd) GetWindow(hwnd,GW_HWNDNEXT)
    [all...]

Completed in 832 milliseconds