Home
last modified time | relevance | path

Searched refs:PerThreadForTest (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/ppapi/shared_impl/
Dppapi_globals.h49 struct PerThreadForTest {}; struct
50 explicit PpapiGlobals(PerThreadForTest);
Dtest_globals.cc14 TestGlobals::TestGlobals(PpapiGlobals::PerThreadForTest per_thread_for_test) in TestGlobals()
Dppapi_globals.cc29 PpapiGlobals::PpapiGlobals(PerThreadForTest) { in PpapiGlobals() argument
Dtest_globals.h58 explicit TestGlobals(PpapiGlobals::PerThreadForTest);
/external/chromium_org/chrome/browser/component_updater/test/
Dcomponent_installers_unittest.cc60 ppapi::PpapiGlobals::PerThreadForTest per_thread_for_test; in TEST()
/external/chromium_org/ppapi/proxy/
Dplugin_globals.h42 explicit PluginGlobals(PpapiGlobals::PerThreadForTest);
Dppapi_proxy_test.cc228 plugin_globals_.reset(new PluginGlobals(PpapiGlobals::PerThreadForTest())); in CreatePluginGlobals()
476 host_globals_.reset(new TestGlobals(PpapiGlobals::PerThreadForTest())); in CreateHostGlobals()
Dplugin_globals.cc75 PluginGlobals::PluginGlobals(PerThreadForTest per_thread_for_test) in PluginGlobals()