Home
last modified time | relevance | path

Searched refs:DropShadowLabel (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/chromeos/
Ddrop_shadow_label.cc22 DropShadowLabel::DropShadowLabel() : Label() { in DropShadowLabel() function in chromeos::DropShadowLabel
26 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()
Ddrop_shadow_label.h22 class DropShadowLabel : public views::Label {
24 DropShadowLabel();
51 DISALLOW_COPY_AND_ASSIGN(DropShadowLabel);
Dwm_overview_title.h21 class DropShadowLabel; variable
36 DropShadowLabel* title_label_;
39 DropShadowLabel* url_label_;
Dwm_overview_title.cc65 title_label_ = new DropShadowLabel(); in Init()
71 url_label_ = new DropShadowLabel(); in Init()