Home
last modified time | relevance | path

Searched refs:bestPos (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/page/mac/
DFrameMac.mm223 int bestPos = -1;
231 bestPos = pos;
238 if (bestPos != -1)
239 return mutableStringToMatch.substring(bestPos, bestLength);
/external/webkit/Source/WebCore/page/
DFrame.cpp479 int bestPos = -1; in matchLabelsAgainstString() local
487 bestPos = pos; in matchLabelsAgainstString()
494 if (bestPos != -1) in matchLabelsAgainstString()
495 return mutableStringToMatch.substring(bestPos, bestLength); in matchLabelsAgainstString()