Home | History | Annotate | Download | only in views

Lines Matching defs:DropdownBarHost

21 bool DropdownBarHost::disable_animations_during_testing_ = false;
24 // DropdownBarHost, public:
26 DropdownBarHost::DropdownBarHost(BrowserView* browser_view)
36 void DropdownBarHost::Init(views::View* host_view,
71 DropdownBarHost::~DropdownBarHost() {
76 void DropdownBarHost::Show(bool animate) {
96 void DropdownBarHost::SetFocusAndSelection() {
100 bool DropdownBarHost::IsAnimating() const {
104 void DropdownBarHost::Hide(bool animate) {
117 // DropdownBarHost state to ended/hidden, otherwise the next time we try
127 void DropdownBarHost::StopAnimation() {
131 bool DropdownBarHost::IsVisible() const {
136 // DropdownBarHost, views::FocusChangeListener implementation:
137 void DropdownBarHost::OnWillChangeFocus(views::View* focused_before,
160 void DropdownBarHost::OnDidChangeFocus(views::View* focused_before,
165 // DropdownBarHost, gfx::AnimationDelegate implementation:
167 void DropdownBarHost::AnimationProgressed(const gfx::Animation* animation) {
184 void DropdownBarHost::AnimationEnded(const gfx::Animation* animation) {
199 // DropdownBarHost protected:
201 void DropdownBarHost::ResetFocusTracker() {
205 void DropdownBarHost::OnVisibilityChanged() {
208 void DropdownBarHost::GetWidgetBounds(gfx::Rect* bounds) {
213 void DropdownBarHost::RegisterAccelerators() {
221 void DropdownBarHost::UnregisterAccelerators() {