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

  /external/chromium_org/ui/views/
cull_set.cc 9 CullSet::CullSet() {
12 CullSet::~CullSet() {
15 CullSet::CullSet(scoped_ptr<base::hash_set<intptr_t> > cull_set)
19 bool CullSet::ShouldPaint(const View* view) const {
cull_set.h 17 // A CullSet defines a set of View pointers which have been possibly culled
20 class VIEWS_EXPORT CullSet {
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 44 milliseconds