Searched refs:NPN_GetProperty (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/content/shell/tools/plugin/Tests/ |
D | LeakWindowScriptableObject.cpp | 33 if (!NPN_GetProperty(window, self_name, &window_self_variant)) { in NPP_New()
|
/external/chromium_org/third_party/npapi/npspy/extern/plugin/ |
D | npruntime.h | 389 bool NPN_GetProperty(NPP npp, NPObject *npobj, NPIdentifier propertyName,
|
/external/chromium_org/content/shell/tools/plugin/ |
D | PluginTest.cpp | 202 bool PluginTest::NPN_GetProperty(NPObject* npObject, in NPN_GetProperty() function in PluginTest
|
D | PluginTest.h | 124 bool NPN_GetProperty(NPObject*, NPIdentifier propertyName, NPVariant* value);
|
/external/chromium_org/third_party/npapi/bindings/ |
D | npruntime.h | 373 bool NPN_GetProperty(NPP npp, NPObject *npobj, NPIdentifier propertyName,
|
/external/chromium_org/third_party/npapi/npspy/common/ |
D | npp_gate.cpp | 155 fakeNPNFuncs.getproperty = NPN_GetProperty; in NPP_New()
|
D | npn_gate.cpp | 498 bool NPN_GetProperty(NPP id, NPObject* obj, NPIdentifier identifier, NPVariant *variant) in NPN_GetProperty() function
|
/external/chromium_org/third_party/npapi/npspy/windows/ |
D | npspy.rc | 174 …CONTROL "NPN_GetProperty",IDC_CHECK_NPN_GETPROPERTY,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,…
|