Searched refs:getproperty (Results 1 – 16 of 16) sorted by relevance
/external/chromium_org/content/test/plugin/ |
D | plugin_private_test.cc | 36 HostFunctions()->getproperty(id(), window_obj, location, &location_var); in New() 39 HostFunctions()->getproperty(id(), NPVARIANT_TO_OBJECT(location_var), href, in New()
|
D | plugin_npobject_proxy_test.cc | 30 HostFunctions()->getproperty(id(), window_obj, document_id, &docv); in SetWindow()
|
D | plugin_npobject_identity_test.cc | 65 HostFunctions()->getproperty(id(), window, are_these_the_same_id, &func_var); in SetWindow()
|
D | plugin_delete_plugin_in_deallocate_test.cc | 107 HostFunctions()->getproperty(id(), window, set_test_object_id, &func_var); in SetWindow()
|
D | plugin_npobject_lifetime_test.cc | 74 bool b1 = HostFunctions()->getproperty(id(), other_plugin_instance_object_, in URLNotify()
|
/external/chromium_org/third_party/npapi/npspy/common/ |
D | np_entry.cpp | 172 NPNFuncs.getproperty = pFuncs->getproperty; in NP_Initialize()
|
D | npp_gate.cpp | 155 fakeNPNFuncs.getproperty = NPN_GetProperty; in NPP_New()
|
D | npn_gate.cpp | 503 bool rv = NPNFuncs.getproperty(id, obj, identifier, variant); in NPN_GetProperty()
|
/external/chromium_org/content/shell/tools/plugin/Tests/ |
D | NPRuntimeCallsWithNullNPP.cpp | 58 … if (!PluginTest::netscapeFuncs()->getproperty(0, windowObject, documentIdentifier, &variant)) { in NPP_New()
|
/external/chromium_org/content/shell/tools/plugin/ |
D | PluginObject.cpp | 48 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()
|
D | PluginTest.cpp | 205 return browser->getproperty(m_npp, npObject, propertyName, value); in NPN_GetProperty()
|
D | main.cpp | 439 …if (browser->getproperty(instance, windowObject, browser->getstringidentifier(obj->onStreamDestroy… in NPP_DestroyStream()
|
/external/chromium_org/content/child/npapi/ |
D | plugin_host.cc | 146 host_funcs_.getproperty = WebBindings::getProperty; in InitializeHostFuncs() 184 if (overrides->getproperty) in PatchNPNetscapeFuncs() 185 host_funcs_.getproperty = overrides->getproperty; in PatchNPNetscapeFuncs()
|
D | npobject_util.cc | 115 host_funcs.getproperty = NPN_GetPropertyPatch; in GetHostFunctions()
|
/external/chromium_org/third_party/npapi/bindings/ |
D | npfunctions.h | 190 NPN_GetPropertyProcPtr getproperty; member
|
/external/chromium_org/third_party/npapi/npspy/extern/plugin/ |
D | npupp.h | 554 NPN_GetPropertyUPP getproperty; member
|