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

  /external/chromium_org/ppapi/proxy/
ppapi_proxy_test.cc 64 ObserverList<ProxyTestHarnessBase> get_interface_handlers_;
67 ObserverList<ProxyTestHarnessBase>::Iterator it =
69 while (ProxyTestHarnessBase* observer = it.GetNext()) {
79 void SetUpRemoteHarness(ProxyTestHarnessBase* harness,
89 void TearDownRemoteHarness(ProxyTestHarnessBase* harness,
103 // ProxyTestHarnessBase --------------------------------------------------------
105 ProxyTestHarnessBase::ProxyTestHarnessBase() : pp_module_(0x98765),
110 ProxyTestHarnessBase::~ProxyTestHarnessBase() {
    [all...]
ppapi_proxy_test.h 38 class ProxyTestHarnessBase {
45 ProxyTestHarnessBase();
46 virtual ~ProxyTestHarnessBase();
94 class PluginProxyTestHarness : public ProxyTestHarnessBase {
107 // ProxyTestHarnessBase implementation.
237 class HostProxyTestHarness : public ProxyTestHarnessBase {
353 ProxyTestHarnessBase* remote_harness_;
354 ProxyTestHarnessBase* local_harness_;

Completed in 43 milliseconds