OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/api/private/
ppb_testing_private.idl
73
uint32_t
GetLiveObjectsForInstance
([in] PP_Instance instance);
/external/chromium_org/ppapi/tests/
test_var_resource.cc
35
uint32_t before_object = testing_interface_->
GetLiveObjectsForInstance
(
65
testing_interface_->
GetLiveObjectsForInstance
(instance_->pp_instance()));
71
uint32_t before_object = testing_interface_->
GetLiveObjectsForInstance
(
112
testing_interface_->
GetLiveObjectsForInstance
(instance_->pp_instance()));
test_case.h
352
uint32_t objects = testing_interface_->
GetLiveObjectsForInstance
( \
356
testing_interface_->
GetLiveObjectsForInstance
( \
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
(
/external/chromium_org/ppapi/shared_impl/
resource_tracker.h
63
int
GetLiveObjectsForInstance
(PP_Instance instance) const;
resource_tracker.cc
167
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
243
uint32_t
GetLiveObjectsForInstance
(PP_Instance instance_id) {
244
return HostGlobals::Get()->GetResourceTracker()->
GetLiveObjectsForInstance
(
293
&
GetLiveObjectsForInstance
,
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
pnacl_shim.c
[
all
...]
Completed in 1276 milliseconds