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

  /external/webkit/WebCore/page/mac/
FrameMac.mm 268 int bestLength = -1;
274 if (length >= bestLength) {
276 bestLength = length;
283 return mutableStringToMatch.substring(bestPos, bestLength);
  /external/webkit/WebCore/page/
Frame.cpp 543 int bestLength = -1;
549 if (length >= bestLength) {
551 bestLength = length;
558 return mutableStringToMatch.substring(bestPos, bestLength);
    [all...]
  /prebuilt/common/ecj/
ecj.jar 

Completed in 121 milliseconds