Searched refs:DropShadowLabel (Results 1 – 4 of 4) sorted by relevance
22 DropShadowLabel::DropShadowLabel() : Label() { in DropShadowLabel() function in chromeos::DropShadowLabel26 void DropShadowLabel::Init() { in Init()30 void DropShadowLabel::SetDropShadowSize(int drop_shadow_size) { in SetDropShadowSize()38 void DropShadowLabel::PaintText(gfx::Canvas* canvas, in PaintText()73 gfx::Size DropShadowLabel::GetTextSize() const { in GetTextSize()
22 class DropShadowLabel : public views::Label {24 DropShadowLabel();51 DISALLOW_COPY_AND_ASSIGN(DropShadowLabel);
21 class DropShadowLabel; variable36 DropShadowLabel* title_label_;39 DropShadowLabel* url_label_;
65 title_label_ = new DropShadowLabel(); in Init()71 url_label_ = new DropShadowLabel(); in Init()