Searched defs:isInRange (Results 1 - 3 of 3) sorted by relevance

/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DRefSortedMap.java123 && isInRange(entries.get(offset + 1).getKey());
173 if (!isInRange(res)) {
182 if (-idx - 1 >= entries.size() || !isInRange(entries.get(-idx - 1).getKey())) {
189 if (!isInRange(key)) {
198 if (!isInRange(res)) {
205 if (idx < 0 || !isInRange(entries.get(idx).getKey())) {
212 if (!isInRange(startKey)) {
215 if (!isInRange(endKey)) {
222 if (!isInRange(key)) {
228 private boolean isInRange( method in class:RefSortedMap.SubMap
[all...]
/external/webkit/Source/WebCore/dom/
H A DElement.h321 virtual bool isInRange() const { return false; } function in class:WebCore::Element
/external/webkit/Source/WebCore/html/
H A DHTMLInputElement.cpp1216 bool HTMLInputElement::isInRange() const function in class:WebCore::HTMLInputElement

Completed in 1550 milliseconds