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

/external/chromium_org/chrome/browser/ui/views/
H A Dfind_bar_host_aura.cc10 void FindBarHost::AudibleAlert() {
16 bool FindBarHost::ShouldForwardKeyEventToWebpageNative(
H A Dfind_bar_host.cc29 return new FindBarHost(browser_view);
35 // FindBarHost, public:
37 FindBarHost::FindBarHost(BrowserView* browser_view) function in class:FindBarHost
44 FindBarHost::~FindBarHost() {
47 bool FindBarHost::MaybeForwardKeyEventToWebpage(
83 FindBarController* FindBarHost::GetFindBarController() const {
87 void FindBarHost::SetFindBarController(FindBarController* find_bar_controller) {
91 void FindBarHost
[all...]
H A Dfind_bar_host.h22 // The FindBarHost implements the container widget for the
29 // There is one FindBarHost per BrowserView, and its state is updated
30 // whenever the selected Tab is changed. The FindBarHost is created when
34 class FindBarHost : public DropdownBarHost, class in inherits:DropdownBarHost,FindBar,FindBarTesting
38 explicit FindBarHost(BrowserView* browser_view);
39 virtual ~FindBarHost();
139 DISALLOW_COPY_AND_ASSIGN(FindBarHost);
H A Dfind_bar_view.h16 class FindBarHost;
30 // button. It communicates the user search words to the FindBarHost.
44 explicit FindBarView(FindBarHost* host);
117 FindBarHost* find_bar_host() const;
H A Dfind_bar_view.cc76 FindBarView::FindBarView(FindBarHost* host)
494 FindBarHost* FindBarView::find_bar_host() const {
495 return static_cast<FindBarHost*>(host());
H A Dfind_bar_host_interactive_uitest.cc39 FindBarHost::disable_animations_during_testing_ = true;

Completed in 89 milliseconds