Searched refs:GetLiveVars (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/ppapi/c/private/
H A Dppb_testing_private.h133 uint32_t (*GetLiveVars)(struct PP_Var live_vars[], uint32_t array_size); member in struct:PPB_Testing_Private_1_0
/external/chromium_org/ppapi/api/private/
H A Dppb_testing_private.idl122 uint32_t GetLiveVars([size_as=array_size] PP_Var[] live_vars,
/external/chromium_org/ppapi/proxy/
H A Dppb_testing_proxy.cc107 uint32_t GetLiveVars(PP_Var live_vars[], uint32_t array_size) { function in namespace:ppapi::proxy::__anon10123
110 PpapiGlobals::Get()->GetVarTracker()->GetLiveVars();
143 &GetLiveVars,
H A Draw_var_data_unittest.cc45 ASSERT_TRUE(PpapiGlobals::Get()->GetVarTracker()->GetLiveVars().empty());
/external/chromium_org/ppapi/shared_impl/
H A Dvar_tracker.h117 // help implement PPB_Testing_Private.GetLiveVars and should generally not be
120 std::vector<PP_Var> GetLiveVars();
H A Dvar_tracker.cc238 std::vector<PP_Var> VarTracker::GetLiveVars() { function in class:ppapi::VarTracker
/external/chromium_org/content/renderer/pepper/
H A Dplugin_module.cc269 uint32_t GetLiveVars(PP_Var live_vars[], uint32_t array_size) { function in namespace:content::__anon7806
271 PpapiGlobals::Get()->GetVarTracker()->GetLiveVars();
293 &GetDocumentURL, &GetLiveVars,
H A Dv8_var_converter_unittest.cc183 ASSERT_TRUE(PpapiGlobals::Get()->GetVarTracker()->GetLiveVars().empty());
/external/chromium_org/ppapi/tests/
H A Dtest_case.cc215 int found_vars = testing_interface_->GetLiveVars(vars, kVarsToPrint);
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dpnacl_shim.c4142 return iface->GetLiveVars(live_vars, array_size);
5632 .GetLiveVars = (uint32_t (*)(struct PP_Var live_vars[], uint32_t array_size))&Pnacl_M33_PPB_Testing_Private_GetLiveVars,

Completed in 891 milliseconds