Searched defs:deallocator (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/ui/aura/
H A Dwindow_property.h78 Window::PropertyDeallocator deallocator; member in struct:aura::WindowProperty
86 value == property->default_value ? NULL : property->deallocator,
89 if (property->deallocator &&
91 (*property->deallocator)(old);
H A Dwindow.h339 PropertyDeallocator deallocator,
534 // Value struct to keep the name and deallocator for this property.
540 PropertyDeallocator deallocator; member in struct:aura::Window::Value
H A Dwindow.cc270 if (iter->second.deallocator)
271 (*iter->second.deallocator)(iter->second.value);
848 PropertyDeallocator deallocator,
858 prop_value.deallocator = deallocator;
846 SetPropertyInternal(const void* key, const char* name, PropertyDeallocator deallocator, int64 value, int64 default_value) argument
/external/chromium_org/third_party/libxml/src/
H A Dlist.c180 * @deallocator: an optional deallocator function
188 xmlListCreate(xmlListDeallocator deallocator, xmlListDataCompare compare) argument
210 /* If there is a link deallocator, use it */
211 if (deallocator != NULL)
212 l->linkDeallocator = deallocator;
/external/libxml2/
H A Dlist.c180 * @deallocator: an optional deallocator function
188 xmlListCreate(xmlListDeallocator deallocator, xmlListDataCompare compare) argument
210 /* If there is a link deallocator, use it */
211 if (deallocator != NULL)
212 l->linkDeallocator = deallocator;

Completed in 221 milliseconds