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

  /external/chromium_org/ppapi/cpp/
instance_handle.cc 11 InstanceHandle::InstanceHandle(Instance* instance)
instance_handle.h 41 /// You should always pass an <code>InstanceHandle</code> to background threads
44 class InstanceHandle {
50 /// <code>InstanceHandle</code> will be associated.
51 InstanceHandle(Instance* instance);
60 /// <code>InstanceHandle</code> will be associated.
61 explicit InstanceHandle(PP_Instance pp_instance)

Completed in 345 milliseconds