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

  /external/pdfium/core/fpdfdoc/
cpdf_bookmarktree.h 19 CPDF_Bookmark GetNextSibling(const CPDF_Bookmark& bookmark) const;
cpdf_bookmarktree.cpp 26 CPDF_Bookmark CPDF_BookmarkTree::GetNextSibling(
  /external/pdfium/xfa/fxfa/parser/
cxfa_traversestrategy_contentlayoutitem.h 19 static CXFA_ContentLayoutItem* GetNextSibling(
cxfa_traversestrategy_layoutitem.h 17 static CXFA_LayoutItem* GetNextSibling(CXFA_LayoutItem* pLayoutItem) {
cxfa_traversestrategy_contentareacontainerlayoutitem.h 26 static CXFA_ContainerLayoutItem* GetNextSibling(
xfa_utils.h 90 pPrevItemNext = TraverseStrategy::GetNextSibling(pPrevItem);
107 TraverseStrategy::GetNextSibling(pChildItem)) {
131 NodeType* pNext = TraverseStrategy::GetNextSibling(*ppNode);
147 NodeType* pNext = TraverseStrategy::GetNextSibling(*ppNode);
xfa_object.h     [all...]
cxfa_layoutpagemgr.cpp 44 static CXFA_ContainerLayoutItem* GetNextSibling(
    [all...]
xfa_document_datamerger_imp.cpp 31 static CXFA_Node* GetNextSibling(CXFA_Node* pDDGroupNode) {
    [all...]
  /external/pdfium/fpdfsdk/
fpdfdoc.cpp 47 child = tree.GetNextSibling(child);
96 return tree.GetNextSibling(bookmark).GetDict();
  /art/compiler/optimizing/
register_allocator.cc 77 current_interval_ = current_interval_->GetNextSibling();
register_allocation_resolver.cc 234 current = current->GetNextSibling()) {
373 LiveInterval* next_sibling = current->GetNextSibling();
417 if (interval->GetNextSibling() == nullptr) {
ssa_liveness_analysis.h 762 LiveInterval* GetNextSibling() const { return next_sibling_; }
876 interval = interval->GetNextSibling();
907 interval = interval->GetNextSibling();
    [all...]
register_allocator_graph_color.cc     [all...]
register_allocator_test.cc 159 intervals[0]->GetNextSibling()->SetRegister(0);
367 ASSERT_TRUE(interval->GetNextSibling() == nullptr);
    [all...]
ssa_liveness_analysis.cc 526 current = current->GetNextSibling();
register_allocator_linear_scan.cc 411 current_interval_ = current_interval_->GetNextSibling();
    [all...]
  /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 276 milliseconds