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

  /external/chromium_org/ppapi/proxy/
ppapi_proxy_test.cc 59 // handler (for PluginProxyTest or HostProxyTest), or there will be only 2
499 // HostProxyTest ---------------------------------------------------------------
501 HostProxyTest::HostProxyTest() : HostProxyTestHarness(SINGLETON_GLOBALS) {
504 HostProxyTest::~HostProxyTest() {
507 void HostProxyTest::SetUp() {
511 void HostProxyTest::TearDown() {
ppapi_proxy_test.h 37 // directly. Instead, use the PluginProxyTest, HostProxyTest, or TwoWayTest.
300 class HostProxyTest : public HostProxyTestHarness, public testing::Test {
302 HostProxyTest();
303 virtual ~HostProxyTest();

Completed in 54 milliseconds