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

/external/chromium_org/ash/shell/
H A Dpanel_window.cc84 views::NonClientFrameView* PanelWindow::CreateNonClientFrameView( function in class:ash::PanelWindow
/external/chromium_org/chrome/browser/ui/views/
H A Dtab_modal_confirm_dialog_views.cc128 views::NonClientFrameView* TabModalConfirmDialogViews::CreateNonClientFrameView( function in class:TabModalConfirmDialogViews
H A Dscreen_capture_notification_ui_views.cc90 virtual views::NonClientFrameView* CreateNonClientFrameView(
238 ScreenCaptureNotificationUIViews::CreateNonClientFrameView( function in class:__anon6399::ScreenCaptureNotificationUIViews
H A Dssl_client_certificate_selector.cc223 SSLClientCertificateSelector::CreateNonClientFrameView( function in class:SSLClientCertificateSelector
H A Dcollected_cookies_views.cc251 views::NonClientFrameView* CollectedCookiesViews::CreateNonClientFrameView( function in class:CollectedCookiesViews
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_frame.cc132 views::NonClientFrameView* BrowserFrame::CreateNonClientFrameView() { function in class:BrowserFrame
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dmedia_galleries_dialog_views.cc334 views::NonClientFrameView* MediaGalleriesDialogViews::CreateNonClientFrameView( function in class:chrome::MediaGalleriesDialogViews
/external/chromium_org/chrome/browser/ui/views/message_center/
H A Dmessage_center_widget_delegate.cc71 MessageCenterWidgetDelegate::CreateNonClientFrameView(views::Widget* widget) { function in class:message_center::MessageCenterWidgetDelegate
/external/chromium_org/ui/views/bubble/
H A Dbubble_delegate.cc78 virtual NonClientFrameView* CreateNonClientFrameView(
80 return bubble_->CreateNonClientFrameView(widget);
209 NonClientFrameView* BubbleDelegateView::CreateNonClientFrameView( function in class:views::BubbleDelegateView
H A Dtray_bubble_view.cc378 NonClientFrameView* TrayBubbleView::CreateNonClientFrameView(Widget* widget) { function in class:views::TrayBubbleView
/external/chromium_org/ui/views/widget/
H A Dwidget_delegate.cc145 NonClientFrameView* WidgetDelegate::CreateNonClientFrameView(Widget* widget) { function in class:views::WidgetDelegate
H A Dnative_widget_aura.cc187 NonClientFrameView* NativeWidgetAura::CreateNonClientFrameView() { function in class:views::NativeWidgetAura
H A Dnative_widget_win.cc126 NonClientFrameView* NativeWidgetWin::CreateNonClientFrameView() { function in class:views::NativeWidgetWin
H A Dwidget.cc345 non_client_view_->SetFrameView(CreateNonClientFrameView());
818 NonClientFrameView* Widget::CreateNonClientFrameView() { function in class:views::Widget
820 widget_delegate_->CreateNonClientFrameView(this);
822 frame_view = native_widget_->CreateNonClientFrameView();
/external/chromium_org/ui/views/window/
H A Ddialog_delegate.cc166 NonClientFrameView* DialogDelegate::CreateNonClientFrameView(Widget* widget) { function in class:views::DialogDelegate
169 return WidgetDelegate::CreateNonClientFrameView(widget);
/external/chromium_org/chrome/browser/ui/views/apps/
H A Dnative_app_window_views.cc581 views::NonClientFrameView* NativeAppWindowViews::CreateNonClientFrameView( function in class:NativeAppWindowViews
602 return views::WidgetDelegateView::CreateNonClientFrameView(widget);
/external/chromium_org/chrome/browser/ui/views/panels/
H A Dpanel_view.cc737 views::NonClientFrameView* PanelView::CreateNonClientFrameView( function in class:PanelView
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_native_widget_aura.cc285 NonClientFrameView* DesktopNativeWidgetAura::CreateNonClientFrameView() { function in class:views::DesktopNativeWidgetAura
286 return desktop_root_window_host_->CreateNonClientFrameView();
H A Ddesktop_root_window_host_win.cc352 NonClientFrameView* DesktopRootWindowHostWin::CreateNonClientFrameView() { function in class:views::DesktopRootWindowHostWin
H A Ddesktop_root_window_host_x11.cc486 NonClientFrameView* DesktopRootWindowHostX11::CreateNonClientFrameView() { function in class:views::DesktopRootWindowHostX11
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dautofill_dialog_views.cc1661 views::NonClientFrameView* AutofillDialogViews::CreateNonClientFrameView( function in class:autofill::AutofillDialogViews

Completed in 133 milliseconds