OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
506
//
HostProxyTest
---------------------------------------------------------------
508
HostProxyTest
::
HostProxyTest
() : HostProxyTestHarness(SINGLETON_GLOBALS) {
511
HostProxyTest
::~
HostProxyTest
() {
514
void
HostProxyTest
::SetUp() {
518
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 34 milliseconds