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 16 PluginResource::PluginResource(Connection connection, PP_Instance instance)
27 PluginResource::~PluginResource() {
41 void PluginResource::OnReplyReceived(
44 TRACE_EVENT2("ppapi proxy", "PluginResource::OnReplyReceived",
58 void PluginResource::NotifyLastPluginRefWasDeleted() {
69 void PluginResource::NotifyInstanceWasDeleted() {
82 void PluginResource::SendCreate(Destination dest, const IPC::Message& msg) {
83 TRACE_EVENT2("ppapi proxy", "PluginResource::SendCreate"
    [all...]
plugin_resource.h 29 class PPAPI_PROXY_EXPORT PluginResource : public Resource {
36 PluginResource(Connection connection, PP_Instance instance);
37 virtual ~PluginResource();
183 DISALLOW_COPY_AND_ASSIGN(PluginResource);
187 int32_t PluginResource::Call(Destination dest,
194 int32_t PluginResource::Call(
199 TRACE_EVENT2("ppapi proxy", "PluginResource::Call",
219 int32_t PluginResource::SyncCall(Destination dest, const IPC::Message& msg) {
226 int32_t PluginResource::SyncCall(
238 int32_t PluginResource::SyncCall
    [all...]

Completed in 90 milliseconds