Home
last modified time | relevance | path

Searched refs:GetLiveObjectsForInstance (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/ppapi/tests/
Dtest_var_resource.cc35 uint32_t before_object = testing_interface_->GetLiveObjectsForInstance( in TestBasicResource()
65 testing_interface_->GetLiveObjectsForInstance(instance_->pp_instance())); in TestBasicResource()
71 uint32_t before_object = testing_interface_->GetLiveObjectsForInstance( in TestInvalidAndEmpty()
112 testing_interface_->GetLiveObjectsForInstance(instance_->pp_instance())); in TestInvalidAndEmpty()
Dtest_var.cc43 uint32_t before_object = testing_interface_->GetLiveObjectsForInstance( in TestBasicString()
72 ASSERT_TRUE(testing_interface_->GetLiveObjectsForInstance( in TestBasicString()
Dtest_case.h352 uint32_t objects = testing_interface_->GetLiveObjectsForInstance( \
356 testing_interface_->GetLiveObjectsForInstance( \
Dtest_var_deprecated.cc91 uint32_t before_object = testing_interface_->GetLiveObjectsForInstance( in TestBasicString()
114 ASSERT_TRUE(testing_interface_->GetLiveObjectsForInstance( in TestBasicString()
/external/chromium_org/ppapi/proxy/
Dppb_testing_proxy.cc67 uint32_t GetLiveObjectsForInstance(PP_Instance instance_id) { in GetLiveObjectsForInstance() function
134 &GetLiveObjectsForInstance,
200 *result = ppb_testing_impl_->GetLiveObjectsForInstance(instance); in OnMsgGetLiveObjectsForInstance()
/external/chromium_org/ppapi/c/private/
Dppb_testing_private.h89 uint32_t (*GetLiveObjectsForInstance)(PP_Instance instance); member
/external/chromium_org/ppapi/shared_impl/
Dresource_tracker.h63 int GetLiveObjectsForInstance(PP_Instance instance) const;
Dresource_tracker.cc167 int ResourceTracker::GetLiveObjectsForInstance(PP_Instance instance) const { in GetLiveObjectsForInstance() function in ppapi::ResourceTracker
/external/chromium_org/content/renderer/pepper/
Dplugin_module.cc243 uint32_t GetLiveObjectsForInstance(PP_Instance instance_id) { in GetLiveObjectsForInstance() function
244 return HostGlobals::Get()->GetResourceTracker()->GetLiveObjectsForInstance( in GetLiveObjectsForInstance()
293 &GetLiveObjectsForInstance,
/external/chromium_org/ppapi/api/private/
Dppb_testing_private.idl73 uint32_t GetLiveObjectsForInstance([in] PP_Instance instance);
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
Dpnacl_shim.c3533 return iface->GetLiveObjectsForInstance(instance); in Pnacl_M33_PPB_Testing_Private_GetLiveObjectsForInstance()
5013 ….GetLiveObjectsForInstance = (uint32_t (*)(PP_Instance instance))&Pnacl_M33_PPB_Testing_Private_Ge…