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

  /external/pdfium/core/src/fpdfdoc/
doc_bookmark.cpp 19 CPDF_Bookmark CPDF_BookmarkTree::GetNextSibling(CPDF_Bookmark This)
  /art/compiler/optimizing/
register_allocator.cc 190 current_interval_ = current_interval_->GetNextSibling();
588 while (last_sibling->GetNextSibling() != nullptr) {
589 last_sibling = last_sibling->GetNextSibling();
836 LiveInterval* next_sibling = current->GetNextSibling();
851 if (interval->GetNextSibling() == nullptr) {
    [all...]
register_allocator_test.cc 136 intervals.Get(0)->GetNextSibling()->SetRegister(0);
341 ASSERT_TRUE(interval->GetNextSibling() == nullptr);
ssa_liveness_analysis.h 427 LiveInterval* GetNextSibling() const { return next_sibling_; }
  /external/chromium_org/content/browser/accessibility/
browser_accessibility.h 97 BrowserAccessibility* GetNextSibling();
browser_accessibility.cc 106 BrowserAccessibility* BrowserAccessibility::GetNextSibling() {
browser_accessibility_win.cc 325 result = target->GetNextSibling();
    [all...]
  /external/pdfium/fpdfsdk/src/
fpdfdoc.cpp 26 Child = tree.GetNextSibling(Child);
  /external/pdfium/core/include/fpdfdoc/
fpdf_doc.h 90 CPDF_Bookmark GetNextSibling(CPDF_Bookmark bookmark);
    [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 384 milliseconds