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

/external/chromium_org/chrome/browser/ui/views/frame/
H A Dapp_panel_browser_frame_view.h106 TabIconView* window_icon_; member in class:AppPanelBrowserFrameView
H A Dbrowser_non_client_frame_view_ash.h120 TabIconView* window_icon_; member in class:BrowserNonClientFrameViewAsh
H A Dopaque_browser_frame_view.h162 TabIconView* window_icon_; member in class:OpaqueBrowserFrameView
H A Dbrowser_non_client_frame_view_ash.cc82 window_icon_(NULL),
105 window_icon_ = new TabIconView(this);
106 window_icon_->set_is_light(true);
107 AddChildView(window_icon_);
108 window_icon_->Update();
115 frame_painter_->Init(frame(), window_icon_, size_button_, close_button_, local
152 if (window_icon_)
153 window_icon_->Update();
206 if (window_icon_)
207 window_icon_
[all...]
/external/chromium/chrome/browser/ui/views/frame/
H A Dapp_panel_browser_frame_view.h112 TabIconView* window_icon_; member in class:AppPanelBrowserFrameView
H A Dopaque_browser_frame_view.h161 TabIconView* window_icon_; member in class:OpaqueBrowserFrameView
/external/chromium_org/ash/wm/panels/
H A Dpanel_frame_view.h69 views::ImageButton* window_icon_; member in class:ash::PanelFrameView
/external/chromium_org/ui/views/window/
H A Dcustom_frame_view.h125 ImageButton* window_icon_; member in class:views::CustomFrameView
/external/chromium_org/ash/wm/
H A Dcustom_frame_view_ash.h89 views::ImageButton* window_icon_; member in class:ash::CustomFrameViewAsh
H A Dframe_painter.h225 views::View* window_icon_; // May be NULL. member in class:ash::FramePainter

Completed in 74 milliseconds