HomeSort by relevance Sort by last modified time
    Searched defs:FindBarHost (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/views/
find_bar_host.h 22 // 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,
38 explicit FindBarHost(BrowserView* browser_view);
39 virtual ~FindBarHost();
139 DISALLOW_COPY_AND_ASSIGN(FindBarHost);
find_bar_host.cc 29 return new FindBarHost(browser_view);
35 // FindBarHost, public:
37 FindBarHost::FindBarHost(BrowserView* browser_view)
44 FindBarHost::~FindBarHost() {
47 bool FindBarHost::MaybeForwardKeyEventToWebpage(
83 FindBarController* FindBarHost::GetFindBarController() const {
87 void FindBarHost::SetFindBarController(FindBarController* find_bar_controller) {
91 void FindBarHost::Show(bool animate)
    [all...]

Completed in 493 milliseconds