HomeSort by relevance Sort by last modified time
    Searched defs:Ownership (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
malloc_extension.h 288 // the malloc implementation does not keep track of ownership.
294 enum Ownership {
301 virtual Ownership GetOwnership(const void* p);
  /external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/
malloc_extension.h 308 // the malloc implementation does not keep track of ownership.
314 enum Ownership {
321 virtual Ownership GetOwnership(const void* p);
  /external/chromium_org/third_party/cld/base/
basictypes.h 257 // Argument type used in interfaces that can optionally take ownership
259 // object takes ownership of the argument. Otherwise it does not.
260 enum Ownership {
  /external/chromium_org/third_party/skia/include/core/
SkStream.h 230 enum Ownership {
239 explicit SkFILEStream(FILE* file, Ownership ownership = kCallerPasses_Ownership);
269 Ownership fOwnership;
  /external/ceres-solver/include/ceres/
types.h 51 // Argument type used in interfaces that can optionally take ownership
53 // object takes ownership of the pointer argument, and will call
55 enum Ownership {
  /external/chromium_org/ui/views/widget/
widget.h 84 // A special note on ownership:
86 // Depending on the value of the InitParams' ownership field, the Widget
89 // ownership = NATIVE_WIDGET_OWNS_WIDGET (default)
93 // ownership = WIDGET_OWNS_NATIVE_WIDGET (non-default)
173 enum Ownership {
213 Ownership ownership; member in struct:views::Widget::InitParams
392 // fit the entire size of the RootView. The RootView takes ownership of this
443 // be rectangular. Takes ownership of |shape|.
    [all...]

Completed in 354 milliseconds