Searched defs:ThrobberView (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ash/system/tray/
H A Dthrobber_view.h34 class ThrobberView : public views::View { class in namespace:ash
36 ThrobberView();
37 virtual ~ThrobberView();
58 DISALLOW_COPY_AND_ASSIGN(ThrobberView);
H A Dthrobber_view.cc44 ThrobberView::ThrobberView() { function in class:ash::ThrobberView
56 ThrobberView::~ThrobberView() {
59 gfx::Size ThrobberView::GetPreferredSize() const {
63 void ThrobberView::Layout() {
72 bool ThrobberView::GetTooltipText(const gfx::Point& p,
81 void ThrobberView::Start() {
86 void ThrobberView::Stop() {
91 void ThrobberView
[all...]
/external/chromium_org/ui/views/examples/
H A Dthrobber_example.cc19 class ThrobberView : public View { class in namespace:views::examples::__anon17104
21 ThrobberView() { function in class:views::examples::__anon17104::ThrobberView
44 DISALLOW_COPY_AND_ASSIGN(ThrobberView);
57 container->AddChildView(new ThrobberView());

Completed in 114 milliseconds