OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HostProxyTestHarness
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ppapi/proxy/
ppapi_proxy_test.cc
62
// and the other handler is for the
HostProxyTestHarness
which should only
408
//
HostProxyTestHarness
--------------------------------------------------------
410
class
HostProxyTestHarness
::MockSyncMessageStatusReceiver
417
HostProxyTestHarness
::
HostProxyTestHarness
(GlobalsConfiguration globals_config)
422
HostProxyTestHarness
::~
HostProxyTestHarness
() {
425
PpapiGlobals*
HostProxyTestHarness
::GetGlobals() {
429
Dispatcher*
HostProxyTestHarness
::GetDispatcher() {
433
void
HostProxyTestHarness
::SetUpHarness()
[
all
...]
ppapi_proxy_test.h
237
class
HostProxyTestHarness
: public ProxyTestHarnessBase {
239
explicit
HostProxyTestHarness
(GlobalsConfiguration globals_config);
240
virtual ~
HostProxyTestHarness
();
300
class HostProxyTest : public
HostProxyTestHarness
, public testing::Test {
322
HostProxyTestHarness
& host() { return host_; }
340
HostProxyTestHarness
host_;
Completed in 270 milliseconds