Home
last modified time | relevance | path

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

/external/guava/guava/src/com/google/common/collect/
DContiguousSet.java42 @Override public ContiguousSet<C> headSet(C toElement) { in headSet()
46 @Override ContiguousSet<C> headSet(C toElement, boolean inclusive) { in headSet()
50 @Override public ContiguousSet<C> subSet(C fromElement, C toElement) { in subSet()
57 @Override ContiguousSet<C> subSet(C fromElement, boolean fromInclusive, C toElement, in subSet()
76 /*@Override*/ abstract ContiguousSet<C> headSetImpl(C toElement, boolean inclusive); in headSetImpl()
79 C toElement, boolean toInclusive); in subSetImpl()
DForwardingSortedSet.java76 public SortedSet<E> headSet(E toElement) { in headSet()
86 public SortedSet<E> subSet(E fromElement, E toElement) { in subSet()
163 @Beta protected SortedSet<E> standardSubSet(E fromElement, E toElement) { in standardSubSet()
DSortedMultisets.java50 @Override public SortedSet<E> subSet(E fromElement, E toElement) { in subSet()
55 @Override public SortedSet<E> headSet(E toElement) { in headSet()
121 @Override public SortedMultiset<E> headMultiset(E toElement, in headMultiset()
128 BoundType fromBoundType, E toElement, BoundType toBoundType) { in subMultiset()
DImmutableSortedSet.java597 public ImmutableSortedSet<E> headSet(E toElement) { in headSet()
601 ImmutableSortedSet<E> headSet(E toElement, boolean inclusive) { in headSet()
619 public ImmutableSortedSet<E> subSet(E fromElement, E toElement) { in subSet()
624 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet()
655 abstract ImmutableSortedSet<E> headSetImpl(E toElement, boolean inclusive); in headSetImpl()
658 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive); in subSetImpl()
DEmptyImmutableSortedSet.java105 ImmutableSortedSet<E> headSetImpl(E toElement, boolean inclusive) { in headSetImpl()
111 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSetImpl()
DStandardRowSortedTable.java96 public SortedSet<R> headSet(R toElement) { in headSet()
103 public SortedSet<R> subSet(R fromElement, R toElement) { in subSet()
DEmptyContiguousSet.java61 @Override ContiguousSet<C> headSetImpl(C toElement, boolean inclusive) { in headSetImpl()
66 C fromElement, boolean fromInclusive, C toElement, boolean toInclusive) { in subSetImpl()
DRegularImmutableSortedSet.java200 ImmutableSortedSet<E> headSetImpl(E toElement, boolean inclusive) { in headSetImpl()
214 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSetImpl()
DRegularContiguousSet.java45 /* @Override */ ContiguousSet<C> headSetImpl(C toElement, boolean inclusive) { in headSetImpl()
56 /* @Override */ ContiguousSet<C> subSetImpl(C fromElement, boolean fromInclusive, C toElement, in subSetImpl()
DAbstractMultimap.java684 public SortedSet<V> headSet(V toElement) { in headSet()
692 public SortedSet<V> subSet(V fromElement, V toElement) { in subSet()
970 public SortedSet<K> headSet(K toElement) { in headSet()
980 public SortedSet<K> subSet(K fromElement, K toElement) { in subSet()
DConstraints.java175 @Override public SortedSet<E> headSet(E toElement) { in headSet()
178 @Override public SortedSet<E> subSet(E fromElement, E toElement) { in subSet()
DSynchronized.java260 public SortedSet<E> subSet(E fromElement, E toElement) { in subSet()
267 public SortedSet<E> headSet(E toElement) { in headSet()
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DSafeTreeSet.java118 @Override public SortedSet<E> headSet(E toElement) { in headSet()
122 @Override public NavigableSet<E> headSet(E toElement, boolean inclusive) { in headSet()
172 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet()
178 @Override public SortedSet<E> subSet(E fromElement, E toElement) { in subSet()
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DEmptyContiguousSet.java59 @Override ContiguousSet<C> headSetImpl(C toElement, boolean inclusive) { in headSetImpl()
64 C fromElement, boolean fromInclusive, C toElement, boolean toInclusive) { in subSetImpl()
DRegularContiguousSet.java43 /* @Override */ ContiguousSet<C> headSetImpl(C toElement, boolean inclusive) { in headSetImpl()
54 /* @Override */ ContiguousSet<C> subSetImpl(C fromElement, boolean fromInclusive, C toElement, in subSetImpl()
DImmutableSortedSet.java296 public ImmutableSortedSet<E> headSet(E toElement) { in headSet()
317 ImmutableSortedSet<E> headSet(E toElement, boolean inclusive) { in headSet()
333 public ImmutableSortedSet<E> subSet(E fromElement, E toElement) { in subSet()
337 ImmutableSortedSet<E> subSet(E fromElement, boolean fromInclusive, E toElement, in subSet()
DSynchronized.java247 public SortedSet<E> subSet(E fromElement, E toElement) { in subSet()
254 public SortedSet<E> headSet(E toElement) { in headSet()
/external/guava/guava-tests/test/com/google/common/collect/
DForwardingSortedSetTest.java100 @Override public SortedSet<T> subSet(T fromElement, T toElement) { in subSet()
/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