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

  /external/webkit/Source/WebKit2/WebProcess/WebPage/
FindController.h 53 void countStringMatches(const String&, FindOptions, unsigned maxMatchCount);
FindController.cpp 66 void FindController::countStringMatches(const String& string, FindOptions options, unsigned maxMatchCount)
WebPage.h 518 void countStringMatches(const String&, uint32_t findOptions, uint32_t maxMatchCount);
WebPage.cpp     [all...]
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
PDFViewController.h 71 void countStringMatches(const String&, FindOptions, unsigned maxMatchCount);
PDFViewController.mm 626 void PDFViewController::countStringMatches(const String& string, FindOptions options, unsigned maxMatchCount)
WKView.mm     [all...]
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKPage.cpp 348 toImpl(pageRef)->countStringMatches(toImpl(string)->string(), toFindOptions(options), maxMatchCount);
  /external/webkit/Source/WebKit2/UIProcess/
WebPageProxy.h 362 void countStringMatches(const String&, FindOptions, unsigned maxMatchCount);
    [all...]
WebPageProxy.cpp     [all...]

Completed in 585 milliseconds