Searched refs:FindBarHost (Results 1 - 7 of 7) sorted by relevance

/external/chromium/chrome/browser/ui/views/
H A Dfind_bar_host_gtk.cc14 void FindBarHost::AudibleAlert() {
19 void FindBarHost::GetWidgetPositionNative(gfx::Rect* avoid_overlapping_rect) {
27 bool FindBarHost::ShouldForwardKeyEventToWebpageNative(
H A Dfind_bar_host.cc28 return new FindBarHost(browser_view);
34 // FindBarHost, public:
36 FindBarHost::FindBarHost(BrowserView* browser_view) function in class:FindBarHost
42 FindBarHost::~FindBarHost() {
45 bool FindBarHost::MaybeForwardKeyEventToWebpage(
82 FindBarController* FindBarHost::GetFindBarController() const {
86 void FindBarHost::SetFindBarController(FindBarController* find_bar_controller) {
90 void FindBarHost
[all...]
H A Dfind_bar_host_win.cc16 void FindBarHost::AudibleAlert() {
20 void FindBarHost::GetWidgetPositionNative(gfx::Rect* avoid_overlapping_rect) {
31 bool FindBarHost::ShouldForwardKeyEventToWebpageNative(
H A Dfind_bar_host.h23 // The FindBarHost implements the container widget for the
31 // There is one FindBarHost per BrowserView, and its state is updated
32 // whenever the selected Tab is changed. The FindBarHost is created when
36 class FindBarHost : public DropdownBarHost, class in inherits:DropdownBarHost,FindBar,FindBarTesting
40 explicit FindBarHost(BrowserView* browser_view);
41 virtual ~FindBarHost();
128 DISALLOW_COPY_AND_ASSIGN(FindBarHost);
H A Dfind_bar_view.h17 class FindBarHost;
30 // button. It communicates the user search words to the FindBarHost.
44 explicit FindBarView(FindBarHost* host);
127 FindBarHost* find_bar_host() const;
H A Dfind_bar_view.cc88 FindBarView::FindBarView(FindBarHost* host)
534 FindBarHost* FindBarView::find_bar_host() const {
535 return static_cast<FindBarHost*>(host());
H A Dfind_bar_host_interactive_uitest.cc38 FindBarHost::disable_animations_during_testing_ = true;

Completed in 201 milliseconds