Lines Matching refs:gfx
41 void set_background_offset(const gfx::Point& offset) { in set_background_offset()
46 static gfx::Size GetMinimumUnselectedSize();
50 static gfx::Size GetMinimumSelectedSize();
53 static gfx::Size GetStandardSize();
60 virtual const gfx::Rect& GetTitleBounds() const OVERRIDE;
61 virtual const gfx::Rect& GetIconBounds() const OVERRIDE;
66 virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE;
71 virtual void GetHitTestMask(gfx::Path* path) const OVERRIDE;
72 virtual bool GetTooltipTextOrigin(const gfx::Point& p,
73 gfx::Point* origin) OVERRIDE;
77 void PaintTabBackground(gfx::Canvas* canvas);
78 void PaintInactiveTabBackgroundWithTitleChange(gfx::Canvas* canvas);
79 void PaintInactiveTabBackground(gfx::Canvas* canvas);
80 void PaintActiveTabBackground(gfx::Canvas* canvas);
105 gfx::Rect favicon_bounds_;
106 gfx::Rect title_bounds_;
109 gfx::Point background_offset_;
112 gfx::Point hover_point_;