Searched refs:GetLiveObjectsForInstance (Results 1 - 11 of 11) 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/tests/
H A Dtest_var_resource.cc33 uint32_t before_object = testing_interface_->GetLiveObjectsForInstance(
63 testing_interface_->GetLiveObjectsForInstance(instance_->pp_instance()));
69 uint32_t before_object = testing_interface_->GetLiveObjectsForInstance(
109 testing_interface_->GetLiveObjectsForInstance(instance_->pp_instance()));
H A Dtest_var.cc43 uint32_t before_object = testing_interface_->GetLiveObjectsForInstance(
72 ASSERT_TRUE(testing_interface_->GetLiveObjectsForInstance(
H A Dtest_var_deprecated.cc91 uint32_t before_object = testing_interface_->GetLiveObjectsForInstance(
114 ASSERT_TRUE(testing_interface_->GetLiveObjectsForInstance(
H A Dtest_case.h674 uint32_t objects = testing_interface_->GetLiveObjectsForInstance( \
678 testing_interface_->GetLiveObjectsForInstance( \
/external/chromium_org/ppapi/api/private/
H A Dppb_testing_private.idl73 uint32_t GetLiveObjectsForInstance([in] PP_Instance instance);
/external/chromium_org/ppapi/shared_impl/
H A Dresource_tracker.h63 int GetLiveObjectsForInstance(PP_Instance instance) const;
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,
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dpnacl_shim.c4122 return iface->GetLiveObjectsForInstance(instance);
5628 .GetLiveObjectsForInstance = (uint32_t (*)(PP_Instance instance))&Pnacl_M33_PPB_Testing_Private_GetLiveObjectsForInstance,

Completed in 207 milliseconds