Home | History | Annotate | Download | only in views

Lines Matching defs:DropdownBarHost

39 bool DropdownBarHost::disable_animations_during_testing_ = false;
42 // DropdownBarHost, public:
44 DropdownBarHost::DropdownBarHost(BrowserView* browser_view)
53 void DropdownBarHost::Init(DropdownBarView* view) {
77 DropdownBarHost::~DropdownBarHost() {
82 void DropdownBarHost::Show(bool animate) {
101 void DropdownBarHost::SetFocusAndSelection() {
105 bool DropdownBarHost::IsAnimating() const {
109 void DropdownBarHost::Hide(bool animate) {
122 void DropdownBarHost::StopAnimation() {
126 bool DropdownBarHost::IsVisible() const {
131 // DropdownBarHost, views::FocusChangeListener implementation:
132 void DropdownBarHost::FocusWillChange(views::View* focused_before,
156 // DropdownBarHost, ui::AnimationDelegate implementation:
158 void DropdownBarHost::AnimationProgressed(const ui::Animation* animation) {
175 void DropdownBarHost::AnimationEnded(const ui::Animation* animation) {
189 // DropdownBarHost protected:
191 void DropdownBarHost::ResetFocusTracker() {
195 void DropdownBarHost::GetWidgetBounds(gfx::Rect* bounds) {
200 void DropdownBarHost::UpdateWindowEdges(const gfx::Rect& new_pos) {
309 void DropdownBarHost::RegisterAccelerators() {
316 void DropdownBarHost::UnregisterAccelerators() {