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 186 thunk::EnterResourceCreation resource_creation(instance_id);
187 if (resource_creation.failed())
193 resource_creation.functions()->CreateAudioTrusted(instance_id));
214 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 122 return &instance->resource_creation();
pepper_plugin_instance_impl.h 140 ppapi::thunk::ResourceCreationAPI& resource_creation() { function in class:content::PepperPluginInstanceImpl
    [all...]

Completed in 48 milliseconds