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

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

Completed in 233 milliseconds