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

  /external/chromium_org/chrome/test/functional/
chromeos_time.py 14 from autotest.cros import ownership namespace
28 ownership.clear_ownership()
  /external/chromium_org/ui/views/widget/
widget.h 78 // A special note on ownership:
80 // Depending on the value of the InitParams' ownership field, the Widget
83 // ownership = NATIVE_WIDGET_OWNS_WIDGET (default)
87 // ownership = WIDGET_OWNS_NATIVE_WIDGET (non-default)
146 enum Ownership {
177 Ownership ownership; member in struct:views::Widget::InitParams
342 // fit the entire size of the RootView. The RootView takes ownership of this
391 // Sets a shape on the widget. This takes ownership of shape.
752 // must not be initialized, the ownership will be assumed by the widget
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp 398 // But don't move an ARC ownership attribute to the return type
3312 Qualifiers::ObjCLifetime ownership = Context.getInnerObjCOwnership(FromTy); local
    [all...]

Completed in 3620 milliseconds