HomeSort by relevance Sort by last modified time
    Searched full:hover_id_ (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/ui/gtk/
custom_button.cc 28 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);
custom_button.h 82 int hover_id_; member in class:CustomDrawButtonBase
  /external/chromium_org/chrome/browser/ui/gtk/
custom_button.cc 43 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);
custom_button.h 87 int hover_id_; member in class:CustomDrawButtonBase

Completed in 64 milliseconds