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

  /external/chromium_org/cc/test/
test_web_graphics_context_3d.h 214 shared_contexts_.push_back(context3d);
334 std::vector<blink::WebGraphicsContext3D*> shared_contexts_; member in class:cc::TestWebGraphicsContext3D
test_web_graphics_context_3d.cc 433 for (size_t i = 0; i < shared_contexts_.size(); ++i)
434 shared_contexts_[i]->loseContextCHROMIUM(current, other);
435 shared_contexts_.clear();

Completed in 25 milliseconds