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 61 // for the PluginProxyTestHarness and should only respond for PPP interfaces,
146 // PluginProxyTestHarness ------------------------------------------------------
148 PluginProxyTestHarness::PluginProxyTestHarness(
153 PluginProxyTestHarness::~PluginProxyTestHarness() {
156 PpapiGlobals* PluginProxyTestHarness::GetGlobals() {
160 Dispatcher* PluginProxyTestHarness::GetDispatcher() {
164 void PluginProxyTestHarness::SetUpHarness() {
187 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 {
323 PluginProxyTestHarness& plugin() { return plugin_; }
341 PluginProxyTestHarness plugin_;

Completed in 6465 milliseconds