HomeSort by relevance Sort by last modified time
    Searched refs:PluginProxyTestHarness (Results 1 - 5 of 5) 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_;
plugin_var_tracker.h 105 friend class PluginProxyTestHarness;
ppp_messaging_proxy_unittest.cc 54 void CompareAndReleaseStringVar(PluginProxyTestHarness* plugin_harness,
device_enumeration_resource_helper_unittest.cc 30 Connection GetConnection(PluginProxyTestHarness* harness) {

Completed in 176 milliseconds