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

  /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...]
  /external/clang/lib/Sema/
SemaType.cpp 380 // But don't move an ARC ownership attribute to the return type
3383 Qualifiers::ObjCLifetime ownership = Context.getInnerObjCOwnership(FromTy); local
    [all...]

Completed in 776 milliseconds