Searched defs:NPN_MemAlloc (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/testing/plugin/
H A DPluginTest.cpp173 void* PluginTest::NPN_MemAlloc(uint32_t size) function in class:PluginTest
/external/chromium_org/third_party/npapi/npspy/common/
H A Dnpn_gate.cpp224 void* NPN_MemAlloc(uint32 size) function
/external/chromium_org/content/child/npapi/
H A Dplugin_host.cc108 host_funcs_.memalloc = &NPN_MemAlloc;
311 void* NPN_MemAlloc(uint32_t size) { function
986 *value = static_cast<char*>(NPN_MemAlloc(result.length() + 1));

Completed in 110 milliseconds