Home
last modified time | relevance | path

Searched refs:window_icon_ (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/ash/wm/panels/
Dpanel_frame_view.cc24 window_icon_(NULL), in PanelFrameView()
49 window_icon_ = new views::ImageView(); in InitHeaderPainter()
50 AddChildView(window_icon_); in InitHeaderPainter()
51 header_painter_->UpdateLeftHeaderView(window_icon_); in InitHeaderPainter()
86 if (!window_icon_) in UpdateWindowIcon()
90 window_icon_->SetImage(delegate->GetWindowIcon()); in UpdateWindowIcon()
91 window_icon_->SchedulePaint(); in UpdateWindowIcon()
Dpanel_frame_view.h64 views::ImageView* window_icon_; variable
/external/chromium_org/chrome/browser/ui/views/frame/
Dbrowser_non_client_frame_view_ash.cc100 window_icon_(NULL), in BrowserNonClientFrameViewAsh()
121 window_icon_ = new TabIconView(this, NULL); in Init()
122 window_icon_->set_is_light(true); in Init()
123 AddChildView(window_icon_); in Init()
124 window_icon_->Update(); in Init()
135 if (window_icon_) { in Init()
136 header_painter->UpdateLeftHeaderView(window_icon_); in Init()
159 header_painter->Init(frame(), browser_view(), this, window_icon_, in Init()
213 if (window_icon_) in UpdateThrobber()
214 window_icon_->Update(); in UpdateThrobber()
[all …]
Dbrowser_header_painter_ash.cc116 window_icon_(NULL), in BrowserHeaderPainterAsh()
145 window_icon_ = window_icon; in Init()
246 if (window_icon_) { in LayoutHeader()
249 gfx::Size icon_size(window_icon_->GetPreferredSize()); in LayoutHeader()
252 window_icon_->SetBounds(window_icon_x_inset_, in LayoutHeader()
450 return ash::HeaderPainterUtil::GetTitleBounds(window_icon_, in GetTitleBounds()
Dopaque_browser_frame_view.cc99 window_icon_(NULL), in OpaqueBrowserFrameView()
131 window_icon_ = new TabIconView(this, this); in OpaqueBrowserFrameView()
132 window_icon_->set_is_light(true); in OpaqueBrowserFrameView()
133 window_icon_->set_id(VIEW_ID_WINDOW_ICON); in OpaqueBrowserFrameView()
134 AddChildView(window_icon_); in OpaqueBrowserFrameView()
135 window_icon_->Update(); in OpaqueBrowserFrameView()
187 if (window_icon_) in UpdateThrobber()
188 window_icon_->Update(); in UpdateThrobber()
280 window_icon_->SchedulePaint(); in UpdateWindowIcon()
325 window_icon_, in OnMenuButtonClicked()
[all …]
Dopaque_browser_frame_view_layout.cc116 window_icon_(NULL), in OpaqueBrowserFrameViewLayout()
317 bool should_show_icon = delegate_->ShouldShowWindowIcon() && window_icon_; in LayoutTitleBar()
350 window_icon_->SetBoundsRect(window_icon_bounds_); in LayoutTitleBar()
624 window_icon_ = view; in SetView()
Dbrowser_header_painter_ash.h105 views::View* window_icon_; variable
Dopaque_browser_frame_view_layout.h185 views::View* window_icon_; variable
Dbrowser_non_client_frame_view_ash.h145 TabIconView* window_icon_; variable
Dopaque_browser_frame_view.h170 TabIconView* window_icon_; variable
/external/chromium_org/ui/views/window/
Dcustom_frame_view.cc87 window_icon_(NULL), in CustomFrameView()
113 window_icon_ = new ImageButton(this); in Init()
114 AddChildView(window_icon_); in Init()
165 if (window_icon_ && window_icon_->GetMirroredBounds().Contains(point)) in NonClientHitTest()
192 if (window_icon_) in UpdateWindowIcon()
193 window_icon_->SchedulePaint(); in UpdateWindowIcon()
544 bool show_window_icon = window_icon_ != NULL; in LayoutTitleBar()
546 window_icon_->SetBoundsRect(icon_bounds); in LayoutTitleBar()
Dcustom_frame_view.h142 ImageButton* window_icon_; variable