Searched refs:TabIconView (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/
H A Dtab_icon_view.h22 class TabIconView : public views::MenuButton { class in inherits:views::MenuButton
26 TabIconView(chrome::TabIconViewModel* model,
28 virtual ~TabIconView();
64 DISALLOW_COPY_AND_ASSIGN(TabIconView);
H A Dtab_icon_view.cc32 void TabIconView::InitializeIfNeeded() {
51 TabIconView::TabIconView(chrome::TabIconViewModel* model, function in class:TabIconView
61 TabIconView::~TabIconView() {
64 void TabIconView::Update() {
95 void TabIconView::PaintThrobber(gfx::Canvas* canvas) {
103 void TabIconView::PaintFavicon(gfx::Canvas* canvas,
108 void TabIconView::PaintIcon(gfx::Canvas* canvas,
140 void TabIconView
[all...]
/external/chromium_org/chrome/browser/ui/views/panels/
H A Dpanel_frame_view.h14 class TabIconView;
53 TabIconView* title_icon() const { return title_icon_; }
114 TabIconView* title_icon_;
H A Dpanel_view_browsertest.cc97 TabIconView* title_icon = frame_view->title_icon();
H A Dpanel_frame_view.cc300 title_icon_ = new TabIconView(this, NULL);
627 // TabIconView we host is initialized, so we need to NULL check the selected
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_non_client_frame_view_ash.h16 class TabIconView;
145 TabIconView* window_icon_;
H A Dopaque_browser_frame_view.h23 class TabIconView;
170 TabIconView* window_icon_;
H A Dopaque_browser_frame_view_layout_unittest.cc202 tab_icon_view_ = new TabIconView(NULL, NULL);
263 TabIconView* tab_icon_view_;
H A Dbrowser_non_client_frame_view_ash.cc119 // Initializing the TabIconView is expensive, so only do it if we need to.
121 window_icon_ = new TabIconView(this, NULL);
409 // TabIconView we host is initialized, so we need to NULL check the selected
H A Dopaque_browser_frame_view.cc129 // Initializing the TabIconView is expensive, so only do it if we need to.
131 window_icon_ = new TabIconView(this, this);
333 // OpaqueBrowserFrameView, TabIconView::TabContentsProvider implementation:
337 // TabIconView we host is initialized, so we need to NULL check the selected

Completed in 187 milliseconds