Searched refs:deallocator (Results 1 - 7 of 7) 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,
528 // Value struct to keep the name and deallocator for this property.
534 PropertyDeallocator deallocator; member in struct:aura::Window::Value
H A Dwindow.cc270 if (iter->second.deallocator)
271 (*iter->second.deallocator)(iter->second.value);
837 PropertyDeallocator deallocator,
847 prop_value.deallocator = deallocator;
835 SetPropertyInternal(const void* key, const char* name, PropertyDeallocator deallocator, int64 value, int64 default_value) argument
/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dlist.h56 xmlListCreate (xmlListDeallocator deallocator,
/external/libxml2/include/libxml/
H A Dlist.h56 xmlListCreate (xmlListDeallocator deallocator,
/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 144 milliseconds