Lines Matching refs:WidgetDelegate
61 class WidgetDelegate;
178 WidgetDelegate* delegate;
250 static Widget* CreateWindow(WidgetDelegate* delegate);
251 static Widget* CreateWindowWithBounds(WidgetDelegate* delegate,
255 static Widget* CreateWindowWithParent(WidgetDelegate* delegate,
257 static Widget* CreateWindowWithParentAndBounds(WidgetDelegate* delegate,
262 static Widget* CreateWindowWithContext(WidgetDelegate* delegate,
264 static Widget* CreateWindowWithContextAndBounds(WidgetDelegate* delegate,
269 static Widget* CreateWindowAsFramelessChild(WidgetDelegate* widget_delegate,
365 // Gets/Sets the WidgetDelegate.
366 WidgetDelegate* widget_delegate() const { return widget_delegate_; }
590 // WidgetDelegate is given the first opportunity to create one, followed by
768 // both the NonClientView and WidgetDelegate are notified.
799 // to Init() a default WidgetDelegate is created.
800 WidgetDelegate* widget_delegate_;