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

  /external/pdfium/xfa/fxfa/parser/
cxfa_traversestrategy_contentareacontainerlayoutitem.h 26 static CXFA_ContainerLayoutItem* GetNextSibling(
cxfa_traversestrategy_contentlayoutitem.h 19 static CXFA_ContentLayoutItem* GetNextSibling(
cxfa_traversestrategy_layoutitem.h 17 static CXFA_LayoutItem* GetNextSibling(CXFA_LayoutItem* pLayoutItem) {
cxfa_traversestrategy_xfacontainernode.h 18 static CXFA_Node* GetNextSibling(CXFA_Node* pTemplateNode) {
cxfa_traversestrategy_xfanode.h 17 static inline CXFA_Node* GetNextSibling(CXFA_Node* pTemplateNode) {
18 return pTemplateNode->GetNextSibling();
cxfa_nodeiteratortemplate_unittest.cpp 24 static Node* GetNextSibling(Node* pNode) {
cxfa_node.h 174 CXFA_Node* GetNextSibling() const { return m_pNext; }
xfa_document_datamerger_imp.cpp 47 static CXFA_Node* GetNextSibling(CXFA_Node* pDDGroupNode) {
203 for (; pChild; pChild = pChild->GetNextSibling()) {
239 for (; pChild; pChild = pChild->GetNextSibling()) {
252 pText = pText->GetNextSibling();
530 for (CXFA_Node* pNode = pExistingNode->GetNextSibling(); pNode;) {
537 pNode = pNode->GetNextSibling();
543 CXFA_Node* pNextNode = pNode->GetNextSibling();
687 pNode = pNode->GetNextSibling()) {
806 pTemplateChild = pTemplateChild->GetNextSibling()) {
844 pTemplateChild = pTemplateChild->GetNextSibling()) {
    [all...]
cxfa_layoutpagemgr.cpp 54 static CXFA_ContainerLayoutItem* GetNextSibling(
319 pPageArea = pPageArea->GetNextSibling()) {
384 pBreakNode = pBreakNode->GetNextSibling()) {
696 pContentAreaNode = pContentAreaNode->GetNextSibling()) {
724 pContentAreaNode = pContentAreaNode->GetNextSibling();
729 pContentAreaNode = pContentAreaNode->GetNextSibling();
    [all...]
  /external/pdfium/core/fpdfdoc/
cpdf_bookmarktree.cpp 30 CPDF_Bookmark CPDF_BookmarkTree::GetNextSibling(
  /art/compiler/optimizing/
ssa_liveness_analysis.h 766 LiveInterval* GetNextSibling() const { return next_sibling_; }
880 interval = interval->GetNextSibling();
911 interval = interval->GetNextSibling();
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
windowsx.h 54 #define GetNextSibling(hwnd) GetWindow(hwnd,GW_HWNDNEXT)
    [all...]

Completed in 318 milliseconds