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

/external/chromium_org/ash/wm/panels/
H A Dpanel_frame_view.cc28 window_icon_(NULL),
52 window_icon_ = new views::ImageView();
53 AddChildView(window_icon_);
56 header_painter_->Init(frame_, this, window_icon_, caption_button_container_);
93 if (!window_icon_)
97 window_icon_->SetImage(delegate->GetWindowIcon());
98 window_icon_->SchedulePaint();
H A Dpanel_frame_view.h65 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.cc79 window_icon_(NULL),
95 window_icon_ = new TabIconView(this);
96 window_icon_->set_is_light(true);
97 AddChildView(window_icon_);
98 window_icon_->Update();
105 header_painter_->Init(frame(), this, window_icon_, caption_button_container_); local
154 if (window_icon_)
155 window_icon_->Update();
218 if (window_icon_)
219 window_icon_
[all...]
H A Dapp_panel_browser_frame_view.cc67 window_icon_(NULL) {
84 window_icon_ = new TabIconView(this);
85 window_icon_->set_is_light(true);
86 AddChildView(window_icon_);
87 window_icon_->Update();
112 window_icon_->Update();
208 window_icon_->SchedulePaint();
491 window_icon_->SetBoundsRect(icon_bounds);
H A Dapp_panel_browser_frame_view.h106 TabIconView* window_icon_; member in class:AppPanelBrowserFrameView
H A Dbrowser_non_client_frame_view_ash.h118 TabIconView* window_icon_; member in class:BrowserNonClientFrameViewAsh
H A Dopaque_browser_frame_view.cc92 window_icon_(NULL),
126 window_icon_ = new TabIconView(this);
127 window_icon_->set_is_light(true);
128 window_icon_->set_id(VIEW_ID_WINDOW_ICON);
129 AddChildView(window_icon_);
130 window_icon_->Update();
184 if (window_icon_)
185 window_icon_->Update();
279 window_icon_->SchedulePaint();
H A Dopaque_browser_frame_view_layout.h174 views::View* window_icon_; member in class:OpaqueBrowserFrameViewLayout
H A Dopaque_browser_frame_view.h158 TabIconView* window_icon_; member in class:OpaqueBrowserFrameView
H A Dopaque_browser_frame_view_layout.cc109 window_icon_(NULL),
341 window_icon_->SetBoundsRect(window_icon_bounds_);
604 window_icon_ = view;
/external/chromium_org/ash/wm/
H A Dheader_painter.cc149 window_icon_(NULL),
182 window_icon_ = window_icon;
448 if (window_icon_) {
452 GetCaptionButtonContainerCenterY() - window_icon_->height() / 2;
453 window_icon_->SetBounds(kIconOffsetX, icon_offset_y, kIconSize, kIconSize);
516 return window_icon_ ?
517 window_icon_->bounds().right() + kTitleIconOffsetX :
574 // icon. Don't use |window_icon_| for this computation as it may be NULL.
H A Dheader_painter.h173 views::View* window_icon_; // May be NULL. member in class:ash::HeaderPainter
/external/chromium_org/ui/views/window/
H A Dcustom_frame_view.cc90 window_icon_(NULL),
124 window_icon_ = new ImageButton(this);
125 AddChildView(window_icon_);
176 if (window_icon_ && window_icon_->GetMirroredBounds().Contains(point))
203 if (window_icon_)
204 window_icon_->SchedulePaint();
532 bool show_window_icon = window_icon_ != NULL;
534 window_icon_->SetBoundsRect(icon_bounds);
H A Dcustom_frame_view.h125 ImageButton* window_icon_; member in class:views::CustomFrameView
/external/chromium/chrome/browser/ui/views/frame/
H A Dapp_panel_browser_frame_view.cc62 window_icon_(NULL),
79 window_icon_ = new TabIconView(this);
80 window_icon_->set_is_light(true);
81 AddChildView(window_icon_);
82 window_icon_->Update();
105 window_icon_->Update();
214 window_icon_->SchedulePaint();
489 window_icon_->SetBoundsRect(icon_bounds);
H A Dapp_panel_browser_frame_view.h112 TabIconView* window_icon_; member in class:AppPanelBrowserFrameView
H A Dopaque_browser_frame_view.cc108 window_icon_(NULL),
173 window_icon_ = new TabIconView(this);
174 window_icon_->set_is_light(true);
175 AddChildView(window_icon_);
176 window_icon_->Update();
255 if (window_icon_)
256 window_icon_->Update();
374 window_icon_->SchedulePaint();
1055 window_icon_->SetBoundsRect(icon_bounds);
H A Dopaque_browser_frame_view.h161 TabIconView* window_icon_; member in class:OpaqueBrowserFrameView

Completed in 315 milliseconds