Searched refs:rightElement (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/remoting/webapp/browser_test/
H A Dscrollbar_browser_test.js133 var rightElement = document.elementFromPoint(
139 vertical: rightElement === this.scroller_
/external/chromium_org/third_party/icu/source/common/
H A Dbytestriebuilder.cpp184 const BytesTrieElement *rightElement=static_cast<const BytesTrieElement *>(right); local
185 return leftElement->compareStringTo(*rightElement, *strings);
H A Ducharstriebuilder.cpp137 const UCharsTrieElement *rightElement=static_cast<const UCharsTrieElement *>(right); local
138 return leftElement->compareStringTo(*rightElement, *strings);
/external/icu/icu4c/source/common/
H A Dbytestriebuilder.cpp184 const BytesTrieElement *rightElement=static_cast<const BytesTrieElement *>(right); local
185 return leftElement->compareStringTo(*rightElement, *strings);
H A Ducharstriebuilder.cpp137 const UCharsTrieElement *rightElement=static_cast<const UCharsTrieElement *>(right); local
138 return leftElement->compareStringTo(*rightElement, *strings);
/external/chromium_org/third_party/icu/source/i18n/
H A Dalphaindex.cpp1012 const UElement *rightElement = static_cast<const UElement *>(right); local
1014 const UnicodeString *rightString = static_cast<const UnicodeString *>(rightElement->pointer);
1037 const UElement *rightElement = static_cast<const UElement *>(right); local
1039 const AlphabeticIndex::Record *rightRec = static_cast<const AlphabeticIndex::Record *>(rightElement->pointer);
/external/icu/icu4c/source/i18n/
H A Dalphaindex.cpp958 const UElement *rightElement = static_cast<const UElement *>(right); local
960 const UnicodeString *rightString = static_cast<const UnicodeString *>(rightElement->pointer);
983 const UElement *rightElement = static_cast<const UElement *>(right); local
985 const AlphabeticIndex::Record *rightRec = static_cast<const AlphabeticIndex::Record *>(rightElement->pointer);

Completed in 303 milliseconds