Searched defs:FindBarHost (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/views/
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_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...]

Completed in 75 milliseconds