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

  /external/chromium_org/ui/gfx/
render_text_harfbuzz.h 142 bool needs_layout_; member in class:gfx::RenderTextHarfBuzz
144 // ICU grapheme iterator for the layout text. Valid when |!needs_layout_|. Can
render_text_win.h 138 bool needs_layout_; member in class:gfx::RenderTextWin
render_text_win.cc 529 RenderTextWin::RenderTextWin() : RenderText(), needs_layout_(false) {
594 DCHECK(!needs_layout_);
696 DCHECK(!needs_layout_);
768 needs_layout_ = true;
772 if (needs_layout_) {
777 needs_layout_ = false;
785 DCHECK(!needs_layout_);
805 DCHECK(!needs_layout_);
    [all...]
render_text_harfbuzz.cc 578 needs_layout_(false) {
660 DCHECK(!needs_layout_);
762 DCHECK(!needs_layout_);
834 needs_layout_ = true;
838 if (needs_layout_) {
862 needs_layout_ = false;
901 DCHECK(!needs_layout_);
    [all...]
  /external/chromium_org/ui/views/
view.cc 108 needs_layout_(true),
276 if (needs_layout_) {
277 needs_layout_ = false;
536 needs_layout_ = false;
550 if (child->needs_layout_ || !layout_manager_.get()) {
551 child->needs_layout_ = false;
560 needs_layout_ = true;
    [all...]
view.h 1532 bool needs_layout_; member in class:views::View
    [all...]

Completed in 72 milliseconds