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

  /external/chromium_org/content/shell/tools/plugin/Tests/
PluginScriptableObjectOverridesAllProperties.cpp 66 char* resultBuffer = static_cast<char*>(pluginTest()->NPN_MemAlloc(bufferLength));
SlowNPPNew.cpp 65 char* resultBuffer = static_cast<char*>(pluginTest()->NPN_MemAlloc(bufferLength));
  /external/chromium_org/content/shell/tools/plugin/
PluginTest.cpp 164 void* PluginTest::NPN_MemAlloc(uint32_t size) {
PluginTest.h 112 void* NPN_MemAlloc(uint32_t size);
  /external/chromium_org/content/child/npapi/
plugin_host.cc 115 host_funcs_.memalloc = &NPN_MemAlloc;
318 void* NPN_MemAlloc(uint32_t size) {
    [all...]
  /external/chromium_org/third_party/npapi/npspy/common/
npp_gate.cpp 132 fakeNPNFuncs.memalloc = NPN_MemAlloc;
npn_gate.cpp 224 void* NPN_MemAlloc(uint32 size)
  /external/chromium_org/third_party/npapi/npspy/extern/plugin/
npapi.h 411 * NPN_MemAlloc() to allocate memory for the string data. Introduced
732 void* NP_LOADDS NPN_MemAlloc(uint32 size);
  /external/chromium_org/third_party/npapi/bindings/
npapi.h 375 * NPN_MemAlloc() to allocate memory for the string data. Introduced
877 void* NP_LOADDS NPN_MemAlloc(uint32_t size);

Completed in 99 milliseconds