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

  /external/chromium_org/ui/views/widget/
widget_delegate.h 29 class VIEWS_EXPORT WidgetDelegate {
31 WidgetDelegate();
187 virtual ~WidgetDelegate() {}
194 DISALLOW_COPY_AND_ASSIGN(WidgetDelegate);
197 // A WidgetDelegate implementation that is-a View. Used to override GetWidget()
198 // to call View's GetWidget() for the common case where a WidgetDelegate
201 class VIEWS_EXPORT WidgetDelegateView : public WidgetDelegate, public View {
206 // Overridden from WidgetDelegate:
widget_delegate.cc 18 // WidgetDelegate:
20 WidgetDelegate::WidgetDelegate()
25 void WidgetDelegate::OnWidgetMove() {
28 void WidgetDelegate::OnDisplayChanged() {
31 void WidgetDelegate::OnWorkAreaChanged() {
34 View* WidgetDelegate::GetInitiallyFocusedView() {
38 BubbleDelegateView* WidgetDelegate::AsBubbleDelegate() {
42 DialogDelegate* WidgetDelegate::AsDialogDelegate() {
46 bool WidgetDelegate::CanResize() const
    [all...]

Completed in 158 milliseconds