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

  /external/chromium_org/ash/shelf/
overflow_bubble.cc 22 OverflowBubble::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::OnTouchEvent(ui::TouchEvent* event)
    [all...]
overflow_bubble.h 26 // OverflowBubble displays the overflown launcher items in a bubble.
27 class OverflowBubble : public ui::EventHandler,
30 OverflowBubble();
31 virtual ~OverflowBubble();
60 DISALLOW_COPY_AND_ASSIGN(OverflowBubble);

Completed in 198 milliseconds