/external/chromium_org/ui/aura/ |
window_property.h | 78 Window::PropertyDeallocator deallocator; member in struct:aura::WindowProperty 86 value == property->default_value ? NULL : property->deallocator, 89 if (property->deallocator && 91 (*property->deallocator)(old); 135 void Deallocator ## NAME (int64 p) { \ 140 {DEFAULT,#NAME,&Deallocator ## NAME}; \
|
window.h | 393 PropertyDeallocator deallocator, 599 // Value struct to keep the name and deallocator for this property. 605 PropertyDeallocator deallocator; member in struct:aura::Window::Value
|
window.cc | 283 if (iter->second.deallocator) 284 (*iter->second.deallocator)(iter->second.value); 905 PropertyDeallocator deallocator, 915 prop_value.deallocator = deallocator; [all...] |
/external/chromium_org/third_party/libxml/src/include/libxml/ |
list.h | 56 xmlListCreate (xmlListDeallocator deallocator,
|
/external/libxml2/include/libxml/ |
list.h | 56 xmlListCreate (xmlListDeallocator deallocator,
|
/external/chromium_org/third_party/libxml/src/ |
list.c | 180 * @deallocator: an optional deallocator function 188 xmlListCreate(xmlListDeallocator deallocator, xmlListDataCompare compare) 210 /* If there is a link deallocator, use it */ 211 if (deallocator != NULL) 212 l->linkDeallocator = deallocator;
|
/external/libxml2/ |
list.c | 180 * @deallocator: an optional deallocator function 188 xmlListCreate(xmlListDeallocator deallocator, xmlListDataCompare compare) 210 /* If there is a link deallocator, use it */ 211 if (deallocator != NULL) 212 l->linkDeallocator = deallocator;
|