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

  /external/chromium_org/ui/views/examples/
throbber_example.cc 22 throbber_ = new Throbber(kThrobberFrameMs, false);
23 AddChildView(throbber_);
24 throbber_->SetVisible(true);
25 throbber_->Start();
42 Throbber* throbber_; member in class:views::examples::__anon20942::ThrobberView
  /external/chromium_org/ash/system/tray/
throbber_view.cc 45 throbber_ = new SystemTrayThrobber(kThrobberFrameMs);
46 throbber_->SetFrames(ui::ResourceBundle::GetSharedInstance().GetImageNamed(
48 throbber_->set_stop_delay_ms(kThrobberAnimationDurationMs);
49 AddChildView(throbber_);
83 throbber_->Start();
88 throbber_->Stop();
93 throbber_->SetTooltipText(tooltip_text);
throbber_view.h 53 SystemTrayThrobber* throbber_; member in class:ash::ThrobberView
  /external/chromium_org/ash/system/bluetooth/
tray_bluetooth.cc 137 throbber_->Start();
140 throbber_->Stop();
151 throbber_->Stop();
199 throbber_ = new ThrobberView;
200 throbber_->SetTooltipText(
202 footer()->AddThrobber(throbber_);
397 ThrobberView* throbber_; member in class:ash::tray::BluetoothDetailedView

Completed in 4102 milliseconds