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

  /external/chromium/chrome/browser/ui/find_bar/
find_tab_helper.cc 17 int FindTabHelper::find_request_id_counter_ = -1;
19 FindTabHelper::FindTabHelper(TabContents* tab_contents)
28 FindTabHelper::~FindTabHelper() {
31 void FindTabHelper::StartFinding(string16 search_string,
81 void FindTabHelper::StopFinding(
99 bool FindTabHelper::OnMessageReceived(const IPC::Message& message) {
101 IPC_BEGIN_MESSAGE_MAP(FindTabHelper, message)
108 void FindTabHelper::OnFindReply(int request_id
    [all...]
find_tab_helper.h 14 class FindTabHelper : public TabContentsObserver {
16 explicit FindTabHelper(TabContents* tab_contents);
17 virtual ~FindTabHelper();
106 DISALLOW_COPY_AND_ASSIGN(FindTabHelper);
  /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(string16 search_string,
96 void FindTabHelper::StopFinding(
131 void FindTabHelper::ActivateNearestFindResult(float x, float y) {
138 void FindTabHelper::RequestFindMatchRects(int current_version)
    [all...]
find_tab_helper.h 18 class FindTabHelper : public content::WebContentsObserver,
19 public content::WebContentsUserData<FindTabHelper> {
21 virtual ~FindTabHelper();
81 explicit FindTabHelper(content::WebContents* web_contents);
82 friend class content::WebContentsUserData<FindTabHelper>;
119 DISALLOW_COPY_AND_ASSIGN(FindTabHelper);

Completed in 58 milliseconds