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

  /external/chromium_org/ppapi/proxy/
ppapi_proxy_test.cc 61 // GetInterface handlers (for TwoWayTest). In the latter case, one handler is
513 // TwoWayTest ---------------------------------------------------------------
515 TwoWayTest::TwoWayTest(TwoWayTest::TwoWayTestMode test_mode)
534 TwoWayTest::~TwoWayTest() {
538 void TwoWayTest::SetUp() {
545 // multiple |TwoWayTest|s concurrently.
565 void TwoWayTest::TearDown()
    [all...]
ppapi_proxy_test.h 37 // directly. Instead, use the PluginProxyTest, HostProxyTest, or TwoWayTest.
309 class TwoWayTest : public testing::Test {
315 TwoWayTest(TwoWayTestMode test_mode);
316 virtual ~TwoWayTest();

Completed in 68 milliseconds