Searched defs:CullSet (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/views/
H A Dcull_set.cc9 CullSet::CullSet() { function in class:views::CullSet
12 CullSet::~CullSet() {
15 CullSet::CullSet(scoped_ptr<base::hash_set<intptr_t> > cull_set) function in class:views::CullSet
19 bool CullSet::ShouldPaint(const View* view) const {
H A Dcull_set.h17 // A CullSet defines a set of View pointers which have been possibly culled
20 class VIEWS_EXPORT CullSet { class in namespace:views
22 // Default constructor builds a CullSet that will always return true for
24 CullSet();
25 ~CullSet();
29 // to be painted. CullSet takes ownership of the provided pointer.
30 CullSet(scoped_ptr<base::hash_set<intptr_t> > cull_set);
42 DISALLOW_COPY_AND_ASSIGN(CullSet);

Completed in 279 milliseconds