OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
393
PropertyDeallocator
deallocator
,
599
// Value struct to keep the name and
deallocator
for this property.
605
PropertyDeallocator
deallocator
;
member in struct:aura::Window::Value
Completed in 883 milliseconds