Home
last modified time | relevance | path

Searched refs:getproperty (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/content/test/plugin/
Dplugin_private_test.cc36 HostFunctions()->getproperty(id(), window_obj, location, &location_var); in New()
39 HostFunctions()->getproperty(id(), NPVARIANT_TO_OBJECT(location_var), href, in New()
Dplugin_npobject_proxy_test.cc30 HostFunctions()->getproperty(id(), window_obj, document_id, &docv); in SetWindow()
Dplugin_npobject_identity_test.cc65 HostFunctions()->getproperty(id(), window, are_these_the_same_id, &func_var); in SetWindow()
Dplugin_delete_plugin_in_deallocate_test.cc107 HostFunctions()->getproperty(id(), window, set_test_object_id, &func_var); in SetWindow()
Dplugin_npobject_lifetime_test.cc74 bool b1 = HostFunctions()->getproperty(id(), other_plugin_instance_object_, in URLNotify()
/external/chromium_org/third_party/npapi/npspy/common/
Dnp_entry.cpp172 NPNFuncs.getproperty = pFuncs->getproperty; in NP_Initialize()
Dnpp_gate.cpp155 fakeNPNFuncs.getproperty = NPN_GetProperty; in NPP_New()
Dnpn_gate.cpp503 bool rv = NPNFuncs.getproperty(id, obj, identifier, variant); in NPN_GetProperty()
/external/chromium_org/content/shell/tools/plugin/Tests/
DNPRuntimeCallsWithNullNPP.cpp58 … if (!PluginTest::netscapeFuncs()->getproperty(0, windowObject, documentIdentifier, &variant)) { in NPP_New()
/external/chromium_org/content/shell/tools/plugin/
DPluginObject.cpp48 if (!browser->getproperty(instance, in pluginLogWithWindowObject()
447 if (browser->getproperty( in testDOMAccess()
786 browser->getproperty(obj->npp, object, propertyIdentifier, &variant); in testGetProperty()
875 bool retval = browser->getproperty( in testGetPropertyReturnValue()
1035 browser->getproperty(npp, windowObject, documentId, &docVariant); in testDocumentOpen()
1137 if (browser->getproperty(obj->npp, in testResizeTo()
1281 browser->getproperty(plugin->npp, in pluginInvoke()
DPluginTest.cpp205 return browser->getproperty(m_npp, npObject, propertyName, value); in NPN_GetProperty()
Dmain.cpp439 …if (browser->getproperty(instance, windowObject, browser->getstringidentifier(obj->onStreamDestroy… in NPP_DestroyStream()
/external/chromium_org/content/child/npapi/
Dplugin_host.cc146 host_funcs_.getproperty = WebBindings::getProperty; in InitializeHostFuncs()
184 if (overrides->getproperty) in PatchNPNetscapeFuncs()
185 host_funcs_.getproperty = overrides->getproperty; in PatchNPNetscapeFuncs()
Dnpobject_util.cc115 host_funcs.getproperty = NPN_GetPropertyPatch; in GetHostFunctions()
/external/chromium_org/third_party/npapi/bindings/
Dnpfunctions.h190 NPN_GetPropertyProcPtr getproperty; member
/external/chromium_org/third_party/npapi/npspy/extern/plugin/
Dnpupp.h554 NPN_GetPropertyUPP getproperty; member