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

  /external/chromium_org/ash/system/tray/
throbber_view.h 15 class SystemTrayThrobber : public views::SmoothedThrobber {
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_;
throbber_view.cc 24 SystemTrayThrobber::SystemTrayThrobber(int frame_delay_ms)
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 121 milliseconds