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

  /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 4497 milliseconds