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

  /external/chromium_org/cc/test/
test_context_support.cc 21 sync_point_callbacks_.push_back(callback);
26 sync_point_callbacks_.push_back(callback);
39 for (size_t i = 0; i < sync_point_callbacks_.size(); ++i) {
41 FROM_HERE, sync_point_callbacks_[i]);
43 sync_point_callbacks_.clear();
test_context_support.h 53 std::vector<base::Closure> sync_point_callbacks_; member in class:cc::TestContextSupport

Completed in 39 milliseconds