Searched refs:createobject (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/content/test/plugin/
H A Dplugin_npobject_identity_test.cc69 NPObject* thingy = HostFunctions()->createobject(id(), GetNPThingyClass());
H A Dplugin_delete_plugin_in_deallocate_test.cc91 npobject_ = HostFunctions()->createobject(
/external/chromium_org/third_party/npapi/npspy/common/
H A Dnp_entry.cpp166 NPNFuncs.createobject = pFuncs->createobject;
H A Dnpp_gate.cpp149 fakeNPNFuncs.createobject = NPN_CreateObject;
H A Dnpn_gate.cpp570 NPObject *rv = NPNFuncs.createobject(id, cl);
/external/chromium_org/third_party/WebKit/Source/testing/plugin/
H A DTestObject.cpp179 testObject->testObject = browser->createobject(0, &testClass);
H A DPluginTest.cpp208 return browser->createobject(m_npp, npClass);
H A DPluginObject.cpp857 NPObject* object_arg = browser->createobject(obj->npp, obj->header._class);
1100 NPObject* new_object = browser->createobject(plugin->npp, plugin->header._class);
1106 NPObject* testObject = browser->createobject(plugin->npp, getTestClass());
1165 NPObject* newObject = browser->createobject(plugin->npp, plugin->header._class);
1191 newInstance->testObject = browser->createobject(npp, getTestClass());
H A Dmain.cpp190 PluginObject* obj = (PluginObject*)browser->createobject(instance, pluginObjectClass);
/external/chromium_org/remoting/host/plugin/
H A Dhost_plugin.cc170 scriptable_object_ = g_npnetscape_funcs->createobject(instance_,
/external/chromium_org/third_party/npapi/bindings/
H A Dnpfunctions.h184 NPN_CreateObjectProcPtr createobject; member in struct:_NPNetscapeFuncs
/external/chromium_org/content/child/npapi/
H A Dplugin_host.cc133 host_funcs_.createobject = WebBindings::createObject;
/external/chromium_org/third_party/npapi/npspy/extern/plugin/
H A Dnpupp.h548 NPN_CreateObjectUPP createobject; member in struct:_NPNetscapeFuncs

Completed in 666 milliseconds