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

  /external/chromium_org/ppapi/c/private/
ppb_testing_private.h 89 uint32_t (*GetLiveObjectsForInstance)(PP_Instance instance);
  /external/chromium_org/ppapi/tests/
test_var_resource.cc 33 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()));
test_var.cc 43 uint32_t before_object = testing_interface_->GetLiveObjectsForInstance(
72 ASSERT_TRUE(testing_interface_->GetLiveObjectsForInstance(
test_var_deprecated.cc 91 uint32_t before_object = testing_interface_->GetLiveObjectsForInstance(
114 ASSERT_TRUE(testing_interface_->GetLiveObjectsForInstance(
test_case.h 673 uint32_t objects = testing_interface_->GetLiveObjectsForInstance( \
677 testing_interface_->GetLiveObjectsForInstance( \
  /external/chromium_org/ppapi/api/private/
ppb_testing_private.idl 73 uint32_t GetLiveObjectsForInstance([in] PP_Instance instance);
  /external/chromium_org/ppapi/shared_impl/
resource_tracker.h 63 int GetLiveObjectsForInstance(PP_Instance instance) const;
resource_tracker.cc 165 int ResourceTracker::GetLiveObjectsForInstance(PP_Instance instance) const {
  /external/chromium_org/ppapi/proxy/
ppb_testing_proxy.cc 67 uint32_t GetLiveObjectsForInstance(PP_Instance instance_id) {
134 &GetLiveObjectsForInstance,
200 *result = ppb_testing_impl_->GetLiveObjectsForInstance(instance);
  /external/chromium_org/content/renderer/pepper/
plugin_module.cc 240 uint32_t GetLiveObjectsForInstance(PP_Instance instance_id) {
241 return HostGlobals::Get()->GetResourceTracker()->GetLiveObjectsForInstance(
286 &QuitMessageLoop, &GetLiveObjectsForInstance,
  /external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
pnacl_shim.c     [all...]

Completed in 557 milliseconds