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

  /external/chromium/chrome/browser/ui/gtk/
custom_button.cc 26 normal_id_(normal_id),
48 normal_id_ ? rb.GetRTLEnabledPixbufNamed(normal_id_) : NULL);
148 surfaces_[GTK_STATE_NORMAL]->UsePixbuf(normal_id_ ?
149 theme_service_->GetRTLEnabledPixbufNamed(normal_id_) : NULL);
custom_button.h 80 int normal_id_; member in class:CustomDrawButtonBase
  /external/chromium_org/chrome/browser/ui/gtk/
custom_button.cc 41 normal_id_(normal_id),
61 surfaces_[GTK_STATE_NORMAL]->UsePixbuf(GetImage(normal_id_));
164 surfaces_[GTK_STATE_NORMAL]->UsePixbuf(normal_id_ ?
165 theme_service_->GetRTLEnabledPixbufNamed(normal_id_) : NULL);
custom_button.h 85 int normal_id_; member in class:CustomDrawButtonBase

Completed in 45 milliseconds