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

  /external/chromium/chrome/browser/ui/views/
find_bar_host.h 23 // 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,
40 explicit FindBarHost(BrowserView* browser_view);
41 virtual ~FindBarHost();
128 DISALLOW_COPY_AND_ASSIGN(FindBarHost);
find_bar_host.cc 28 return new FindBarHost(browser_view);
34 // FindBarHost, public:
36 FindBarHost::FindBarHost(BrowserView* browser_view)
42 FindBarHost::~FindBarHost() {
45 bool FindBarHost::MaybeForwardKeyEventToWebpage(
82 FindBarController* FindBarHost::GetFindBarController() const {
86 void FindBarHost::SetFindBarController(FindBarController* find_bar_controller) {
90 void FindBarHost::Show(bool animate)
    [all...]

Completed in 24 milliseconds