Home
last modified time | relevance | path

Searched refs:NPN_GetProperty (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/content/shell/tools/plugin/Tests/
DLeakWindowScriptableObject.cpp33 if (!NPN_GetProperty(window, self_name, &window_self_variant)) { in NPP_New()
/external/chromium_org/third_party/npapi/npspy/extern/plugin/
Dnpruntime.h389 bool NPN_GetProperty(NPP npp, NPObject *npobj, NPIdentifier propertyName,
/external/chromium_org/content/shell/tools/plugin/
DPluginTest.cpp202 bool PluginTest::NPN_GetProperty(NPObject* npObject, in NPN_GetProperty() function in PluginTest
DPluginTest.h124 bool NPN_GetProperty(NPObject*, NPIdentifier propertyName, NPVariant* value);
/external/chromium_org/third_party/npapi/bindings/
Dnpruntime.h373 bool NPN_GetProperty(NPP npp, NPObject *npobj, NPIdentifier propertyName,
/external/chromium_org/third_party/npapi/npspy/common/
Dnpp_gate.cpp155 fakeNPNFuncs.getproperty = NPN_GetProperty; in NPP_New()
Dnpn_gate.cpp498 bool NPN_GetProperty(NPP id, NPObject* obj, NPIdentifier identifier, NPVariant *variant) in NPN_GetProperty() function
/external/chromium_org/third_party/npapi/npspy/windows/
Dnpspy.rc174 …CONTROL "NPN_GetProperty",IDC_CHECK_NPN_GETPROPERTY,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,…