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

  /external/chromium_org/cc/trees/
occlusion_tracker.h 72 non_occluding_screen_space_rects_ = rects;
125 std::vector<gfx::Rect>* non_occluding_screen_space_rects_; member in class:cc::OcclusionTracker
occlusion_tracker.cc 25 non_occluding_screen_space_rects_(NULL) {}
466 if (!non_occluding_screen_space_rects_)
491 non_occluding_screen_space_rects_->push_back(screen_space_rect);

Completed in 52 milliseconds