Home
last modified time | relevance | path

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

12

/external/webkit/Source/WebCore/dom/
DTreeWalker.h61 …Node* nextSibling() { return nextSibling(scriptStateFromNode(mainThreadNormalWorld(), m_current.ge… in nextSibling() function
DTreeWalker.cpp176 Node* TreeWalker::nextSibling(ScriptState* state) in nextSibling() function in WebCore::TreeWalker
266 while (Node* nextSibling = node->traverseNextSibling(root())) { in nextNode() local
DNode.h147 Node* nextSibling() const { return m_next; } in nextSibling() function
/external/webkit/Source/WebCore/inspector/front-end/
DSection.js127 get nextSibling() getter in WebInspector.Section
/external/webkit/Source/WebCore/rendering/
DCounterNode.h60 CounterNode* nextSibling() const { return m_nextSibling; } in nextSibling() function
DRenderLayer.h168 RenderLayer* nextSibling() const { return m_next; } in nextSibling() function
DRenderTable.cpp782 RenderObject* nextSibling; in recalcSections() local
/external/webkit/Source/WebCore/page/
DFrameTree.h49 Frame* nextSibling() const { return m_nextSibling.get(); } in nextSibling() function
/external/webkit/Source/JavaScriptCore/profiler/
DProfileNode.h76 ProfileNode* nextSibling() const { return m_nextSibling; } in nextSibling() function
77 void setNextSibling(ProfileNode* nextSibling) { m_nextSibling = nextSibling; } in setNextSibling()
/external/webkit/Source/WebCore/svg/
DSVGElementInstance.h72 SVGElementInstance* nextSibling() const { return m_nextSibling; } in nextSibling() function
/external/webkit/Source/WebKit/chromium/src/
DWebNode.cpp123 WebNode WebNode::nextSibling() const in nextSibling() function in WebKit::WebNode
DWebAccessibilityObject.cpp173 WebAccessibilityObject WebAccessibilityObject::nextSibling() const in nextSibling() function in WebKit::WebAccessibilityObject
/external/webkit/Source/WebKit2/UIProcess/
DWebFrameProxy.h76 WebFrameProxy* nextSibling() { return m_nextSibling; } in nextSibling() function
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DLinkedListMultimap.java112 Node<K, V> nextSibling; // the next node with the same key field in LinkedListMultimap.Node
186 @Nullable K key, @Nullable V value, @Nullable Node<K, V> nextSibling) { in addNode()
/external/guava/guava/src/com/google/common/collect/
DLinkedListMultimap.java116 Node<K, V> nextSibling; // the next node with the same key field in LinkedListMultimap.Node
190 @Nullable K key, @Nullable V value, @Nullable Node<K, V> nextSibling) { in addNode()
/external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
DOctnode.java197 public void generateFastOctnodeLinks(Octnode parent, Octnode nextSibling, int side){ in generateFastOctnodeLinks()
/external/apache-xml/src/main/java/org/apache/xml/utils/
DDOMBuilder.java145 public void setNextSibling(Node nextSibling) in setNextSibling()
/external/webkit/Source/WebCore/editing/
DApplyStyleCommand.cpp791 RefPtr<Node> nextSibling = node->nextSibling(); in removeStyleFromRunBeforeApplyingStyle() local
1288 Node* nextSibling = endNode->nextSibling(); in mergeEndWithNextIfIdentical() local
1328 RefPtr<Node> nextSibling = element->nextSibling(); in surroundNodeRangeWithElement() local
/external/jsilver/src/com/google/clearsilver/jsilver/data/
DNestedMapData.java70 private NestedMapData nextSibling = null; field in NestedMapData
/external/webkit/Source/WebKit/win/
DDOMCoreClasses.h378 virtual HRESULT STDMETHODCALLTYPE nextSibling( in nextSibling() function
609 virtual HRESULT STDMETHODCALLTYPE nextSibling( in nextSibling() function
DDOMHTMLClasses.h234 virtual HRESULT STDMETHODCALLTYPE nextSibling( in nextSibling() function
508 virtual HRESULT STDMETHODCALLTYPE nextSibling( in nextSibling() function
767 virtual HRESULT STDMETHODCALLTYPE nextSibling( in nextSibling() function
1072 virtual HRESULT STDMETHODCALLTYPE nextSibling( in nextSibling() function
1396 virtual HRESULT STDMETHODCALLTYPE nextSibling( in nextSibling() function
1694 virtual HRESULT STDMETHODCALLTYPE nextSibling( in nextSibling() function
2104 virtual HRESULT STDMETHODCALLTYPE nextSibling( in nextSibling() function
2429 virtual HRESULT STDMETHODCALLTYPE nextSibling( in nextSibling() function
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DTransformerIdentityImpl.java201 Node nextSibling = domResult.getNextSibling(); in createResultContentHandler() local
/external/mesa3d/src/talloc/
Dhieralloc.c19 struct hieralloc_header * nextSibling, * prevSibling; member
/external/webkit/Source/WebKit/qt/Api/
Dqwebelement.cpp657 QWebElement QWebElement::nextSibling() const in nextSibling() function in QWebElement
/external/webkit/Source/WebCore/accessibility/
DAccessibilityRenderObject.cpp328 AccessibilityObject* AccessibilityRenderObject::nextSibling() const in nextSibling() function in WebCore::AccessibilityRenderObject
333 RenderObject* nextSibling = 0; in nextSibling() local

12