OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DropShadowLabel
(Results
1 - 4
of
4
) 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
);
wm_overview_title.h
21
class
DropShadowLabel
;
36
DropShadowLabel
* title_label_;
39
DropShadowLabel
* url_label_;
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 {
wm_overview_title.cc
65
title_label_ = new
DropShadowLabel
();
71
url_label_ = new
DropShadowLabel
();
Completed in 57 milliseconds