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

  /external/chromium_org/ui/views/controls/button/
image_button.cc 162 HorizontalAlignment h_alignment = h_alignment_; local
164 if (h_alignment == ALIGN_RIGHT)
165 h_alignment = ALIGN_LEFT;
166 else if (h_alignment == ALIGN_LEFT)
167 h_alignment = ALIGN_RIGHT;
170 if (h_alignment == ALIGN_CENTER)
172 else if (h_alignment == ALIGN_RIGHT)

Completed in 43 milliseconds