OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
522
//
TwoWayTest
---------------------------------------------------------------
524
TwoWayTest
::
TwoWayTest
(
TwoWayTest
::TwoWayTestMode test_mode)
543
TwoWayTest
::~
TwoWayTest
() {
547
void
TwoWayTest
::SetUp() {
554
// multiple |
TwoWayTest
|s concurrently.
574
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 146 milliseconds