Home | Sort by relevance Sort by last modified time |
/external/chromium_org/cc/test/ | |
test_web_graphics_context_3d.cc | 42 TestWebGraphicsContext3D::shared_namespace_ = NULL; member in class:cc::TestWebGraphicsContext3D 52 if (shared_namespace_ == this) 53 shared_namespace_ = NULL; 96 if (shared_namespace_) { 97 namespace_ = shared_namespace_; 100 shared_namespace_ = namespace_.get(); |
test_web_graphics_context_3d.h | 352 static Namespace* shared_namespace_; member in class:cc::TestWebGraphicsContext3D |