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

  /external/chromium_org/ui/views/controls/
label.h 200 mutable gfx::Size text_size_; member in class:views::Label
label.cc 349 text_size_.SetSize(w, h);
351 text_size_.Enlarge(shadow_margin.width(), shadow_margin.height());
355 return text_size_;

Completed in 173 milliseconds