Searched refs:deallocator (Results 1 – 7 of 7) sorted by relevance
/external/webkit/Source/WebKit/mac/Plugins/Hosted/ |
D | NetscapePluginHostProxy.mm | 370 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/ |
D | list.c | 188 xmlListCreate(xmlListDeallocator deallocator, xmlListDataCompare compare) in xmlListCreate() argument 211 if (deallocator != NULL) in xmlListCreate() 212 l->linkDeallocator = deallocator; in xmlListCreate()
|
/external/libxml2/include/libxml/ |
D | list.h | 56 xmlListCreate (xmlListDeallocator deallocator,
|
/external/astl/include/ |
D | vector | 220 // Calls the class' deallocator explicitely on each instance in
|
/external/webkit/Source/WebKit/mac/ |
D | ChangeLog-2010-01-29 | 8876 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/ |
D | ChangeLog-2010-05-24 | 2195 is exited. Also pass kCFAllocatorNull as the bytes deallocator to
|
D | ChangeLog-2008-08-10 | 774 Move the main thread deallocator here from WebKit.
|