HomeSort by relevance Sort by last modified time
    Searched refs:deallocator (Results 1 - 7 of 7) sorted by null

  /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 339 PropertyDeallocator deallocator,
528 // Value struct to keep the name and deallocator for this property.
534 PropertyDeallocator deallocator; member in struct:aura::Window::Value
window.cc 270 if (iter->second.deallocator)
271 (*iter->second.deallocator)(iter->second.value);
837 PropertyDeallocator deallocator,
847 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;

Completed in 171 milliseconds