Searched refs:createobject (Results 1 – 12 of 12) sorted by relevance
/external/chromium_org/third_party/npapi/npspy/common/ |
D | np_entry.cpp | 166 NPNFuncs.createobject = pFuncs->createobject; in NP_Initialize()
|
D | npp_gate.cpp | 149 fakeNPNFuncs.createobject = NPN_CreateObject; in NPP_New()
|
D | npn_gate.cpp | 570 NPObject *rv = NPNFuncs.createobject(id, cl); in NPN_CreateObject()
|
/external/chromium_org/content/test/plugin/ |
D | plugin_npobject_identity_test.cc | 69 NPObject* thingy = HostFunctions()->createobject(id(), GetNPThingyClass()); in SetWindow()
|
D | plugin_delete_plugin_in_deallocate_test.cc | 91 npobject_ = HostFunctions()->createobject( in SetWindow()
|
/external/chromium_org/content/shell/tools/plugin/ |
D | TestObject.cpp | 177 testObject->testObject = browser->createobject(0, &g_test_class); in testGetProperty()
|
D | PluginObject.cpp | 981 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()
|
D | PluginTest.cpp | 191 return browser->createobject(m_npp, npClass); in NPN_CreateObject()
|
D | main.cpp | 195 PluginObject* obj = (PluginObject*)browser->createobject(instance, pluginObjectClass); in NPP_New()
|
/external/chromium_org/third_party/npapi/bindings/ |
D | npfunctions.h | 184 NPN_CreateObjectProcPtr createobject; member
|
/external/chromium_org/third_party/npapi/npspy/extern/plugin/ |
D | npupp.h | 548 NPN_CreateObjectUPP createobject; member
|
/external/chromium_org/content/child/npapi/ |
D | plugin_host.cc | 140 host_funcs_.createobject = WebBindings::createObject; in InitializeHostFuncs()
|