HomeSort by relevance Sort by last modified time
    Searched defs:DropShadowLabel (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/chromeos/
drop_shadow_label.h 16 // DropShadowLabel class
22 class DropShadowLabel : public views::Label {
24 DropShadowLabel();
51 DISALLOW_COPY_AND_ASSIGN(DropShadowLabel);
drop_shadow_label.cc 22 DropShadowLabel::DropShadowLabel() : Label() {
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 {

Completed in 47 milliseconds