Home
last modified time | relevance | path

Searched defs:toElement (Results 1 – 12 of 12) sorted by relevance

/external/guava/src/com/google/common/collect/
DForwardingSortedSet.java48 public SortedSet<E> headSet(E toElement) { in headSet()
56 public SortedSet<E> subSet(E fromElement, E toElement) { in subSet()
DEmptyImmutableSortedSet.java97 @Override ImmutableSortedSet<E> headSetImpl(E toElement) { in headSetImpl()
101 @Override ImmutableSortedSet<E> subSetImpl(E fromElement, E toElement) { in subSetImpl()
DTreeMultiset.java163 public SortedSet<E> headSet(E toElement) { in headSet()
167 public SortedSet<E> subSet(E fromElement, E toElement) { in subSet()
DImmutableSortedSet.java598 public ImmutableSortedSet<E> headSet(E toElement) { in headSet()
615 public ImmutableSortedSet<E> subSet(E fromElement, E toElement) { in subSet()
641 abstract ImmutableSortedSet<E> headSetImpl(E toElement); in headSetImpl()
642 abstract ImmutableSortedSet<E> subSetImpl(E fromElement, E toElement); in subSetImpl()
DRegularImmutableSortedSet.java222 @Override ImmutableSortedSet<E> headSetImpl(E toElement) { in headSetImpl()
226 @Override ImmutableSortedSet<E> subSetImpl(E fromElement, E toElement) { in subSetImpl()
DAbstractMultimap.java664 public SortedSet<V> headSet(V toElement) { in headSet()
671 public SortedSet<V> subSet(V fromElement, V toElement) { in subSet()
923 public SortedSet<K> headSet(K toElement) { in headSet()
931 public SortedSet<K> subSet(K fromElement, K toElement) { in subSet()
DSynchronized.java315 public SortedSet<E> subSet(E fromElement, E toElement) { in subSet()
321 public SortedSet<E> headSet(E toElement) { in headSet()
/external/webkit/Source/WebCore/dom/
DElement.h421 inline Element* toElement(Node* node) in toElement() function
427 inline const Element* toElement(const Node* node) in toElement() function
DMouseEvent.cpp116 Node* MouseEvent::toElement() const in toElement() function in WebCore::MouseEvent
/external/webkit/Source/WebKit/win/
DDOMEventsClasses.cpp514 HRESULT STDMETHODCALLTYPE DOMMouseEvent::toElement( in toElement() function in DOMMouseEvent
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
Dmootools-1.2.2-core-nc.js3058 toElement: function(){ method
Dconcat-jquery-mootools-prototype.js7434 toElement: function(){ method