OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kSeparatorLineHeight
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/browser/ui/views/infobars/
infobar_background.cc
54
paint.setStrokeWidth(SkIntToScalar(InfoBar::
kSeparatorLineHeight
));
77
view->height() - InfoBar::
kSeparatorLineHeight
,
78
view->width(), InfoBar::
kSeparatorLineHeight
);
infobar.h
27
static const int
kSeparatorLineHeight
;
infobar_view.cc
40
const int InfoBar::
kSeparatorLineHeight
=
159
SkIntToScalar(std::max(arrow_height() -
kSeparatorLineHeight
, 0));
161
SkScalar separator_height = SkIntToScalar(
kSeparatorLineHeight
);
189
SkIntToScalar(width()), SkIntToScalar(height() -
kSeparatorLineHeight
));
infobar.cc
113
// this, changing the arrow height from 0 to
kSeparatorLineHeight
would
117
arrow_height_ +=
kSeparatorLineHeight
;
extension_infobar.cc
46
SetBarTargetHeight((height > 0) ? (height +
kSeparatorLineHeight
) : 0);
infobar_container.cc
86
std::max(height - InfoBar::
kSeparatorLineHeight
, 0),
Completed in 26 milliseconds