OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kSeparatorLineHeight
(Results
1 - 15
of
15
) sorted by null
/external/chromium_org/chrome/browser/ui/views/infobars/
infobar_background.cc
34
paint.setStrokeWidth(SkIntToScalar(InfoBar::
kSeparatorLineHeight
));
55
canvas->FillRect(gfx::Rect(0, view->height() - InfoBar::
kSeparatorLineHeight
,
56
view->width(), InfoBar::
kSeparatorLineHeight
),
infobar_view.cc
48
const int InfoBar::
kSeparatorLineHeight
=
202
SkIntToScalar(std::max(arrow_height() -
kSeparatorLineHeight
, 0));
204
SkScalar separator_height = SkIntToScalar(
kSeparatorLineHeight
);
232
SkIntToScalar(width()), SkIntToScalar(height() -
kSeparatorLineHeight
));
extension_infobar.cc
94
SetBarTargetHeight((height > 0) ? (height +
kSeparatorLineHeight
) : 0);
/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),
/external/chromium_org/chrome/browser/ui/android/infobars/
infobar_android.cc
21
const int InfoBar::
kSeparatorLineHeight
= 1;
/external/chromium_org/chrome/browser/infobars/
infobar.h
44
static const int
kSeparatorLineHeight
;
infobar.cc
150
// this, changing the arrow height from 0 to
kSeparatorLineHeight
would
154
arrow_height_ +=
kSeparatorLineHeight
;
infobar_container.cc
80
std::max(height - InfoBar::
kSeparatorLineHeight
, 0),
/external/chromium_org/chrome/browser/ui/gtk/infobars/
extension_infobar_gtk.cc
52
SetBarTargetHeight((height > 0) ? (height +
kSeparatorLineHeight
) : 0);
infobar_gtk.cc
42
const int InfoBar::
kSeparatorLineHeight
= 1;
Completed in 37 milliseconds