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

  /external/chromium_org/ppapi/proxy/
ppp_messaging_proxy_perftest.cc 40 class PppMessagingPerfTest : public TwoWayTest {
42 PppMessagingPerfTest() : TwoWayTest(TwoWayTest::TEST_PPP_INTERFACE) {
ppp_instance_private_proxy_unittest.cc 135 class PPP_Instance_Private_ProxyTest : public TwoWayTest {
138 : TwoWayTest(TwoWayTest::TEST_PPP_INTERFACE) {
ppp_messaging_proxy_unittest.cc 45 class PPP_Messaging_ProxyTest : public TwoWayTest {
48 : TwoWayTest(TwoWayTest::TEST_PPP_INTERFACE) {
ppapi_proxy_test.cc 60 // GetInterface handlers (for TwoWayTest). In the latter case, one handler is
515 // TwoWayTest ---------------------------------------------------------------
517 TwoWayTest::TwoWayTest(TwoWayTest::TwoWayTestMode test_mode)
536 TwoWayTest::~TwoWayTest() {
540 void TwoWayTest::SetUp() {
547 // multiple |TwoWayTest|s concurrently.
567 void TwoWayTest::TearDown()
    [all...]
ppapi_proxy_test.h 37 // directly. Instead, use the PluginProxyTest, HostProxyTest, or TwoWayTest.
313 class TwoWayTest : public testing::Test {
319 TwoWayTest(TwoWayTestMode test_mode);
320 virtual ~TwoWayTest();
ppp_instance_proxy_unittest.cc 105 class PPP_Instance_ProxyTest : public TwoWayTest {
108 : TwoWayTest(TwoWayTest::TEST_PPP_INTERFACE) {

Completed in 98 milliseconds