Home | History | Annotate | Download | only in thunk

Lines Matching refs:PP_Resource

13 #include "ppapi/c/pp_resource.h"
37 // some case like |IsFoo(PP_Resource)| the caller is questioning whether their
41 // Automatically interprets the given PP_Resource as a resource ID and sets
90 explicit EnterBase(PP_Resource resource);
92 EnterBase(PP_Resource resource, const PP_CompletionCallback& callback);
119 // Helper function to return a Resource from a PP_Resource. Having this
122 static Resource* GetResource(PP_Resource resource);
132 // is the result of looking up the given pp_resource. The object is the
140 void SetStateForResourceError(PP_Resource pp_resource,
180 EnterResource(PP_Resource resource, bool report_error)
184 EnterResource(PP_Resource resource, const PP_CompletionCallback& callback,
195 void Init(PP_Resource resource, bool report_error) {
216 EnterResourceNoLock(PP_Resource resource, bool report_error)
219 EnterResourceNoLock(PP_Resource resource,