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

  /external/chromium_org/mojo/examples/pepper_container_app/
mojo_ppapi_globals.h 62 virtual ppapi::thunk::ResourceCreationAPI* GetResourceCreationAPI(
mojo_ppapi_globals.cc 144 ppapi::thunk::ResourceCreationAPI* MojoPpapiGlobals::GetResourceCreationAPI(
  /external/chromium_org/ppapi/shared_impl/
ppapi_globals.h 97 virtual thunk::ResourceCreationAPI* GetResourceCreationAPI(
test_globals.cc 36 thunk::ResourceCreationAPI* TestGlobals::GetResourceCreationAPI(
test_globals.h 68 virtual thunk::ResourceCreationAPI* GetResourceCreationAPI(
  /external/chromium_org/ppapi/proxy/
plugin_globals.cc 124 thunk::ResourceCreationAPI* PluginGlobals::GetResourceCreationAPI(
128 return dispatcher->GetResourceCreationAPI();
plugin_dispatcher.h 162 thunk::ResourceCreationAPI* GetResourceCreationAPI();
plugin_globals.h 62 virtual thunk::ResourceCreationAPI* GetResourceCreationAPI(
plugin_dispatcher.cc 282 thunk::ResourceCreationAPI* PluginDispatcher::GetResourceCreationAPI() {
  /external/chromium_org/content/renderer/pepper/
host_globals.h 40 virtual ppapi::thunk::ResourceCreationAPI* GetResourceCreationAPI(
host_globals.cc 122 ppapi::thunk::ResourceCreationAPI* HostGlobals::GetResourceCreationAPI(
  /external/chromium_org/ppapi/thunk/
enter.cc 301 functions_(PpapiGlobals::Get()->GetResourceCreationAPI(instance)) {
310 functions_(PpapiGlobals::Get()->GetResourceCreationAPI(instance)) {

Completed in 168 milliseconds