OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UpdateWindowIcon
(Results
1 - 25
of
54
) sorted by null
1
2
3
/external/chromium_org/apps/ui/
native_app_window.h
32
virtual void
UpdateWindowIcon
() = 0;
/external/chromium/chrome/browser/ui/views/frame/
popup_non_client_frame_view.h
29
virtual void
UpdateWindowIcon
() OVERRIDE;
popup_non_client_frame_view.cc
46
void PopupNonClientFrameView::
UpdateWindowIcon
() {
app_panel_browser_frame_view.h
53
virtual void
UpdateWindowIcon
() OVERRIDE;
glass_browser_frame_view.h
49
virtual void
UpdateWindowIcon
() OVERRIDE { }
opaque_browser_frame_view.h
83
virtual void
UpdateWindowIcon
() OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/frame/
popup_non_client_frame_view.h
25
virtual void
UpdateWindowIcon
() OVERRIDE;
popup_non_client_frame_view.cc
38
void PopupNonClientFrameView::
UpdateWindowIcon
() {
app_panel_browser_frame_view.h
47
virtual void
UpdateWindowIcon
() OVERRIDE;
browser_non_client_frame_view_ash.h
50
virtual void
UpdateWindowIcon
() OVERRIDE;
glass_browser_frame_view.h
41
virtual void
UpdateWindowIcon
() OVERRIDE {}
/external/chromium_org/chrome/browser/ui/views/message_center/
message_center_frame_view.h
32
virtual void
UpdateWindowIcon
() OVERRIDE;
message_center_frame_view.cc
59
void MessageCenterFrameView::
UpdateWindowIcon
() {
/external/chromium_org/ui/views/window/
native_frame_view.cc
58
void NativeFrameView::
UpdateWindowIcon
() {
native_frame_view.h
27
virtual void
UpdateWindowIcon
() OVERRIDE;
non_client_view.h
72
virtual void
UpdateWindowIcon
() = 0;
193
void
UpdateWindowIcon
();
custom_frame_view.h
48
virtual void
UpdateWindowIcon
() OVERRIDE;
/external/chromium/chrome/browser/chromeos/frame/
bubble_frame_view.h
45
virtual void
UpdateWindowIcon
() OVERRIDE;
/external/chromium_org/apps/ui/views/
shell_window_frame_view.h
61
virtual void
UpdateWindowIcon
() OVERRIDE {}
/external/chromium_org/ash/wm/
custom_frame_view_ash.h
55
virtual void
UpdateWindowIcon
() OVERRIDE;
/external/chromium_org/ash/wm/panels/
panel_frame_view.h
53
virtual void
UpdateWindowIcon
() OVERRIDE;
panel_frame_view.cc
92
void PanelFrameView::
UpdateWindowIcon
() {
/external/chromium_org/ui/views/bubble/
bubble_frame_view.h
43
virtual void
UpdateWindowIcon
() OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/app_list/linux/
app_list_linux.cc
58
view_->GetWidget()->GetTopLevelWidget()->
UpdateWindowIcon
();
/external/chromium_org/chrome/browser/ui/views/app_list/win/
app_list_win.cc
85
view_->GetWidget()->GetTopLevelWidget()->
UpdateWindowIcon
();
Completed in 747 milliseconds
1
2
3