OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scrollbar_width_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/native_theme/
native_theme_base.cc
97
return gfx::Size(
scrollbar_width_
, 0);
119
return gfx::Size(
scrollbar_width_
, scrollbar_button_length_);
122
return gfx::Size(scrollbar_button_length_,
scrollbar_width_
);
125
return gfx::Size(2 *
scrollbar_width_
,
scrollbar_width_
);
128
return gfx::Size(
scrollbar_width_
, 2 *
scrollbar_width_
);
130
return gfx::Size(0,
scrollbar_width_
);
132
return gfx::Size(
scrollbar_width_
, 0);
245
:
scrollbar_width_
(kDefaultScrollbarWidth)
[
all
...]
native_theme_base.h
172
unsigned int
scrollbar_width_
;
member in class:ui::NativeThemeBase
Completed in 46 milliseconds