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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontElement.cpp 131 for (size_t lhsIndex = 0; lhsIndex < glyphsLhsSize; ++lhsIndex) {
133 Glyph glyph1 = glyphsLhs[lhsIndex].tableEntry;
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
MessageAttachmentTile.java 245 int lhsIndex = p.indexOfChild(lhs);
247 int lhsDistance = Math.abs(mIndex - lhsIndex);
253 return rhsIndex - lhsIndex;

Completed in 110 milliseconds