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

/external/webkit/Source/WebCore/plugins/symbian/
H A DPluginPackageSymbian.cpp126 m_browserFuncs.memalloc = NPN_MemAlloc;
/external/webkit/Source/WebCore/plugins/
H A Dnpapi.cpp46 void* NPN_MemAlloc(uint32_t size) function
H A DPluginPackage.cpp299 m_browserFuncs.memalloc = NPN_MemAlloc;
H A DPluginView.cpp1513 *value = static_cast<char*>(NPN_MemAlloc(size+1));
1536 *value = static_cast<char*>(NPN_MemAlloc(size+1));
/external/webkit/Source/WebKit/mac/Plugins/
H A Dnpapi.mm42 void* NPN_MemAlloc(uint32_t size)
H A DWebNetscapePluginPackage.mm447 browserFuncs.memalloc = (NPN_MemAllocProcPtr)tVectorForFunctionPointer((FunctionPointer)NPN_MemAlloc);
560 browserFuncs.memalloc = NPN_MemAlloc;
H A DWebNetscapePluginView.mm2231 *value = static_cast<char*>(NPN_MemAlloc(cookieStringUTF8.length()));
2252 *value = static_cast<char*>(NPN_MemAlloc(proxiesUTF8.length()));
2306 *usernameStr = static_cast<char*>(NPN_MemAlloc(username.length()));
2310 *passwordStr = static_cast<char*>(NPN_MemAlloc(password.length()));
/external/webkit/Source/WebCore/plugins/android/
H A DPluginPackageAndroid.cpp152 funcs->memalloc = NPN_MemAlloc;
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
H A DNetscapeBrowserFuncs.cpp353 static void* NPN_MemAlloc(uint32_t size) function in namespace:WebKit
902 netscapeFuncs.memalloc = NPN_MemAlloc;
/external/webkit/Source/WebCore/bridge/
H A Dnpapi.h362 * NPN_MemAlloc() to allocate memory for the string data. Introduced
869 void* NP_LOADDS NPN_MemAlloc(uint32_t size);

Completed in 363 milliseconds