Searched refs:DoUint32Instance (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ppapi/generators/test_thunk/
H A Dsimple.idl26 uint32_t DoUint32Instance([in] PP_Instance instance);
29 uint32_t DoUint32Instance([in] PP_Instance instance,
H A Dsimple_thunk.cc44 VLOG(4) << "PPB_Simple::DoUint32Instance()";
51 uint32_t DoUint32Instance(PP_Instance instance, PP_Resource resource) { function in namespace:ppapi::thunk::__anon10074
52 VLOG(4) << "PPB_Simple::DoUint32Instance()";
56 return enter.functions()->DoUint32Instance(instance, resource);
104 &DoUint32Instance,

Completed in 245 milliseconds