Searched defs:FindTabHelper (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/find_bar/
H A Dfind_tab_helper.cc23 DEFINE_WEB_CONTENTS_USER_DATA_KEY(FindTabHelper);
26 int FindTabHelper::find_request_id_counter_ = -1;
28 FindTabHelper::FindTabHelper(WebContents* web_contents) function in class:FindTabHelper
37 FindTabHelper::~FindTabHelper() {
40 void FindTabHelper::StartFinding(base::string16 search_string,
99 void FindTabHelper::StopFinding(
134 void FindTabHelper::ActivateNearestFindResult(float x, float y) {
141 void FindTabHelper
[all...]
H A Dfind_tab_helper.h19 class FindTabHelper : public content::WebContentsObserver, class in inherits:content::WebContentsObserver,content::WebContentsUserData
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 887 milliseconds