OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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