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

  /external/webkit/Source/WebCore/page/mac/
FrameMac.mm 224 int bestLength = -1;
230 if (length >= bestLength) {
232 bestLength = length;
239 return mutableStringToMatch.substring(bestPos, bestLength);
  /external/webkit/Source/WebCore/page/
Frame.cpp 480 int bestLength = -1;
486 if (length >= bestLength) {
488 bestLength = length;
495 return mutableStringToMatch.substring(bestPos, bestLength);
    [all...]
  /prebuilts/misc/common/ecj/
ecj.jar 

Completed in 187 milliseconds