Searched defs:PluginProxyTest (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ppapi/proxy/
H A Dppapi_proxy_test.cc59 // handler (for PluginProxyTest or HostProxyTest), or there will be only 2
293 // PluginProxyTest -------------------------------------------------------------
295 PluginProxyTest::PluginProxyTest() : PluginProxyTestHarness(SINGLETON_GLOBALS) { function in class:ppapi::proxy::PluginProxyTest
298 PluginProxyTest::~PluginProxyTest() {
301 void PluginProxyTest::SetUp() {
305 void PluginProxyTest::TearDown() {
H A Dppapi_proxy_test.h37 // directly. Instead, use the PluginProxyTest, HostProxyTest, or TwoWayTest.
176 class PluginProxyTest : public PluginProxyTestHarness, public testing::Test { class in namespace:ppapi::proxy
178 PluginProxyTest();
179 virtual ~PluginProxyTest();
194 : public PluginProxyTest,

Completed in 73 milliseconds