HomeSort by relevance Sort by last modified time
    Searched defs:FindBarHost (Results 1 - 4 of 4) 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...]
  /external/chromium_org/chrome/browser/ui/views/
find_bar_host.h 22 // 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,
39 explicit FindBarHost(BrowserView* browser_view);
40 virtual ~FindBarHost();
137 DISALLOW_COPY_AND_ASSIGN(FindBarHost);
find_bar_host.cc 30 return new FindBarHost(browser_view);
36 // FindBarHost, public:
38 FindBarHost::FindBarHost(BrowserView* browser_view)
45 FindBarHost::~FindBarHost() {
48 bool FindBarHost::MaybeForwardKeyEventToWebpage(
84 FindBarController* FindBarHost::GetFindBarController() const {
88 void FindBarHost::SetFindBarController(FindBarController* find_bar_controller) {
92 void FindBarHost::Show(bool animate)
    [all...]

Completed in 125 milliseconds