Searched refs:ThrobberView (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/ash/system/tray/
H A Dthrobber_view.cc46 ThrobberView::ThrobberView() { function in class:ash::internal::ThrobberView
58 ThrobberView::~ThrobberView() {
61 gfx::Size ThrobberView::GetPreferredSize() {
65 void ThrobberView::Layout() {
74 bool ThrobberView::GetTooltipText(const gfx::Point& p,
83 void ThrobberView::Start() {
88 void ThrobberView::Stop() {
93 void ThrobberView
[all...]
H A Dthrobber_view.h35 class ThrobberView : public views::View { class in namespace:ash::internal
37 ThrobberView();
38 virtual ~ThrobberView();
59 DISALLOW_COPY_AND_ASSIGN(ThrobberView);
H A Dspecial_popup_row.h18 class ThrobberView;
34 void AddThrobber(ThrobberView* throbber);
H A Dspecial_popup_row.cc92 void SpecialPopupRow::AddThrobber(ThrobberView* throbber) {
/external/chromium_org/ui/views/examples/
H A Dthrobber_example.cc19 class ThrobberView : public View { class in namespace:views::examples::__anon14533
21 ThrobberView() { function in class:views::examples::__anon14533::ThrobberView
44 DISALLOW_COPY_AND_ASSIGN(ThrobberView);
57 container->AddChildView(new ThrobberView());
/external/chromium/chrome/browser/ui/cocoa/tabs/
H A Dthrobber_view.h26 @interface ThrobberView : NSView {
/external/chromium_org/chrome/browser/ui/cocoa/tabs/
H A Dthrobber_view.h23 @interface ThrobberView : NSView {
/external/chromium_org/ash/system/bluetooth/
H A Dtray_bluetooth.cc202 throbber_ = new ThrobberView;
391 ThrobberView* throbber_;

Completed in 191 milliseconds