Searched refs:sync_point_callbacks_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/cc/test/
H A Dtest_context_support.cc21 sync_point_callbacks_.push_back(callback);
30 sync_point_callbacks_.push_back(callback);
44 for (size_t i = 0; i < sync_point_callbacks_.size(); ++i) {
46 FROM_HERE, sync_point_callbacks_[i]);
48 sync_point_callbacks_.clear();
H A Dtest_context_support.h67 std::vector<base::Closure> sync_point_callbacks_; member in class:cc::TestContextSupport

Completed in 157 milliseconds