/external/chromium_org/ui/views/widget/ |
D | widget_delegate.cc | 96 return GetWindowIcon(); in GetWindowAppIcon() 100 gfx::ImageSkia WidgetDelegate::GetWindowIcon() { in GetWindowIcon() function in views::WidgetDelegate
|
D | widget_delegate.h | 94 virtual gfx::ImageSkia GetWindowIcon();
|
/external/chromium_org/chrome/browser/ui/views/app_list/win/ |
D | app_list_controller_delegate_win.h | 18 virtual gfx::ImageSkia GetWindowIcon() OVERRIDE;
|
D | app_list_controller_delegate_win.cc | 26 gfx::ImageSkia AppListControllerDelegateWin::GetWindowIcon() { in GetWindowIcon() function in AppListControllerDelegateWin
|
/external/chromium_org/third_party/webrtc/base/ |
D | x11windowpicker.h | 40 uint8* GetWindowIcon(const WindowId& id, int* width, int* height);
|
D | x11windowpicker.cc | 280 uint8* GetWindowIcon(const WindowId& id, int* width, int* height) { in GetWindowIcon() function in rtc::XWindowEnumerator 793 uint8* X11WindowPicker::GetWindowIcon(const WindowId& id, int* width, in GetWindowIcon() function in rtc::X11WindowPicker 795 return enumerator_->GetWindowIcon(id, width, height); in GetWindowIcon()
|
/external/chromium_org/chrome/browser/ui/ash/app_list/ |
D | app_list_controller_ash.h | 23 virtual gfx::ImageSkia GetWindowIcon() OVERRIDE;
|
D | app_list_controller_ash.cc | 34 gfx::ImageSkia AppListControllerDelegateAsh::GetWindowIcon() { in GetWindowIcon() function in AppListControllerDelegateAsh
|
/external/chromium_org/chrome/browser/ui/app_list/ |
D | app_list_controller_delegate_impl.h | 33 virtual gfx::ImageSkia GetWindowIcon() OVERRIDE;
|
D | app_list_controller_delegate_impl.cc | 35 gfx::ImageSkia AppListControllerDelegateImpl::GetWindowIcon() { in GetWindowIcon() function in AppListControllerDelegateImpl
|
D | app_list_controller_delegate.h | 70 virtual gfx::ImageSkia GetWindowIcon() = 0;
|
D | app_list_view_delegate.h | 98 virtual gfx::ImageSkia GetWindowIcon() OVERRIDE;
|
D | app_list_view_delegate.cc | 474 gfx::ImageSkia AppListViewDelegate::GetWindowIcon() { in GetWindowIcon() function in AppListViewDelegate 475 return controller_->GetWindowIcon(); in GetWindowIcon()
|
/external/chromium_org/ui/app_list/ |
D | app_list_view_delegate.h | 121 virtual gfx::ImageSkia GetWindowIcon() = 0;
|
/external/chromium_org/athena/home/ |
D | app_list_view_delegate.h | 50 virtual gfx::ImageSkia GetWindowIcon() OVERRIDE;
|
D | app_list_view_delegate.cc | 132 gfx::ImageSkia AppListViewDelegate::GetWindowIcon() { in GetWindowIcon() function in athena::AppListViewDelegate
|
/external/chromium_org/ui/app_list/test/ |
D | app_list_test_view_delegate.cc | 90 gfx::ImageSkia AppListTestViewDelegate::GetWindowIcon() { in GetWindowIcon() function in app_list::test::AppListTestViewDelegate
|
D | app_list_test_view_delegate.h | 71 virtual gfx::ImageSkia GetWindowIcon() OVERRIDE;
|
/external/chromium_org/ash/wm/panels/ |
D | panel_frame_view.cc | 90 window_icon_->SetImage(delegate->GetWindowIcon()); in UpdateWindowIcon()
|
/external/chromium_org/chrome/browser/ui/views/apps/ |
D | chrome_native_app_window_views.h | 67 virtual gfx::ImageSkia GetWindowIcon() OVERRIDE;
|
D | chrome_native_app_window_views.cc | 483 return GetWindowIcon(); in GetWindowAppIcon() 488 gfx::ImageSkia ChromeNativeAppWindowViews::GetWindowIcon() { in GetWindowIcon() function in ChromeNativeAppWindowViews
|
/external/chromium_org/ui/app_list/views/ |
D | app_list_view.h | 140 virtual gfx::ImageSkia GetWindowIcon() OVERRIDE;
|
D | app_list_view.cc | 455 gfx::ImageSkia AppListView::GetWindowIcon() { in GetWindowIcon() function in app_list::AppListView 457 return delegate_->GetWindowIcon(); in GetWindowIcon()
|
/external/chromium_org/chrome/browser/ui/views/panels/ |
D | panel_stack_view.cc | 42 virtual gfx::ImageSkia GetWindowIcon() OVERRIDE; 89 gfx::ImageSkia PanelStackWindow::GetWindowIcon() { in GetWindowIcon() function in __anond42531b10111::PanelStackWindow
|
D | panel_view.h | 130 virtual gfx::ImageSkia GetWindowIcon() OVERRIDE;
|