Home
last modified time | relevance | path

Searched refs:deallocator (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/ui/aura/
Dwindow_property.h78 Window::PropertyDeallocator deallocator; member
86 value == property->default_value ? NULL : property->deallocator, in SetProperty()
89 if (property->deallocator && in SetProperty()
91 (*property->deallocator)(old); in SetProperty()
Dwindow.h339 PropertyDeallocator deallocator,
540 PropertyDeallocator deallocator; member
Dwindow.cc270 if (iter->second.deallocator) in ~Window()
271 (*iter->second.deallocator)(iter->second.value); in ~Window()
848 PropertyDeallocator deallocator, in SetPropertyInternal() argument
858 prop_value.deallocator = deallocator; in SetPropertyInternal()
/external/libxml2/
Dlist.c188 xmlListCreate(xmlListDeallocator deallocator, xmlListDataCompare compare) in xmlListCreate() argument
211 if (deallocator != NULL) in xmlListCreate()
212 l->linkDeallocator = deallocator; in xmlListCreate()
/external/chromium_org/third_party/libxml/src/
Dlist.c188 xmlListCreate(xmlListDeallocator deallocator, xmlListDataCompare compare) in xmlListCreate() argument
211 if (deallocator != NULL) in xmlListCreate()
212 l->linkDeallocator = deallocator; in xmlListCreate()
/external/chromium_org/third_party/libxml/src/include/libxml/
Dlist.h56 xmlListCreate (xmlListDeallocator deallocator,
/external/libxml2/include/libxml/
Dlist.h56 xmlListCreate (xmlListDeallocator deallocator,
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
D__init__.pxd71 # becomes zero and then cause the object's deallocator to be
72 # called. The deallocator is a function pointer contained in the
73 # object's type structure. The type-specific deallocator takes
/external/clang/test/Analysis/
Dedges-new.mm18582 // CHECK-NEXT: <key>type</key><string>Bad deallocator</string>