HomeSort by relevance Sort by last modified time
    Searched defs:deallocator (Results 1 - 2 of 2) 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 367 PropertyDeallocator deallocator,
513 // Value struct to keep the name and deallocator for this property.
519 PropertyDeallocator deallocator; member in struct:aura::Window::Value

Completed in 500 milliseconds