HomeSort by relevance Sort by last modified time
    Searched refs:TabIconView (Results 1 - 17 of 17) sorted by null

  /external/chromium/chrome/browser/ui/views/
tab_icon_view.h 19 class TabIconView : public views::View {
21 // Classes implement this interface to provide state for the TabIconView.
24 // Returns true if the TabIconView should show a loading animation.
33 explicit TabIconView(TabIconViewModel* provider);
34 virtual ~TabIconView();
70 DISALLOW_COPY_AND_ASSIGN(TabIconView);
tab_icon_view.cc 31 void TabIconView::InitializeIfNeeded() {
49 TabIconView::TabIconView(TabIconViewModel* model)
57 TabIconView::~TabIconView() {
60 void TabIconView::Update() {
91 void TabIconView::PaintThrobber(gfx::Canvas* canvas) {
99 void TabIconView::PaintFavicon(gfx::Canvas* canvas, const SkBitmap& bitmap) {
103 void TabIconView::PaintIcon(gfx::Canvas* canvas,
135 void TabIconView::OnPaint(gfx::Canvas* canvas)
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
tab_icon_view.h 21 class TabIconView : public views::View {
25 explicit TabIconView(chrome::TabIconViewModel* model);
26 virtual ~TabIconView();
62 DISALLOW_COPY_AND_ASSIGN(TabIconView);
tab_icon_view.cc 32 void TabIconView::InitializeIfNeeded() {
52 TabIconView::TabIconView(chrome::TabIconViewModel* model)
60 TabIconView::~TabIconView() {
63 void TabIconView::Update() {
94 void TabIconView::PaintThrobber(gfx::Canvas* canvas) {
102 void TabIconView::PaintFavicon(gfx::Canvas* canvas,
107 void TabIconView::PaintIcon(gfx::Canvas* canvas,
139 void TabIconView::OnPaint(gfx::Canvas* canvas)
    [all...]
  /external/chromium_org/chrome/browser/ui/views/panels/
panel_frame_view.h 14 class TabIconView;
53 TabIconView* title_icon() const { return title_icon_; }
110 TabIconView* title_icon_;
panel_view_browsertest.cc 97 TabIconView* title_icon = frame_view->title_icon();
panel_frame_view.cc 310 title_icon_ = new TabIconView(this);
626 // TabIconView we host is initialized, so we need to NULL check the selected
  /external/chromium/chrome/browser/ui/views/frame/
app_panel_browser_frame_view.h 29 public TabIconView::TabIconViewModel {
63 // Overridden from TabIconView::TabIconViewModel:
112 TabIconView* window_icon_;
opaque_browser_frame_view.h 27 public TabIconView::TabIconViewModel {
95 // Overridden from TabIconView::TabIconViewModel:
161 TabIconView* window_icon_;
app_panel_browser_frame_view.cc 79 window_icon_ = new TabIconView(this);
248 // AppPanelBrowserFrameView, TabIconView::TabContentsProvider implementation:
252 // TabIconView we host is initialized, so we need to NULL check the selected
409 // The window icon is painted by the TabIconView.
opaque_browser_frame_view.cc 171 // Initializing the TabIconView is expensive, so only do it if we need to.
173 window_icon_ = new TabIconView(this);
453 // OpaqueBrowserFrameView, TabIconView::TabContentsProvider implementation:
457 // TabIconView we host is initialized, so we need to NULL check the selected
737 // The window icon is painted by the TabIconView.
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
app_panel_browser_frame_view.h 14 class TabIconView;
106 TabIconView* window_icon_;
browser_non_client_frame_view_ash.h 14 class TabIconView;
120 TabIconView* window_icon_;
opaque_browser_frame_view.h 18 class TabIconView;
162 TabIconView* window_icon_;
browser_non_client_frame_view_ash.cc 103 // Initializing the TabIconView is expensive, so only do it if we need to.
105 window_icon_ = new TabIconView(this);
377 // TabIconView we host is initialized, so we need to NULL check the selected
app_panel_browser_frame_view.cc 84 window_icon_ = new TabIconView(this);
243 // AppPanelBrowserFrameView, TabIconView::TabContentsProvider implementation:
247 // TabIconView we host is initialized, so we need to NULL check the selected
412 // The window icon is painted by the TabIconView.
opaque_browser_frame_view.cc 167 // Initializing the TabIconView is expensive, so only do it if we need to.
169 window_icon_ = new TabIconView(this);
525 // OpaqueBrowserFrameView, TabIconView::TabContentsProvider implementation:
529 // TabIconView we host is initialized, so we need to NULL check the selected
    [all...]

Completed in 307 milliseconds