Searched defs:FindBarHost (Results 1 - 4 of 4) 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...]
/external/chromium_org/chrome/browser/ui/views/
H A Dfind_bar_host.h22 // The FindBarHost implements the container widget for the
30 // There is one FindBarHost per BrowserView, and its state is updated
31 // whenever the selected Tab is changed. The FindBarHost is created when
35 class FindBarHost : public DropdownBarHost, class in inherits:DropdownBarHost,FindBar,FindBarTesting
39 explicit FindBarHost(BrowserView* browser_view);
40 virtual ~FindBarHost();
137 DISALLOW_COPY_AND_ASSIGN(FindBarHost);
H A Dfind_bar_host.cc30 return new FindBarHost(browser_view);
36 // FindBarHost, public:
38 FindBarHost::FindBarHost(BrowserView* browser_view) function in class:FindBarHost
45 FindBarHost::~FindBarHost() {
48 bool FindBarHost::MaybeForwardKeyEventToWebpage(
84 FindBarController* FindBarHost::GetFindBarController() const {
88 void FindBarHost::SetFindBarController(FindBarController* find_bar_controller) {
92 void FindBarHost
[all...]

Completed in 74 milliseconds