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

  /external/chromium_org/ppapi/proxy/
ppapi_proxy_test.cc 62 // for the PluginProxyTestHarness and should only respond for PPP interfaces,
147 // PluginProxyTestHarness ------------------------------------------------------
149 PluginProxyTestHarness::PluginProxyTestHarness(
154 PluginProxyTestHarness::~PluginProxyTestHarness() {
157 PpapiGlobals* PluginProxyTestHarness::GetGlobals() {
161 Dispatcher* PluginProxyTestHarness::GetDispatcher() {
165 void PluginProxyTestHarness::SetUpHarness() {
188 void PluginProxyTestHarness::SetUpHarnessWithChannel
    [all...]
ppapi_proxy_test.h 94 class PluginProxyTestHarness : public ProxyTestHarnessBase {
96 explicit PluginProxyTestHarness(GlobalsConfiguration globals_config);
97 virtual ~PluginProxyTestHarness();
176 class PluginProxyTest : public PluginProxyTestHarness, public testing::Test {
319 PluginProxyTestHarness& plugin() { return plugin_; }
337 PluginProxyTestHarness plugin_;

Completed in 502 milliseconds