Searched refs:SystemTrayThrobber (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ash/system/tray/
H A Dthrobber_view.h15 class SystemTrayThrobber : public views::SmoothedThrobber { class in namespace:ash
17 SystemTrayThrobber(int frame_delay_ms);
18 virtual ~SystemTrayThrobber();
30 DISALLOW_COPY_AND_ASSIGN(SystemTrayThrobber);
33 // A View containing a SystemTrayThrobber with animation for starting/stopping.
53 SystemTrayThrobber* throbber_;
H A Dthrobber_view.cc24 SystemTrayThrobber::SystemTrayThrobber(int frame_delay_ms) function in class:ash::SystemTrayThrobber
28 SystemTrayThrobber::~SystemTrayThrobber() {
31 void SystemTrayThrobber::SetTooltipText(const base::string16& tooltip_text) {
35 bool SystemTrayThrobber::GetTooltipText(const gfx::Point& p,
45 throbber_ = new SystemTrayThrobber(kThrobberFrameMs);

Completed in 70 milliseconds