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

/external/chromium/chrome/browser/chromeos/
H A Ddrop_shadow_label.h16 // DropShadowLabel class
22 class DropShadowLabel : public views::Label { class in namespace:chromeos
24 DropShadowLabel();
51 DISALLOW_COPY_AND_ASSIGN(DropShadowLabel);
H A Dwm_overview_title.h21 class DropShadowLabel;
36 DropShadowLabel* title_label_;
39 DropShadowLabel* url_label_;
H A Ddrop_shadow_label.cc22 DropShadowLabel::DropShadowLabel() : Label() { function in class:chromeos::DropShadowLabel
26 void DropShadowLabel::Init() {
30 void DropShadowLabel::SetDropShadowSize(int drop_shadow_size) {
38 void DropShadowLabel::PaintText(gfx::Canvas* canvas,
73 gfx::Size DropShadowLabel::GetTextSize() const {
H A Dwm_overview_title.cc65 title_label_ = new DropShadowLabel();
71 url_label_ = new DropShadowLabel();

Completed in 167 milliseconds