Home
last modified time | relevance | path

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

/external/chromium_org/content/shell/tools/plugin/
DPluginObject.cpp122 static NPObject* pluginAllocate(NPP npp, NPClass*);
129 NP_CLASS_STRUCT_VERSION, pluginAllocate, pluginDeallocate,
1346 static NPObject* pluginAllocate(NPP npp, NPClass* theClass) { in pluginAllocate() function