Searched refs:CustomDrawHoverController (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/
H A Dcustom_button.h97 // CustomDrawHoverController is a convenience class that eases the common task
101 class CustomDrawHoverController : public ui::AnimationDelegate { class in inherits:ui::AnimationDelegate
103 explicit CustomDrawHoverController(GtkWidget* widget);
104 CustomDrawHoverController();
106 virtual ~CustomDrawHoverController();
117 CHROMEGTK_CALLBACK_1(CustomDrawHoverController, gboolean, OnEnter,
119 CHROMEGTK_CALLBACK_1(CustomDrawHoverController, gboolean, OnLeave,
213 CustomDrawHoverController hover_controller_;
H A Dcustom_button.cc169 // CustomDrawHoverController ---------------------------------------------------
171 CustomDrawHoverController::CustomDrawHoverController(GtkWidget* widget) function in class:CustomDrawHoverController
177 CustomDrawHoverController::CustomDrawHoverController() function in class:CustomDrawHoverController
182 CustomDrawHoverController::~CustomDrawHoverController() {
185 void CustomDrawHoverController::Init(GtkWidget* widget) {
194 void CustomDrawHoverController::AnimationProgressed(
199 gboolean CustomDrawHoverController
[all...]
H A Dreload_button_gtk.h84 CustomDrawHoverController hover_controller_;

Completed in 63 milliseconds