Home
last modified time | relevance | path

Searched refs:throbber_ (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/ash/system/tray/
Dthrobber_view.cc45 throbber_ = new SystemTrayThrobber(kThrobberFrameMs); in ThrobberView()
46 throbber_->SetFrames(ui::ResourceBundle::GetSharedInstance().GetImageNamed( in ThrobberView()
48 throbber_->set_stop_delay_ms(kThrobberAnimationDurationMs); in ThrobberView()
49 AddChildView(throbber_); in ThrobberView()
83 throbber_->Start(); in Start()
88 throbber_->Stop(); in Stop()
93 throbber_->SetTooltipText(tooltip_text); in SetTooltipText()
Dthrobber_view.h53 SystemTrayThrobber* throbber_; variable
/external/chromium_org/ui/views/examples/
Dthrobber_example.cc22 throbber_ = new Throbber(kThrobberFrameMs, false); in ThrobberView()
23 AddChildView(throbber_); in ThrobberView()
24 throbber_->SetVisible(true); in ThrobberView()
25 throbber_->Start(); in ThrobberView()
42 Throbber* throbber_; member in views::examples::__anon7315c0310111::ThrobberView
/external/chromium_org/ash/system/bluetooth/
Dtray_bluetooth.cc138 throbber_->Start(); in BluetoothStartDiscovering()
141 throbber_->Stop(); in BluetoothStartDiscovering()
152 throbber_->Stop(); in BluetoothStopDiscovering()
200 throbber_ = new ThrobberView; in AppendHeaderEntry()
201 throbber_->SetTooltipText( in AppendHeaderEntry()
203 footer()->AddThrobber(throbber_); in AppendHeaderEntry()
403 ThrobberView* throbber_; member in ash::tray::BluetoothDetailedView
/external/chromium_org/chrome/browser/resources/chromeos/login/
Doobe_screen_controller_pairing.js88 this.throbber_.hidden = [PAGE_DEVICES_DISCOVERY, property