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

  /external/webkit/Source/WebCore/page/mac/
FrameMac.mm 223 int bestPos = -1;
231 bestPos = pos;
238 if (bestPos != -1)
239 return mutableStringToMatch.substring(bestPos, bestLength);
  /external/webkit/Source/WebCore/page/
Frame.cpp 479 int bestPos = -1;
487 bestPos = pos;
494 if (bestPos != -1)
495 return mutableStringToMatch.substring(bestPos, bestLength);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
LinearLayoutRule.java 489 Integer bestPos = null;
500 bestPos = pos;
522 data.setInsertPos(bestPos);
    [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java     [all...]

Completed in 362 milliseconds