Lines Matching refs:Widget
15 class Widget;
34 // Returns the widget the FocusCycler is attempting to activate or NULL if
36 const views::Widget* widget_activating() const { return widget_activating_; }
38 // Add a widget to the focus cycle. The widget needs to have an
40 void AddWidget(views::Widget* widget);
42 // Move focus to the next widget.
45 // Moves focus the specified widget. Returns true if the widget was activated.
46 bool FocusWidget(views::Widget* widget);
49 std::vector<views::Widget*> widgets_;
52 views::Widget* widget_activating_;