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

  /external/chromium_org/ppapi/proxy/
ppb_audio_proxy.cc 187 thunk::EnterResourceCreation resource_creation(instance_id);
188 if (resource_creation.failed())
194 resource_creation.functions()->CreateAudioTrusted(instance_id));
215 resource_creation.functions()->CreateAudioConfig(
ppb_video_decoder_proxy.cc 219 thunk::EnterResourceCreation resource_creation(instance);
220 if (resource_creation.failed())
225 instance, resource_creation.functions()->CreateVideoDecoder(
  /external/chromium_org/content/renderer/pepper/
host_globals.cc 125 return &instance->resource_creation();
pepper_plugin_instance_impl.h 138 ppapi::thunk::ResourceCreationAPI& resource_creation() { function in class:content::PepperPluginInstanceImpl
    [all...]

Completed in 740 milliseconds