HomeSort by relevance Sort by last modified time
    Searched defs:previousSibling (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/core/dom/
MutationRecord.h 50 static PassRefPtrWillBeRawPtr<MutationRecord> createChildList(PassRefPtrWillBeRawPtr<Node> target, PassRefPtrWillBeRawPtr<StaticNodeList> added, PassRefPtrWillBeRawPtr<StaticNodeList> removed, PassRefPtrWillBeRawPtr<Node> previousSibling, PassRefPtrWillBeRawPtr<Node> nextSibling);
64 virtual Node* previousSibling() { return 0; }
TreeWalker.cpp 126 if (node->previousSibling()) {
127 node = node->previousSibling();
139 Node* TreeWalker::previousSibling(ExceptionState& exceptionState)
145 for (RefPtrWillBeRawPtr<Node> sibling = node->previousSibling(); sibling; ) {
163 sibling = sibling->previousSibling();
217 while (Node* previousSibling = node->previousSibling()) {
218 node = previousSibling;
ElementTraversal.h 90 static ElementType* previousSibling(const Node&);
92 static ElementType* previousSibling(const Node&, MatchFunc);
189 node = node->previousSibling();
199 element = Traversal<ElementType>::previousSibling(*element);
356 inline ElementType* Traversal<ElementType>::previousSibling(const Node& current)
358 Node* node = current.previousSibling();
360 node = node->previousSibling();
366 inline ElementType* Traversal<ElementType>::previousSibling(const Node& current, MatchFunc isMatch)
368 ElementType* element = Traversal<ElementType>::previousSibling(current);
370 element = Traversal<ElementType>::previousSibling(*element)
    [all...]
NodeRenderingTraversal.cpp 94 Node* previousSibling(const Node* node)
101 walker.previousSibling();
122 Node* previousNode = previousSibling(node);
234 for (Node* sibling = NodeRenderingTraversal::previousSibling(node); sibling; sibling = NodeRenderingTraversal::previousSibling(sibling)) {
Node.h 188 Node* previousSibling() const { return m_previous; }
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderObjectChildList.cpp 97 if (oldChild->previousSibling())
98 oldChild->previousSibling()->setNextSibling(oldChild->nextSibling());
100 oldChild->nextSibling()->setPreviousSibling(oldChild->previousSibling());
105 setLastChild(oldChild->previousSibling());
144 RenderObject* previousSibling = beforeChild->previousSibling();
145 if (previousSibling)
146 previousSibling->setNextSibling(newChild);
147 newChild->setPreviousSibling(previousSibling);
CounterNode.h 59 CounterNode* previousSibling() const { return m_previousSibling; }
RenderLayer.h 101 RenderLayer* previousSibling() const { return m_previous; }
    [all...]
RenderObject.h 164 RenderObject* previousSibling() const { return m_previous; }
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
RemoteFrameClient.cpp 39 Frame* RemoteFrameClient::previousSibling() const
41 return toCoreFrame(m_webFrame->previousSibling());
WebFrame.cpp 169 WebFrame* WebFrame::previousSibling() const
WebNode.cpp 116 WebNode WebNode::previousSibling() const
118 return WebNode(m_private->previousSibling());
FrameLoaderClientImpl.cpp 273 Frame* FrameLoaderClientImpl::previousSibling() const
275 return toCoreFrame(m_webFrame->previousSibling());
  /external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
ComposedTreeWalker.h 58 void previousSibling();
138 inline void ComposedTreeWalker::previousSibling()
  /external/chromium_org/third_party/WebKit/Source/core/page/
FrameTree.cpp 93 Frame* FrameTree::previousSibling() const
97 return m_thisFrame->client()->previousSibling();
360 if (Frame* prevSibling = previousSibling())
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
DOMPatchSupport.cpp 123 Node* previousSibling = node->previousSibling();
165 return previousSibling ? previousSibling->nextSibling() : parentNode->firstChild();
InspectorDOMAgent.cpp     [all...]
  /external/guava/guava/src/com/google/common/collect/
LinkedListMultimap.java 117 Node<K, V> previousSibling; // the previous node with the same key
204 node.previousSibling = keyTail;
210 node.previousSibling = nextSibling.previousSibling;
213 if (nextSibling.previousSibling == null) { // nextSibling was key head
216 nextSibling.previousSibling.nextSibling = node;
224 nextSibling.previousSibling = node;
246 if (node.previousSibling != null) {
247 node.previousSibling.nextSibling = node.nextSibling;
254 node.nextSibling.previousSibling = node.previousSibling
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
LinkedListMultimap.java 113 Node<K, V> previousSibling; // the previous node with the same key
200 node.previousSibling = keyTail;
206 node.previousSibling = nextSibling.previousSibling;
209 if (nextSibling.previousSibling == null) { // nextSibling was key head
212 nextSibling.previousSibling.nextSibling = node;
220 nextSibling.previousSibling = node;
242 if (node.previousSibling != null) {
243 node.previousSibling.nextSibling = node.nextSibling;
250 node.nextSibling.previousSibling = node.previousSibling
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDocumentImpl.java 81 int previousSibling = 0; // previous sibling - no previous sibling
214 nodes.writeEntry(previousSibling,2,slotnumber);
701 // previousSibling = 0;
800 // nodes.writeEntry(previousSibling, 2, NULL);
803 // previousSibling = currentParent;
857 // previousSibling = ourslot; // Should attributes be previous siblings
871 // //previousSibling = ourslot;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
ApplyStyleCommand.cpp 501 if (before ? currentNode->previousSibling() : currentNode->nextSibling())
    [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /external/jdiff/
xerces.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 

Completed in 491 milliseconds

1 2