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

  /external/chromium_org/ppapi/proxy/
ppb_audio_proxy.cc 188 thunk::EnterResourceCreation resource_creation(instance_id);
189 if (resource_creation.failed())
195 resource_creation.functions()->CreateAudioTrusted(instance_id));
216 resource_creation.functions()->CreateAudioConfig(
ppb_video_decoder_proxy.cc 222 thunk::EnterResourceCreation resource_creation(instance);
223 if (resource_creation.failed())
228 instance, resource_creation.functions()->CreateVideoDecoderDev(
  /external/chromium_org/mojo/examples/pepper_container_app/
mojo_ppapi_globals.cc 151 return plugin_instance_->resource_creation();
plugin_instance.h 37 ResourceCreationImpl* resource_creation() { return &resource_creation_; } function in class:mojo::examples::PluginInstance
  /external/chromium_org/content/renderer/pepper/
host_globals.cc 127 return &instance->resource_creation();
pepper_plugin_instance_impl.h 142 ppapi::thunk::ResourceCreationAPI& resource_creation() { function in class:content::PepperPluginInstanceImpl
    [all...]

Completed in 172 milliseconds