Searched defs:OverflowBubble (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ash/shelf/
H A Doverflow_bubble.cc22 OverflowBubble::OverflowBubble() function in class:ash::OverflowBubble
28 OverflowBubble::~OverflowBubble() {
32 void OverflowBubble::Show(views::View* anchor, ShelfView* shelf_view) {
48 void OverflowBubble::Hide() {
60 void OverflowBubble::HideBubbleAndRefreshButton() {
71 void OverflowBubble::ProcessPressedEvent(ui::LocatedEvent* event) {
83 void OverflowBubble::OnMouseEvent(ui::MouseEvent* event) {
88 void OverflowBubble
[all...]
H A Doverflow_bubble.h26 // OverflowBubble displays the overflown launcher items in a bubble.
27 class OverflowBubble : public ui::EventHandler, class in namespace:ash
30 OverflowBubble();
31 virtual ~OverflowBubble();
60 DISALLOW_COPY_AND_ASSIGN(OverflowBubble);

Completed in 1434 milliseconds