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

  /external/chromium_org/ppapi/proxy/
ppapi_proxy_test.cc 240 PluginProxyTestHarness::PluginDelegateMock::GetIPCMessageLoop() {
245 PluginProxyTestHarness::PluginDelegateMock::GetShutdownEvent() {
250 PluginProxyTestHarness::PluginDelegateMock::ShareHandleWithRemote(
260 PluginProxyTestHarness::PluginDelegateMock::GetGloballySeenInstanceIDSet() {
264 uint32 PluginProxyTestHarness::PluginDelegateMock::Register(
269 void PluginProxyTestHarness::PluginDelegateMock::Unregister(
273 IPC::Sender* PluginProxyTestHarness::PluginDelegateMock::GetBrowserSender() {
277 std::string PluginProxyTestHarness::PluginDelegateMock::GetUILanguage() {
281 void PluginProxyTestHarness::PluginDelegateMock::PreCacheFont(
285 void PluginProxyTestHarness::PluginDelegateMock::SetActiveURL
    [all...]
ppapi_proxy_test.h 117 class PluginDelegateMock : public PluginDispatcher::PluginDelegate,
120 PluginDelegateMock() : ipc_message_loop_(NULL), shutdown_event_() {}
121 virtual ~PluginDelegateMock() {}
163 DISALLOW_COPY_AND_ASSIGN(PluginDelegateMock);
173 PluginDelegateMock plugin_delegate_mock_;

Completed in 32 milliseconds