Home
last modified time | relevance | path

Searched refs:shared_namespace_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/cc/test/
Dtest_web_graphics_context_3d.cc32 TestWebGraphicsContext3D::shared_namespace_ = NULL; member in cc::TestWebGraphicsContext3D
42 if (shared_namespace_ == this) in ~Namespace()
43 shared_namespace_ = NULL; in ~Namespace()
83 if (shared_namespace_) { in CreateNamespace()
84 namespace_ = shared_namespace_; in CreateNamespace()
87 shared_namespace_ = namespace_.get(); in CreateNamespace()
Dtest_web_graphics_context_3d.h444 static Namespace* shared_namespace_; variable