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

  /external/chromium_org/content/shell/tools/plugin/
PluginTest.h 121 NPObject* NPN_CreateObject(NPClass*);
178 static_cast<Object*>(pluginTest->NPN_CreateObject(npClass()));
PluginTest.cpp 190 NPObject* PluginTest::NPN_CreateObject(NPClass* npClass) {
  /external/chromium_org/third_party/npapi/bindings/
npruntime.h 336 If the class has an allocate function, NPN_CreateObject invokes
341 NPObject *NPN_CreateObject(NPP npp, NPClass *aClass);
  /external/chromium_org/third_party/npapi/npspy/extern/plugin/
npruntime.h 352 If the class has an allocate function, NPN_CreateObject invokes
357 NPObject *NPN_CreateObject(NPP npp, NPClass *aClass);
  /external/chromium_org/third_party/npapi/npspy/common/
npp_gate.cpp 149 fakeNPNFuncs.createobject = NPN_CreateObject;
npn_gate.cpp 565 NPObject* NPN_CreateObject(NPP id, NPClass *cl)

Completed in 72 milliseconds