Home
last modified time | relevance | path

Searched defs:nextSibling (Results 1 – 17 of 17) sorted by relevance

/external/webkit/WebCore/dom/
DTreeWalker.h61 Node* nextSibling() { return nextSibling(scriptStateFromNode(m_current.get())); } in nextSibling() function
DTreeWalker.cpp175 Node* TreeWalker::nextSibling(ScriptState* state) in nextSibling() function in WebCore::TreeWalker
264 while (Node* nextSibling = node->traverseNextSibling(root())) { in nextNode() local
DNode.h116 Node* nextSibling() const { return m_next; } in nextSibling() function
DNode.cpp524 Node* nextSibling = node->nextSibling(); in normalize() local
/external/webkit/WebCore/rendering/
DCounterNode.h51 CounterNode* nextSibling() const { return m_nextSibling; } in nextSibling() function
DRenderLayer.h191 RenderLayer* nextSibling() const { return m_next; } in nextSibling() function
DRenderObject.h128 RenderObject* nextSibling() const { return m_next; } in nextSibling() function
/external/webkit/WebCore/page/
DFrameTree.h47 Frame* nextSibling() const { return m_nextSibling.get(); } in nextSibling() function
DAccessibilityRenderObject.cpp150 AccessibilityObject* AccessibilityRenderObject::nextSibling() const in nextSibling() function in WebCore::AccessibilityRenderObject
155 RenderObject* nextSibling = m_renderer->nextSibling(); in nextSibling() local
DAccessibilityObject.cpp99 AccessibilityObject* AccessibilityObject::nextSibling() const in nextSibling() function in WebCore::AccessibilityObject
/external/webkit/WebCore/bindings/js/
DJSTreeWalkerCustom.cpp64 JSValuePtr JSTreeWalker::nextSibling(ExecState* exec, const ArgList&) in nextSibling() function in WebCore::JSTreeWalker
/external/webkit/WebCore/svg/
DSVGElementInstance.h73 SVGElementInstance* nextSibling() const { return m_nextSibling; } in nextSibling() function
/external/webkit/JavaScriptCore/profiler/
DProfileNode.h73 ProfileNode* nextSibling() const { return m_nextSibling; } in nextSibling() function
74 void setNextSibling(ProfileNode* nextSibling) { m_nextSibling = nextSibling; } in setNextSibling()
/external/webkit/WebKit/win/
DDOMCoreClasses.h381 virtual HRESULT STDMETHODCALLTYPE nextSibling( in nextSibling() function
613 virtual HRESULT STDMETHODCALLTYPE nextSibling( in nextSibling() function
DDOMHTMLClasses.h227 virtual HRESULT STDMETHODCALLTYPE nextSibling( in nextSibling() function
501 virtual HRESULT STDMETHODCALLTYPE nextSibling( in nextSibling() function
760 virtual HRESULT STDMETHODCALLTYPE nextSibling( in nextSibling() function
1065 virtual HRESULT STDMETHODCALLTYPE nextSibling( in nextSibling() function
1389 virtual HRESULT STDMETHODCALLTYPE nextSibling( in nextSibling() function
1687 virtual HRESULT STDMETHODCALLTYPE nextSibling( in nextSibling() function
2091 virtual HRESULT STDMETHODCALLTYPE nextSibling( in nextSibling() function
DDOMCoreClasses.cpp174 HRESULT STDMETHODCALLTYPE DOMNode::nextSibling( in nextSibling() function in DOMNode
/external/webkit/WebCore/editing/
DApplyStyleCommand.cpp1456 Node *nextSibling = endNode->nextSibling(); in mergeEndWithNextIfIdentical() local