Home | History | Annotate | Download | only in views

Lines Matching refs:IsPaintRoot

480     while (old_paint_root && !old_paint_root->IsPaintRoot())
799 if (IsPaintRoot()) {
1385 bool View::IsPaintRoot() {
2013 if (!(*i)->IsPaintRoot())
2047 if (!(*i)->IsPaintRoot())
2058 if (!(*i)->IsPaintRoot())
2066 while (!bounds_tree && !paint_root->IsPaintRoot()) {
2067 // Assumption is that if IsPaintRoot() is false then parent_ is valid.