Home
last modified time | relevance | path

Searched refs:deallocator (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebKit/mac/Plugins/Hosted/
DNetscapePluginHostProxy.mm370 DataDeallocator deallocator(text, textCnt);
477 DataDeallocator deallocator(resultData, resultLength);
558 DataDeallocator deallocator(scriptData, scriptLength);
589 DataDeallocator deallocator(name, nameCnt);
617 DataDeallocator deallocator(argumentsData, argumentsLength);
653 DataDeallocator deallocator(argumentsData, argumentsLength);
684 DataDeallocator deallocator(argumentsData, argumentsLength);
740 DataDeallocator deallocator(valueData, valueLength);
963 DataDeallocator deallocator(urlData, urlLength);
985 DataDeallocator deallocator(urlData, urlLength);
[all …]
/external/libxml2/
Dlist.c188 xmlListCreate(xmlListDeallocator deallocator, xmlListDataCompare compare) in xmlListCreate() argument
211 if (deallocator != NULL) in xmlListCreate()
212 l->linkDeallocator = deallocator; in xmlListCreate()
/external/libxml2/include/libxml/
Dlist.h56 xmlListCreate (xmlListDeallocator deallocator,
/external/astl/include/
Dvector220 // Calls the class' deallocator explicitely on each instance in
/external/webkit/Source/WebKit/mac/
DChangeLog-2010-01-298876 Add a simple deallocator class.
8887 Use the new deallocator class.
15914 Make the main thread object deallocator work with subclasses.
/external/webkit/Source/WebCore/
DChangeLog-2010-05-242195 is exited. Also pass kCFAllocatorNull as the bytes deallocator to
DChangeLog-2008-08-10774 Move the main thread deallocator here from WebKit.