OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
483
int
bestPos
= -1;
491
bestPos
= pos;
498
if (
bestPos
!= -1)
499
return mutableStringToMatch.substring(
bestPos
, bestLength);
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
LinearLayoutRule.java
478
Integer
bestPos
= null;
489
bestPos
= pos;
511
data.setInsertPos(
bestPos
);
[
all
...]
/frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java
[
all
...]
Completed in 870 milliseconds