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

  /external/chromium_org/ppapi/proxy/
plugin_resource.cc 14 PluginResource::PluginResource(Connection connection, PP_Instance instance)
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::SendCreate"
    [all...]
plugin_resource.h 27 class PPAPI_PROXY_EXPORT PluginResource : public Resource {
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::SyncCall
    [all...]

Completed in 33 milliseconds