Home
last modified time | relevance | path

Searched refs:GetWindowIcon (Results 1 – 25 of 35) sorted by relevance

12

/external/chromium_org/ui/views/widget/
Dwidget_delegate.cc96 return GetWindowIcon(); in GetWindowAppIcon()
100 gfx::ImageSkia WidgetDelegate::GetWindowIcon() { in GetWindowIcon() function in views::WidgetDelegate
Dwidget_delegate.h94 virtual gfx::ImageSkia GetWindowIcon();
/external/chromium_org/chrome/browser/ui/views/app_list/win/
Dapp_list_controller_delegate_win.h18 virtual gfx::ImageSkia GetWindowIcon() OVERRIDE;
Dapp_list_controller_delegate_win.cc26 gfx::ImageSkia AppListControllerDelegateWin::GetWindowIcon() { in GetWindowIcon() function in AppListControllerDelegateWin
/external/chromium_org/third_party/webrtc/base/
Dx11windowpicker.h40 uint8* GetWindowIcon(const WindowId& id, int* width, int* height);
Dx11windowpicker.cc280 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/
Dapp_list_controller_ash.h23 virtual gfx::ImageSkia GetWindowIcon() OVERRIDE;
Dapp_list_controller_ash.cc34 gfx::ImageSkia AppListControllerDelegateAsh::GetWindowIcon() { in GetWindowIcon() function in AppListControllerDelegateAsh
/external/chromium_org/chrome/browser/ui/app_list/
Dapp_list_controller_delegate_impl.h33 virtual gfx::ImageSkia GetWindowIcon() OVERRIDE;
Dapp_list_controller_delegate_impl.cc35 gfx::ImageSkia AppListControllerDelegateImpl::GetWindowIcon() { in GetWindowIcon() function in AppListControllerDelegateImpl
Dapp_list_controller_delegate.h70 virtual gfx::ImageSkia GetWindowIcon() = 0;
Dapp_list_view_delegate.h98 virtual gfx::ImageSkia GetWindowIcon() OVERRIDE;
Dapp_list_view_delegate.cc474 gfx::ImageSkia AppListViewDelegate::GetWindowIcon() { in GetWindowIcon() function in AppListViewDelegate
475 return controller_->GetWindowIcon(); in GetWindowIcon()
/external/chromium_org/ui/app_list/
Dapp_list_view_delegate.h121 virtual gfx::ImageSkia GetWindowIcon() = 0;
/external/chromium_org/athena/home/
Dapp_list_view_delegate.h50 virtual gfx::ImageSkia GetWindowIcon() OVERRIDE;
Dapp_list_view_delegate.cc132 gfx::ImageSkia AppListViewDelegate::GetWindowIcon() { in GetWindowIcon() function in athena::AppListViewDelegate
/external/chromium_org/ui/app_list/test/
Dapp_list_test_view_delegate.cc90 gfx::ImageSkia AppListTestViewDelegate::GetWindowIcon() { in GetWindowIcon() function in app_list::test::AppListTestViewDelegate
Dapp_list_test_view_delegate.h71 virtual gfx::ImageSkia GetWindowIcon() OVERRIDE;
/external/chromium_org/ash/wm/panels/
Dpanel_frame_view.cc90 window_icon_->SetImage(delegate->GetWindowIcon()); in UpdateWindowIcon()
/external/chromium_org/chrome/browser/ui/views/apps/
Dchrome_native_app_window_views.h67 virtual gfx::ImageSkia GetWindowIcon() OVERRIDE;
Dchrome_native_app_window_views.cc483 return GetWindowIcon(); in GetWindowAppIcon()
488 gfx::ImageSkia ChromeNativeAppWindowViews::GetWindowIcon() { in GetWindowIcon() function in ChromeNativeAppWindowViews
/external/chromium_org/ui/app_list/views/
Dapp_list_view.h140 virtual gfx::ImageSkia GetWindowIcon() OVERRIDE;
Dapp_list_view.cc455 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/
Dpanel_stack_view.cc42 virtual gfx::ImageSkia GetWindowIcon() OVERRIDE;
89 gfx::ImageSkia PanelStackWindow::GetWindowIcon() { in GetWindowIcon() function in __anond42531b10111::PanelStackWindow
Dpanel_view.h130 virtual gfx::ImageSkia GetWindowIcon() OVERRIDE;

12