OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:drop_shadow_size
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/chromeos/
drop_shadow_label.h
35
int
drop_shadow_size
() const { return drop_shadow_size_; }
function in class:chromeos::DropShadowLabel
drop_shadow_label.cc
30
void DropShadowLabel::SetDropShadowSize(int
drop_shadow_size
) {
31
if (
drop_shadow_size
!= drop_shadow_size_) {
32
drop_shadow_size_ =
drop_shadow_size
;
Completed in 243 milliseconds