Home
last modified time | relevance | path

Searched refs:hover_id_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/
Dcustom_button.cc28 hover_id_(hover_id), in CustomDrawButtonBase()
52 hover_id_ ? rb.GetRTLEnabledPixbufNamed(hover_id_) : NULL); in CustomDrawButtonBase()
152 surfaces_[GTK_STATE_PRELIGHT]->UsePixbuf(hover_id_ ? in Observe()
153 theme_service_->GetRTLEnabledPixbufNamed(hover_id_) : NULL); in Observe()
Dcustom_button.h82 int hover_id_; variable