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}; \
|