HomeSort by relevance Sort by last modified time
    Searched defs:FindTabHelper (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/find_bar/
find_tab_helper.cc 23 DEFINE_WEB_CONTENTS_USER_DATA_KEY(FindTabHelper);
26 int FindTabHelper::find_request_id_counter_ = -1;
28 FindTabHelper::FindTabHelper(WebContents* web_contents)
37 FindTabHelper::~FindTabHelper() {
40 void FindTabHelper::StartFinding(base::string16 search_string,
95 void FindTabHelper::StopFinding(
130 void FindTabHelper::ActivateNearestFindResult(float x, float y) {
137 void FindTabHelper::RequestFindMatchRects(int current_version)
    [all...]
find_tab_helper.h 19 class FindTabHelper : public content::WebContentsObserver,
20 public content::WebContentsUserData<FindTabHelper> {
22 virtual ~FindTabHelper();
87 explicit FindTabHelper(content::WebContents* web_contents);
88 friend class content::WebContentsUserData<FindTabHelper>;
128 DISALLOW_COPY_AND_ASSIGN(FindTabHelper);

Completed in 78 milliseconds