HomeSort by relevance Sort by last modified time
    Searched refs:ThrobberGtk (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/gtk/
throbber_gtk.h 23 class ThrobberGtk : public ui::AnimationDelegate,
27 explicit ThrobberGtk(GtkThemeService* theme_service);
28 virtual ~ThrobberGtk();
46 CHROMEGTK_CALLBACK_1(ThrobberGtk, gboolean, OnExpose, GdkEventExpose*);
71 DISALLOW_COPY_AND_ASSIGN(ThrobberGtk);
throbber_gtk.cc 22 ThrobberGtk::ThrobberGtk(GtkThemeService* theme_service)
30 ThrobberGtk::~ThrobberGtk() {
34 void ThrobberGtk::Start() {
38 void ThrobberGtk::Stop() {
42 void ThrobberGtk::AnimationEnded(const ui::Animation* animation) {
47 void ThrobberGtk::AnimationProgressed(const ui::Animation* animation) {
51 void ThrobberGtk::Observe(int type,
59 gboolean ThrobberGtk::OnExpose(GtkWidget* widget, GdkEventExpose* expose)
    [all...]

Completed in 89 milliseconds