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 35 class ThrobberView : public views::View {
37 ThrobberView();
38 virtual ~ThrobberView();
59 DISALLOW_COPY_AND_ASSIGN(ThrobberView);
throbber_view.cc 46 ThrobberView::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::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 972 milliseconds