HomeSort by relevance Sort by last modified time
    Searched refs:createobject (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/content/test/plugin/
plugin_npobject_identity_test.cc 69 NPObject* thingy = HostFunctions()->createobject(id(), GetNPThingyClass());
plugin_delete_plugin_in_deallocate_test.cc 91 npobject_ = HostFunctions()->createobject(
  /external/chromium_org/third_party/npapi/npspy/common/
np_entry.cpp 166 NPNFuncs.createobject = pFuncs->createobject;
npp_gate.cpp 149 fakeNPNFuncs.createobject = NPN_CreateObject;
npn_gate.cpp 570 NPObject *rv = NPNFuncs.createobject(id, cl);
  /external/chromium_org/content/shell/tools/plugin/
TestObject.cpp 177 testObject->testObject = browser->createobject(0, &g_test_class);
PluginTest.cpp 191 return browser->createobject(m_npp, npClass);
PluginObject.cpp     [all...]
main.cpp 195 PluginObject* obj = (PluginObject*)browser->createobject(instance, pluginObjectClass);
  /external/chromium_org/third_party/npapi/bindings/
npfunctions.h 184 NPN_CreateObjectProcPtr createobject; member in struct:_NPNetscapeFuncs
  /external/chromium_org/content/child/npapi/
plugin_host.cc 140 host_funcs_.createobject = WebBindings::createObject;
    [all...]
  /external/chromium_org/third_party/npapi/npspy/extern/plugin/
npupp.h 548 NPN_CreateObjectUPP createobject; member in struct:_NPNetscapeFuncs

Completed in 1018 milliseconds