Searched defs:Widgets (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/views/widget/
H A Dwidget.h80 // Owns a RootView and thus a View hierarchy. Can contain child Widgets.
104 typedef std::set<Widget*> Widgets; typedef in class:views::Widget
139 // Widgets of TYPE_WINDOW will have a NonClientView.
141 // Widgets of TYPE_PANEL will have a NonClientView.
291 // Closes all Widgets that aren't identified as "secondary widgets". Called
297 // Widgets do not have a common ancestor or they are not on the screen yet.
316 // Returns all Widgets in |native_view|'s hierarchy, including itself if
319 Widgets* children);
321 // Returns all non-child Widgets owned by |native_view|.
323 Widgets* owne
[all...]

Completed in 32 milliseconds