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

  /external/chromium_org/ui/views/controls/
styled_label.h 122 gfx::Size CalculateAndDoLayout(int width, bool dry_run);
styled_label.cc 168 // TODO(erg): Munge the const-ness of the style label. CalculateAndDoLayout
173 const_cast<StyledLabel*>(this)->CalculateAndDoLayout(w, true);
179 calculated_size_ = CalculateAndDoLayout(GetLocalBounds().width(), false);
192 gfx::Size StyledLabel::CalculateAndDoLayout(int width, bool dry_run) {

Completed in 61 milliseconds