Home
last modified time | relevance | path

Searched refs:FindDirection (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/page/
DPage.h95 enum FindDirection { FindDirectionForward, FindDirectionBackward }; enum
211 bool findString(const String&, TextCaseSensitivity, FindDirection, bool shouldWrap);
DPage.cpp497 bool Page::findString(const String& target, TextCaseSensitivity caseSensitivity, FindDirection dire… in findString()
/external/webkit/Source/WebKit/qt/Api/
Dqwebpage.cpp3593 ::FindDirection direction = ::FindDirectionForward; in findText()
/external/webkit/Source/WebKit/efl/ewk/
Dewk_view.cpp1423 WebCore::FindDirection direction; in ewk_view_text_search()
/external/webkit/Source/WebKit/gtk/webkit/
Dwebkitwebview.cpp4058 FindDirection direction = forward ? FindDirectionForward : FindDirectionBackward; in webkit_web_view_search_text()
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-1616722 FindOptions.h. Added and reordered FindOptions and rolled FindDirection into FindOptions.
16730 (WebKit::WebPageProxy::findString): Removed separate FindDirection.