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

/external/chromium_org/content/test/plugin/
H A Dplugin_private_test.cc36 HostFunctions()->getproperty(id(), window_obj, location, &location_var);
39 HostFunctions()->getproperty(id(), NPVARIANT_TO_OBJECT(location_var), href,
H A Dplugin_npobject_proxy_test.cc30 HostFunctions()->getproperty(id(), window_obj, document_id, &docv);
H A Dplugin_npobject_identity_test.cc65 HostFunctions()->getproperty(id(), window, are_these_the_same_id, &func_var);
H A Dplugin_delete_plugin_in_deallocate_test.cc107 HostFunctions()->getproperty(id(), window, set_test_object_id, &func_var);
H A Dplugin_npobject_lifetime_test.cc74 bool b1 = HostFunctions()->getproperty(id(), other_plugin_instance_object_,
/external/chromium_org/third_party/WebKit/Source/testing/plugin/Tests/
H A DNPRuntimeCallsWithNullNPP.cpp50 if (!PluginTest::netscapeFuncs()->getproperty(0, windowObject, documentIdentifier, &variant)) {
/external/chromium_org/third_party/npapi/npspy/common/
H A Dnp_entry.cpp172 NPNFuncs.getproperty = pFuncs->getproperty;
H A Dnpp_gate.cpp155 fakeNPNFuncs.getproperty = NPN_GetProperty;
H A Dnpn_gate.cpp503 bool rv = NPNFuncs.getproperty(id, obj, identifier, variant);
/external/chromium_org/third_party/WebKit/Source/testing/plugin/
H A DPluginObject.cpp42 if (!browser->getproperty(instance, windowObject, browser->getstringidentifier("console"), &consoleVariant)) {
413 if (browser->getproperty(obj->npp, elementObject, styleIdentifier, &styleVariant) && NPVARIANT_IS_OBJECT(styleVariant)) {
697 bool retval = browser->getproperty(obj->npp, object, propertyIdentifier, &variant);
770 bool retval = browser->getproperty(obj->npp, NPVARIANT_TO_OBJECT(args[0]), propertyIdentifier, &variant);
908 browser->getproperty(npp, windowObject, documentId, &docVariant);
1001 if (browser->getproperty(obj->npp, windowObject, browser->getstringidentifier("pageYOffset"), &callResult))
1122 browser->getproperty(plugin->npp, NPVARIANT_TO_OBJECT(args[0]), stringVariantToIdentifier(args[1]), result);
H A DPluginTest.cpp223 return browser->getproperty(m_npp, npObject, propertyName, value);
H A Dmain.cpp428 if (browser->getproperty(instance, windowObject, browser->getstringidentifier(obj->onStreamDestroy), &onStreamDestroyVariant)) {
/external/chromium_org/content/child/npapi/
H A Dnpobject_util.cc115 host_funcs.getproperty = NPN_GetPropertyPatch;
H A Dplugin_host.cc139 host_funcs_.getproperty = WebBindings::getProperty;
177 if (overrides->getproperty)
178 host_funcs_.getproperty = overrides->getproperty;
/external/chromium_org/third_party/npapi/bindings/
H A Dnpfunctions.h190 NPN_GetPropertyProcPtr getproperty; member in struct:_NPNetscapeFuncs
/external/chromium_org/third_party/npapi/npspy/extern/plugin/
H A Dnpupp.h554 NPN_GetPropertyUPP getproperty; member in struct:_NPNetscapeFuncs

Completed in 158 milliseconds