HomeSort by relevance Sort by last modified time
    Searched defs:ThrobberView (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ash/system/tray/
throbber_view.h 34 class ThrobberView : public views::View {
36 ThrobberView();
37 virtual ~ThrobberView();
58 DISALLOW_COPY_AND_ASSIGN(ThrobberView);
throbber_view.cc 44 ThrobberView::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::SetTooltipText(const base::string16& tooltip_text)
    [all...]
  /external/chromium_org/ui/views/examples/
throbber_example.cc 19 class ThrobberView : public View {
21 ThrobberView() {
44 DISALLOW_COPY_AND_ASSIGN(ThrobberView);
57 container->AddChildView(new ThrobberView());

Completed in 597 milliseconds