Home | History | Annotate | Download | only in gtk

Lines Matching refs:find_tab_helper

22 #include "chrome/browser/ui/find_bar/find_tab_helper.h"
583 FindTabHelper* find_tab_helper = tab_contents->find_tab_helper();
588 find_tab_helper->StartFinding(UTF8ToUTF16(new_contents), forward_search,
592 find_tab_helper->StopFinding(FindBarController::kClearSelection);
593 UpdateUIForFindResult(find_tab_helper->find_result(), string16());