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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
ChildListMutationScope.h 69 RefPtr<Node> m_nextSibling;
MutationRecord.cpp 52 , m_nextSibling(nextSibling)
62 virtual Node* nextSibling() OVERRIDE { return m_nextSibling.get(); }
68 RefPtr<Node> m_nextSibling;
  /external/chromium_org/third_party/WebKit/Source/core/page/
FrameTree.h 53 Frame* nextSibling() const { return m_nextSibling.get(); }
97 RefPtr<Frame> m_nextSibling;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
CounterNode.h 60 CounterNode* nextSibling() const { return m_nextSibling; }
89 CounterNode* m_nextSibling;
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
DOMEditor.cpp 213 , m_nextSibling(node->nextSibling())
246 RefPtr<Node> m_nextSibling;
  /external/apache-xml/src/main/java/org/apache/xml/utils/
DOMBuilder.java 60 protected Node m_nextSibling = null;
147 m_nextSibling = nextSibling;
157 return m_nextSibling;
182 if (currentNode == m_root && m_nextSibling != null)
183 currentNode.insertBefore(newNode, m_nextSibling);
191 if (m_nextSibling != null)
192 m_docFrag.insertBefore(newNode, m_nextSibling);
228 if (m_nextSibling != null)
229 m_doc.insertBefore(newNode, m_nextSibling);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGElementInstance.h 70 SVGElementInstance* nextSibling() const { return m_nextSibling; }
173 void setNextSibling(SVGElementInstance* sibling) { m_nextSibling = sibling; }
189 SVGElementInstance* m_nextSibling;
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemTemplateElement.java 272 last.m_nextSibling = elem;
308 last.m_nextSibling = elem;
369 m_firstChild = childETE.m_nextSibling;
374 prev.m_nextSibling = childETE.m_nextSibling;
379 childETE.m_nextSibling = null;
408 prev.m_nextSibling = newChildElem;
416 newChildElem.m_nextSibling = oldChildElem.m_nextSibling;
417 oldChildElem.m_nextSibling = null
    [all...]
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 295 milliseconds