Home
last modified time | relevance | path

Searched refs:NPN_CreateObject (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/content/shell/tools/plugin/
DPluginTest.h121 NPObject* NPN_CreateObject(NPClass*);
178 static_cast<Object*>(pluginTest->NPN_CreateObject(npClass())); in create()
DPluginTest.cpp190 NPObject* PluginTest::NPN_CreateObject(NPClass* npClass) { in NPN_CreateObject() function in PluginTest
/external/chromium_org/third_party/npapi/npspy/extern/plugin/
Dnpruntime.h357 NPObject *NPN_CreateObject(NPP npp, NPClass *aClass);
/external/chromium_org/third_party/npapi/bindings/
Dnpruntime.h341 NPObject *NPN_CreateObject(NPP npp, NPClass *aClass);
/external/chromium_org/third_party/npapi/npspy/common/
Dnpp_gate.cpp149 fakeNPNFuncs.createobject = NPN_CreateObject; in NPP_New()
Dnpn_gate.cpp565 NPObject* NPN_CreateObject(NPP id, NPClass *cl) in NPN_CreateObject() function
/external/chromium_org/third_party/npapi/npspy/windows/
Dnpspy.rc180 …CONTROL "NPN_CreateObject",IDC_CHECK_NPN_CREATEOBJECT,"Button",BS_AUTOCHECKBOX | WS_TABSTO…