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

  /external/webkit/Source/WebCore/page/
Page.h 212 unsigned markAllMatchesForText(const String&, FindOptions, bool shouldHighlight, unsigned);
214 unsigned markAllMatchesForText(const String&, TextCaseSensitivity, bool shouldHighlight, unsigned);
Page.cpp 531 unsigned int Page::markAllMatchesForText(const String& target, TextCaseSensitivity caseSensitivity, bool shouldHighlight, unsigned limit)
533 return markAllMatchesForText(target, caseSensitivity == TextCaseInsensitive ? CaseInsensitive : 0, shouldHighlight, limit);
536 unsigned int Page::markAllMatchesForText(const String& target, FindOptions options, bool shouldHighlight, unsigned limit)
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
FindController.cpp 71 unsigned matchCount = m_webPage->corePage()->markAllMatchesForText(string, core(options), false, maxMatchCount + 1);
116 unsigned matchCount = m_webPage->corePage()->markAllMatchesForText(string, core(options), false, maxMatchCount + 1);
  /external/webkit/Source/WebKit/win/Interfaces/
IWebViewPrivate.idl 96 HRESULT markAllMatchesForText([in] BSTR search, [in] BOOL caseSensitive, [in] BOOL highlight, [in] UINT limit, [out] UINT* matches);
  /external/webkit/Source/WebKit/mac/WebView/
WebViewPrivate.h 563 - (WebNSUInteger)markAllMatchesForText:(NSString *)string caseSensitive:(BOOL)caseFlag highlight:(BOOL)highlight limit:(WebNSUInteger)limit;
WebView.mm     [all...]
  /external/webkit/Source/WebKit/win/
WebView.h 643 virtual HRESULT STDMETHODCALLTYPE markAllMatchesForText(
    [all...]
WebView.cpp     [all...]
  /external/webkit/Source/WebKit/efl/ewk/
ewk_view.cpp     [all...]
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebview.cpp     [all...]
  /external/webkit/Source/WebKit/qt/Api/
qwebpage.cpp     [all...]

Completed in 450 milliseconds