HomeSort by relevance Sort by last modified time
    Searched refs:traverseForwardToOffset (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
ChildNodeList.cpp 49 Node* ChildNodeList::traverseForwardToOffset(unsigned offset, Node& currentNode, unsigned& currentOffset) const
ChildNodeList.h 58 Node* traverseForwardToOffset(unsigned offset, Node& currentNode, unsigned& currentOffset) const;
LiveNodeList.cpp 77 Element* LiveNodeList::traverseForwardToOffset(unsigned offset, Element& currentElement, unsigned& currentOffset) const
LiveNodeList.h 55 Element* traverseForwardToOffset(unsigned offset, Element& currentNode, unsigned& currentOffset) const;
  /external/chromium_org/third_party/WebKit/Source/core/html/
CollectionItemsCache.h 98 currentNode = collection.traverseForwardToOffset(currentIndex + 1, *currentNode, currentIndex);
CollectionIndexCache.h 195 NodeType* currentNode = collection.traverseForwardToOffset(index, *cachedNode(), currentIndex);
HTMLCollection.h 65 Element* traverseForwardToOffset(unsigned offset, Element& currentElement, unsigned& currentOffset) const;
HTMLCollection.cpp 350 Element* HTMLCollection::traverseForwardToOffset(unsigned offset, Element& currentElement, unsigned& currentOffset) const

Completed in 88 milliseconds