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

  /external/chromium_org/ppapi/generators/test_thunk/
simple.idl 26 uint32_t DoUint32Instance([in] PP_Instance instance);
29 uint32_t DoUint32Instance([in] PP_Instance instance,
simple_thunk.cc 44 VLOG(4) << "PPB_Simple::DoUint32Instance()";
51 uint32_t DoUint32Instance(PP_Instance instance, PP_Resource resource) {
52 VLOG(4) << "PPB_Simple::DoUint32Instance()";
56 return enter.functions()->DoUint32Instance(instance, resource);
104 &DoUint32Instance,

Completed in 123 milliseconds