Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/plugins/symbian/
DPluginPackageSymbian.cpp126 m_browserFuncs.memalloc = NPN_MemAlloc; in load()
/external/webkit/Source/WebCore/plugins/
Dnpapi.cpp46 void* NPN_MemAlloc(uint32_t size) in NPN_MemAlloc() function
DPluginPackage.cpp299 m_browserFuncs.memalloc = NPN_MemAlloc; in initializeBrowserFuncs()
DPluginView.cpp1513 *value = static_cast<char*>(NPN_MemAlloc(size+1)); in getValueForURL()
1536 *value = static_cast<char*>(NPN_MemAlloc(size+1)); in getValueForURL()
/external/webkit/Source/WebCore/plugins/android/
DPluginPackageAndroid.cpp152 funcs->memalloc = NPN_MemAlloc; in initializeExtraBrowserFuncs()
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
DNetscapeBrowserFuncs.cpp353 static void* NPN_MemAlloc(uint32_t size) in NPN_MemAlloc() function
902 netscapeFuncs.memalloc = NPN_MemAlloc; in initializeBrowserFuncs()
/external/webkit/Source/WebKit/mac/Plugins/
Dnpapi.mm42 void* NPN_MemAlloc(uint32_t size) function
DWebNetscapePluginPackage.mm447 …wserFuncs.memalloc = (NPN_MemAllocProcPtr)tVectorForFunctionPointer((FunctionPointer)NPN_MemAlloc);
560 browserFuncs.memalloc = NPN_MemAlloc;
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/bridge/
Dnpapi.h869 void* NP_LOADDS NPN_MemAlloc(uint32_t size);
/external/webkit/Source/WebKit/mac/
DChangeLog9270 (NPN_MemAlloc):
DChangeLog-2006-02-093495 (NPN_MemAlloc):
34166 (NPN_MemAlloc): tweak
DChangeLog-2002-12-0314831 (NPN_MemAlloc):
DChangeLog-2007-10-1422254 (NPN_MemAlloc):
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-1621089 (WebKit::NPN_MemAlloc):
27598 Helper function for allocating a string using NPN_MemAlloc.
40555 … Implement NPN_UserAgent, NPN_MemAlloc, NPN_MemFree, NPN_InvalidateRect and NPN_InvalidateRegion.
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2413854 (NPN_MemAlloc):
DChangeLog-2007-10-1433025 (NPN_MemAlloc):