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 334 IconPlacement icon_placement() { return icon_placement_; }
338 icon_placement_ = icon_placement;
365 IconPlacement icon_placement_; member in class:views::TextButton
text_button.cc 614 icon_placement_(ICON_ON_LEFT),
687 if (icon_placement_ == ICON_ON_LEFT) {
689 } else if (icon_placement_ == ICON_ON_RIGHT) {
734 if (icon_placement_ == ICON_ON_LEFT) {
736 } else if (icon_placement_ == ICON_ON_RIGHT) {

Completed in 37 milliseconds