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

  /external/chromium_org/ui/views/controls/button/
text_button.h 349 IconPlacement icon_placement() { return icon_placement_; }
353 icon_placement_ = icon_placement;
380 IconPlacement icon_placement_; member in class:views::TextButton
text_button.cc 603 icon_placement_(ICON_ON_LEFT),
677 if (icon_placement_ == ICON_ON_LEFT) {
679 } else if (icon_placement_ == ICON_ON_RIGHT) {
724 if (icon_placement_ == ICON_ON_LEFT) {
726 } else if (icon_placement_ == ICON_ON_RIGHT) {

Completed in 216 milliseconds