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

  /external/chromium/chrome/browser/ui/find_bar/
find_backend_unittest.cc 9 #include "chrome/browser/ui/find_bar/find_tab_helper.h"
29 FindTabHelper* find_tab_helper = contents_wrapper()->find_tab_helper(); local
32 EXPECT_EQ(string16(), find_tab_helper->find_text());
37 FindTabHelper* find_tab_helper2 = wrapper2.find_tab_helper();
41 EXPECT_EQ(string16(), find_tab_helper->find_text());
51 find_tab_helper->StartFinding(search_term1, true, false);
56 EXPECT_EQ(search_term1, find_tab_helper->find_text());
67 EXPECT_EQ(search_term1, find_tab_helper->find_text());
72 // find_tab_helper (as indicated by the last two params)
    [all...]
find_bar_controller.cc 13 #include "chrome/browser/ui/find_bar/find_tab_helper.h"
34 FindTabHelper* find_tab_helper = tab_contents_->find_tab_helper(); local
38 if (!find_tab_helper->find_ui_active()) {
41 find_tab_helper->set_find_ui_active(true);
53 FindTabHelper* find_tab_helper = tab_contents_->find_tab_helper(); local
58 find_tab_helper->StopFinding(action);
61 find_bar_->ClearResults(find_tab_helper->find_result());
79 (!tab_contents_ || !tab_contents_->find_tab_helper()->find_ui_active()))
111 FindTabHelper* find_tab_helper = tab_contents_->find_tab_helper(); local
190 FindTabHelper* find_tab_helper = tab_contents_->find_tab_helper(); local
216 FindTabHelper* find_tab_helper = tab_contents_->find_tab_helper(); local
    [all...]
find_bar_host_browsertest.cc 16 #include "chrome/browser/ui/find_bar/find_tab_helper.h"
249 find_tab_helper()->StopFinding(FindBarController::kKeepSelection);
269 find_tab_helper()->StopFinding(FindBarController::kKeepSelection);
349 tab->find_tab_helper()->StopFinding(FindBarController::kKeepSelection);
783 FindTabHelper* find_tab_helper = local
784 browser()->GetSelectedTabContentsWrapper()->find_tab_helper();
787 find_tab_helper->StopFinding(FindBarController::kClearSelection);
790 ASSERT_TRUE(find_tab_helper->find_ui_active());
    [all...]
  /external/chromium/chrome/browser/ui/views/
find_bar_view.cc 16 #include "chrome/browser/ui/find_bar/find_tab_helper.h"
417 find_tab_helper()->StartFinding(find_text_->text(),
452 FindTabHelper* find_tab_helper =
453 controller->tab_contents()->find_tab_helper();
460 find_tab_helper->StartFinding(new_contents, true, false);
462 find_tab_helper->StopFinding(FindBarController::kClearSelection);
463 UpdateForResult(find_tab_helper->find_result(), string16());
490 FindTabHelper* find_tab_helper = local
491 controller->tab_contents()->find_tab_helper();
493 find_tab_helper->StartFinding(find_string
    [all...]
find_bar_host.cc 10 #include "chrome/browser/ui/find_bar/find_tab_helper.h"
117 tab_contents()->find_tab_helper()->find_ui_active()) {
  /external/chromium/chrome/browser/ui/tab_contents/
tab_contents_wrapper.h 117 FindTabHelper* find_tab_helper() { return find_tab_helper_.get(); } function in class:TabContentsWrapper
  /external/chromium/chrome/browser/ui/gtk/
find_bar_gtk.cc 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());
    [all...]
browser_window_gtk.cc 43 #include "chrome/browser/ui/find_bar/find_tab_helper.h"
    [all...]
  /external/chromium/chrome/browser/automation/
automation_provider.cc 75 #include "chrome/browser/ui/find_bar/find_tab_helper.h"
498 wrapper->find_tab_helper()->set_current_find_request_id(request_id);
    [all...]
  /external/chromium/chrome/browser/ui/
browser.cc 81 #include "chrome/browser/ui/find_bar/find_tab_helper.h"
    [all...]

Completed in 120 milliseconds