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

  /external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/win/
HideFindIndicator.cpp 71 WKPageFindString(webView.page(), Util::toWK("Hello").get(), kWKFindOptionsShowFindIndicator, 100);
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKPage.cpp 336 void WKPageFindString(WKPageRef pageRef, WKStringRef string, WKFindOptions options, unsigned maxMatchCount)
WKPage.h 346 WK_EXPORT void WKPageFindString(WKPageRef page, WKStringRef string, WKFindOptions findOptions, unsigned maxMatchCount);
  /external/webkit/Tools/MiniBrowser/mac/
BrowserWindowController.m 751 WKPageFindString(_webView.pageRef, string, kWKFindOptionsCaseInsensitive | kWKFindOptionsWrapAround | kWKFindOptionsShowFindIndicator | kWKFindOptionsShowOverlay, 100);

Completed in 82 milliseconds