Home
last modified time | relevance | path

Searched refs:createobject (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/third_party/npapi/npspy/common/
Dnp_entry.cpp166 NPNFuncs.createobject = pFuncs->createobject; in NP_Initialize()
Dnpp_gate.cpp149 fakeNPNFuncs.createobject = NPN_CreateObject; in NPP_New()
Dnpn_gate.cpp570 NPObject *rv = NPNFuncs.createobject(id, cl); in NPN_CreateObject()
/external/chromium_org/content/test/plugin/
Dplugin_npobject_identity_test.cc69 NPObject* thingy = HostFunctions()->createobject(id(), GetNPThingyClass()); in SetWindow()
Dplugin_delete_plugin_in_deallocate_test.cc91 npobject_ = HostFunctions()->createobject( in SetWindow()
/external/chromium_org/content/shell/tools/plugin/
DTestObject.cpp177 testObject->testObject = browser->createobject(0, &g_test_class); in testGetProperty()
DPluginObject.cpp981 NPObject* object_arg = browser->createobject(obj->npp, obj->header._class); in testScriptObjectInvoke()
1258 browser->createobject(plugin->npp, plugin->header._class); in pluginInvoke()
1265 browser->createobject(plugin->npp, content::GetTestClass()); in pluginInvoke()
1331 browser->createobject(plugin->npp, plugin->header._class); in pluginInvoke()
1356 newInstance->testObject = browser->createobject(npp, content::GetTestClass()); in pluginAllocate()
DPluginTest.cpp191 return browser->createobject(m_npp, npClass); in NPN_CreateObject()
Dmain.cpp195 PluginObject* obj = (PluginObject*)browser->createobject(instance, pluginObjectClass); in NPP_New()
/external/chromium_org/third_party/npapi/bindings/
Dnpfunctions.h184 NPN_CreateObjectProcPtr createobject; member
/external/chromium_org/third_party/npapi/npspy/extern/plugin/
Dnpupp.h548 NPN_CreateObjectUPP createobject; member
/external/chromium_org/content/child/npapi/
Dplugin_host.cc140 host_funcs_.createobject = WebBindings::createObject; in InitializeHostFuncs()