Searched refs:OverflowBubble (Results 1 - 7 of 7) 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);
H A Dshelf_view.h39 class OverflowBubble;
98 void set_owner_overflow_bubble(OverflowBubble* owner) {
347 scoped_ptr<OverflowBubble> overflow_bubble_;
349 OverflowBubble* owner_overflow_bubble_;
H A Dshelf_view.cc1226 overflow_bubble_.reset(new OverflowBubble());
1324 // occurred in OverflowBubble, the bounds of ShelfView in OverflowBubble can
/external/chromium_org/ash/test/
H A Dshelf_view_test_api.h17 class OverflowBubble;
62 OverflowBubble* overflow_bubble();
H A Dshelf_view_test_api.cc101 OverflowBubble* ShelfViewTestAPI::overflow_bubble() {
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dchrome_launcher_controller_browsertest.cc2035 IN_PROC_BROWSER_TEST_F(ShelfAppBrowserTest, OverflowBubble) {

Completed in 163 milliseconds