Home
last modified time | relevance | path

Searched refs:func_var (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/content/test/plugin/
Dplugin_delete_plugin_in_deallocate_test.cc105 NPVariant func_var; in SetWindow() local
106 NULL_TO_NPVARIANT(func_var); in SetWindow()
107 HostFunctions()->getproperty(id(), window, set_test_object_id, &func_var); in SetWindow()
109 NPObject* func = NPVARIANT_TO_OBJECT(func_var); in SetWindow()
Dplugin_npobject_identity_test.cc64 NPVariant func_var; in SetWindow() local
65 HostFunctions()->getproperty(id(), window, are_these_the_same_id, &func_var); in SetWindow()
66 NPObject* func = NPVARIANT_TO_OBJECT(func_var); in SetWindow()