Searched defs:GetLiveObjectsForInstance (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ppapi/c/private/
H A Dppb_testing_private.h89 uint32_t (*GetLiveObjectsForInstance)(PP_Instance instance); member in struct:PPB_Testing_Private_1_0
/external/chromium_org/ppapi/shared_impl/
H A Dresource_tracker.cc165 int ResourceTracker::GetLiveObjectsForInstance(PP_Instance instance) const { function in class:ppapi::ResourceTracker
/external/chromium_org/ppapi/proxy/
H A Dppb_testing_proxy.cc67 uint32_t GetLiveObjectsForInstance(PP_Instance instance_id) { function in namespace:ppapi::proxy::__anon10123
139 &GetLiveObjectsForInstance,
206 *result = ppb_testing_impl_->GetLiveObjectsForInstance(instance);
/external/chromium_org/content/renderer/pepper/
H A Dplugin_module.cc240 uint32_t GetLiveObjectsForInstance(PP_Instance instance_id) { function in namespace:content::__anon7806
241 return HostGlobals::Get()->GetResourceTracker()->GetLiveObjectsForInstance(
291 &QuitMessageLoop, &GetLiveObjectsForInstance,

Completed in 107 milliseconds