Searched refs:hover_id_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/
H A Dcustom_button.cc28 hover_id_(hover_id),
52 hover_id_ ? rb.GetRTLEnabledPixbufNamed(hover_id_) : NULL);
152 surfaces_[GTK_STATE_PRELIGHT]->UsePixbuf(hover_id_ ?
153 theme_service_->GetRTLEnabledPixbufNamed(hover_id_) : NULL);
H A Dcustom_button.h82 int hover_id_; member in class:CustomDrawButtonBase
/external/chromium_org/chrome/browser/ui/gtk/
H A Dcustom_button.cc43 hover_id_(hover_id),
63 surfaces_[GTK_STATE_PRELIGHT]->UsePixbuf(GetImage(hover_id_));
168 surfaces_[GTK_STATE_PRELIGHT]->UsePixbuf(hover_id_ ?
169 theme_service_->GetRTLEnabledPixbufNamed(hover_id_) : NULL);
H A Dcustom_button.h87 int hover_id_; member in class:CustomDrawButtonBase

Completed in 106 milliseconds