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

  /external/webkit/Source/WebCore/page/mac/
FrameMac.mm 143 const unsigned int charsSearchedThreshold = 500;
145 // charsSearchedThreshold, to make it more likely that we'll search whole nodes.
160 n && lengthSearched < charsSearchedThreshold;
183 nodeString = nodeString.right(charsSearchedThreshold - lengthSearched);
  /external/webkit/Source/WebCore/page/
Frame.cpp 404 const unsigned int charsSearchedThreshold = 500;
406 // charsSearchedThreshold, to make it more likely that we'll search whole nodes.
421 n && lengthSearched < charsSearchedThreshold;
444 nodeString = nodeString.right(charsSearchedThreshold - lengthSearched);
    [all...]

Completed in 30 milliseconds