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

  /external/chromium_org/ppapi/shared_impl/
ppapi_globals.h 49 struct PerThreadForTest {};
50 explicit PpapiGlobals(PerThreadForTest);
64 // PpapiGlobals object must have been constructed using the "PerThreadForTest"
ppapi_globals.cc 29 PpapiGlobals::PpapiGlobals(PerThreadForTest) {
test_globals.cc 14 TestGlobals::TestGlobals(PpapiGlobals::PerThreadForTest per_thread_for_test)
test_globals.h 58 explicit TestGlobals(PpapiGlobals::PerThreadForTest);
  /external/chromium_org/chrome/browser/component_updater/test/
component_installers_unittest.cc 60 ppapi::PpapiGlobals::PerThreadForTest per_thread_for_test;
  /external/chromium_org/ppapi/proxy/
plugin_globals.h 42 explicit PluginGlobals(PpapiGlobals::PerThreadForTest);
plugin_globals.cc 75 PluginGlobals::PluginGlobals(PerThreadForTest per_thread_for_test)
ppapi_proxy_test.cc 228 plugin_globals_.reset(new PluginGlobals(PpapiGlobals::PerThreadForTest()));
476 host_globals_.reset(new TestGlobals(PpapiGlobals::PerThreadForTest()));

Completed in 55 milliseconds