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.cc33 uint32_t before_object = testing_interface_->GetLiveObjectsForInstance( in TestBasicResource()
63 testing_interface_->GetLiveObjectsForInstance(instance_->pp_instance())); in TestBasicResource()
69 uint32_t before_object = testing_interface_->GetLiveObjectsForInstance( in TestInvalidAndEmpty()
109 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_var_deprecated.cc91 uint32_t before_object = testing_interface_->GetLiveObjectsForInstance( in TestBasicString()
114 ASSERT_TRUE(testing_interface_->GetLiveObjectsForInstance( in TestBasicString()
Dtest_case.h674 uint32_t objects = testing_interface_->GetLiveObjectsForInstance( \
678 testing_interface_->GetLiveObjectsForInstance( \
/external/chromium_org/ppapi/proxy/
Dppb_testing_proxy.cc67 uint32_t GetLiveObjectsForInstance(PP_Instance instance_id) { in GetLiveObjectsForInstance() function
139 &GetLiveObjectsForInstance,
206 *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.cc165 int ResourceTracker::GetLiveObjectsForInstance(PP_Instance instance) const { in GetLiveObjectsForInstance() function in ppapi::ResourceTracker
/external/chromium_org/content/renderer/pepper/
Dplugin_module.cc240 uint32_t GetLiveObjectsForInstance(PP_Instance instance_id) { in GetLiveObjectsForInstance() function
241 return HostGlobals::Get()->GetResourceTracker()->GetLiveObjectsForInstance( in GetLiveObjectsForInstance()
291 &QuitMessageLoop, &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.c4122 return iface->GetLiveObjectsForInstance(instance); in Pnacl_M33_PPB_Testing_Private_GetLiveObjectsForInstance()
5628 ….GetLiveObjectsForInstance = (uint32_t (*)(PP_Instance instance))&Pnacl_M33_PPB_Testing_Private_Ge…