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

  /external/webkit/WebCore/page/
Page.cpp 473 unsigned int Page::markAllMatchesForText(const String& target, TextCaseSensitivity caseSensitivity, bool shouldHighlight, unsigned limit)
483 matches += frame->markAllMatchesForText(target, caseSensitivity == TextCaseSensitive, (limit == 0) ? 0 : (limit - matches));
Frame.cpp     [all...]

Completed in 130 milliseconds