OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
484
int
bestLength
= -1;
490
if (length >=
bestLength
) {
492
bestLength
= length;
499
return mutableStringToMatch.substring(bestPos,
bestLength
);
[
all
...]
/prebuilt/common/ecj/
ecj.jar
Completed in 144 milliseconds