Searched refs:NPN_MemAlloc (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/plugins/
H A Dnpapi.cpp46 void* NPN_MemAlloc(uint32_t size) function
H A DPluginPackage.cpp282 m_browserFuncs.memalloc = NPN_MemAlloc;
H A Dnpapi.h355 * NPN_MemAlloc() to allocate memory for the string data. Introduced
828 void* NP_LOADDS NPN_MemAlloc(uint32_t size);
H A DPluginView.cpp1392 *value = static_cast<char*>(NPN_MemAlloc(size+1));
1415 *value = static_cast<char*>(NPN_MemAlloc(size+1));
/macosx-10.10/WebKit-7600.1.25/mac/Plugins/
H A Dnpapi.mm42 void* NPN_MemAlloc(uint32_t size)
H A DWebNetscapePluginPackage.mm288 browserFuncs.memalloc = NPN_MemAlloc;
H A DWebNetscapePluginView.mm1448 // Plugins will allocate memory for the buffer by using NPN_MemAlloc().
2211 *value = static_cast<char*>(NPN_MemAlloc(cookieStringUTF8.length()));
2231 *value = static_cast<char*>(NPN_MemAlloc(proxiesUTF8.length()));
2282 *usernameStr = static_cast<char*>(NPN_MemAlloc(username.length()));
2286 *passwordStr = static_cast<char*>(NPN_MemAlloc(password.length()));
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Plugins/Netscape/
H A DNetscapeBrowserFuncs.cpp348 static void* NPN_MemAlloc(uint32_t size) function in namespace:WebKit
983 netscapeFuncs.memalloc = NPN_MemAlloc;

Completed in 93 milliseconds