Home | History | Annotate | Download | only in widget

Lines Matching refs:Ownership

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;
392 // fit the entire size of the RootView. The RootView takes ownership of this
443 // be rectangular. Takes ownership of |shape|.
844 // must not be initialized, the ownership will be assumed by the widget.
882 // See class documentation for Widget above for a note about ownership.
883 InitParams::Ownership ownership_;