HomeSort by relevance Sort by last modified time
    Searched defs:PluginProxyTest (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ppapi/proxy/
ppapi_proxy_test.cc 60 // handler (for PluginProxyTest or HostProxyTest), or there will be only 2
298 // PluginProxyTest -------------------------------------------------------------
300 PluginProxyTest::PluginProxyTest() : PluginProxyTestHarness(SINGLETON_GLOBALS) {
303 PluginProxyTest::~PluginProxyTest() {
306 void PluginProxyTest::SetUp() {
310 void PluginProxyTest::TearDown() {
ppapi_proxy_test.h 37 // directly. Instead, use the PluginProxyTest, HostProxyTest, or TwoWayTest.
176 class PluginProxyTest : public PluginProxyTestHarness, public testing::Test {
178 PluginProxyTest();
179 virtual ~PluginProxyTest();
194 : public PluginProxyTest,

Completed in 68 milliseconds