Searched refs:ShowDelayed (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ash/shelf/
H A Dshelf_tooltip_manager_unittest.cc56 void ShowDelayed() { function in class:ash::test::ShelfTooltipManagerTest
58 tooltip_manager_->ShowDelayed(dummy_anchor_.get(), base::string16());
107 // ShowDelayed() should just start the timer instead of showing immediately.
108 ShowDelayed();
141 // ShowDelayed() doesn't even start the timer for the hidden shelf.
142 ShowDelayed();
173 // ShowDelayed doesn't even run the timer for the hidden shelf.
174 ShowDelayed();
H A Dshelf_tooltip_manager.h51 void ShowDelayed(views::View* anchor, const base::string16& text);
H A Dshelf_tooltip_manager.cc160 void ShelfTooltipManager::ShowDelayed(views::View* anchor, function in class:ash::ShelfTooltipManager
H A Dshelf_view.cc1631 tooltip_->ShowDelayed(view, GetAccessibleName(view));

Completed in 453 milliseconds