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

  /external/webkit/Source/WebKit2/WebProcess/WebPage/
FindController.h 44 class FindController : private PageOverlay::Client {
45 WTF_MAKE_NONCOPYABLE(FindController);
48 explicit FindController(WebPage*);
49 virtual ~FindController();
FindController.cpp 27 #include "FindController.h"
55 FindController::FindController(WebPage* webPage)
62 FindController::~FindController()
66 void FindController::countStringMatches(const String& string, FindOptions options, unsigned maxMatchCount)
91 void FindController::findString(const String& string, FindOptions options, unsigned maxMatchCount)
153 void FindController::hideFindUI()
161 bool FindController::updateFindIndicator(Frame* selectedFrame, bool isShowingOverlay)
216 void FindController::hideFindIndicator(
    [all...]
WebPage.h 31 #include "FindController.h"
274 FindController& findController() { return m_findController; }
623 FindController m_findController;

Completed in 3573 milliseconds