Home | History | Annotate | Download | only in widget

Lines Matching defs:Widgets

74 //  Owns a RootView and thus a View hierarchy. Can contain child Widgets.
96 typedef std::set<Widget*> Widgets;
122 // Widgets of TYPE_WINDOW will have a NonClientView.
124 // Widgets of TYPE_PANEL will have a NonClientView.
172 // non-window widgets.
257 // Closes all Widgets that aren't identified as "secondary widgets". Called
263 // Widgets do not have a common ancestor or they are not on the screen yet.
282 // Returns all Widgets in |native_view|'s hierarchy, including itself if
285 Widgets* children);
287 // Re-parent a NativeView and notify all Widgets in |native_view|'s hierarchy
365 // non-child widgets.
430 // Sets the widget to be on top of all other widgets in the windowing system.
446 // Sets the opacity of the widget. This may allow widgets behind the widget
465 // all non-secondary widgets are closed.
487 // Note that all widgets in a widget hierarchy share the same focus manager.
492 // Note that all widgets in a widget hierarchy share the same input method.
640 // Returns a View* that any child Widgets backed by NativeWidgetViews
776 // children. NULL for non top-level widgets.