Home
last modified time | relevance | path

Searched refs:root_bounds_dirty_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ui/views/
Dview.cc106 root_bounds_dirty_(true), in View()
2006 root_bounds_dirty_ = true; in SetRootBoundsDirty()
2025 if (!root_bounds_dirty_ && children_.empty()) in UpdateRootBounds()
2036 if (root_bounds_dirty_) { in UpdateRootBounds()
2037 root_bounds_dirty_ = false; in UpdateRootBounds()
2055 root_bounds_dirty_ = true; in RemoveRootBounds()
Dview.h1516 bool root_bounds_dirty_; variable