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 96 non_occluding_screen_space_rects_ = rects;
150 std::vector<gfx::Rect>* non_occluding_screen_space_rects_; member in class:cc::OcclusionTrackerBase
occlusion_tracker.cc 26 non_occluding_screen_space_rects_(NULL) {}
467 if (!non_occluding_screen_space_rects_)
493 non_occluding_screen_space_rects_->push_back(screen_space_rect);

Completed in 1429 milliseconds