Searched defs:window_icon_ (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/ash/wm/panels/
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.h145 TabIconView* window_icon_; member in class:BrowserNonClientFrameViewAsh
H A Dbrowser_header_painter_ash.h105 views::View* window_icon_; member in class:BrowserHeaderPainterAsh
H A Dopaque_browser_frame_view.h170 TabIconView* window_icon_; member in class:OpaqueBrowserFrameView
H A Dopaque_browser_frame_view_layout.h185 views::View* window_icon_; member in class:OpaqueBrowserFrameViewLayout
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...]
/external/chromium_org/ui/views/window/
H A Dcustom_frame_view.h142 ImageButton* window_icon_; member in class:views::CustomFrameView

Completed in 103 milliseconds