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

  /external/chromium_org/cc/test/
fake_output_surface.cc 69 resources_held_by_parent_.insert(
70 resources_held_by_parent_.end(),
124 for (it = resources_held_by_parent_.begin();
125 it != resources_held_by_parent_.end();
130 DCHECK(it != resources_held_by_parent_.end());
132 resources_held_by_parent_.erase(it);
fake_output_surface.h 108 return resources_held_by_parent_;
143 TransferableResourceArray resources_held_by_parent_; member in class:cc::FakeOutputSurface

Completed in 463 milliseconds