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 111 int CalculateAndDoLayout(int width, bool dry_run);
styled_label.cc 129 calculated_size_ = gfx::Size(w, CalculateAndDoLayout(w, true));
135 CalculateAndDoLayout(GetLocalBounds().width(), false);
148 int StyledLabel::CalculateAndDoLayout(int width, bool dry_run) {

Completed in 25 milliseconds