OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TwoWayTest
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ppapi/proxy/
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
();
Completed in 49 milliseconds