Searched defs:PluginResource (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ppapi/proxy/
H A Dplugin_resource.cc14 PluginResource::PluginResource(Connection connection, PP_Instance instance) function in class:ppapi::proxy::PluginResource
22 PluginResource::~PluginResource() {
33 void PluginResource::OnReplyReceived(
36 TRACE_EVENT2("ppapi proxy", "PluginResource::OnReplyReceived",
50 void PluginResource::NotifyLastPluginRefWasDeleted() {
61 void PluginResource::NotifyInstanceWasDeleted() {
74 void PluginResource::SendCreate(Destination dest, const IPC::Message& msg) {
75 TRACE_EVENT2("ppapi proxy", "PluginResource
[all...]
H A Dplugin_resource.h27 class PPAPI_PROXY_EXPORT PluginResource : public Resource { class in namespace:ppapi::proxy
34 PluginResource(Connection connection, PP_Instance instance);
35 virtual ~PluginResource();
162 DISALLOW_COPY_AND_ASSIGN(PluginResource);
166 int32_t PluginResource::Call(Destination dest,
169 TRACE_EVENT2("ppapi proxy", "PluginResource::Call",
184 int32_t PluginResource::SyncCall(Destination dest, const IPC::Message& msg) {
191 int32_t PluginResource::SyncCall(
203 int32_t PluginResource::SyncCall(
215 int32_t PluginResource
[all...]

Completed in 2113 milliseconds