OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kBorderWidth
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/ui/views/color_chooser/
color_chooser_view.cc
32
const int
kBorderWidth
= 1;
147
level +=
kBorderWidth
;
156
level_ = std::max(
kBorderWidth
,
157
std::min(height() - 1 -
kBorderWidth
, point.y()));
161
SkIntToScalar(base_height - (level_ -
kBorderWidth
))),
168
return gfx::Size(kHueBarWidth + kHueIndicatorSize * 2 +
kBorderWidth
* 2,
169
kSaturationValueSize +
kBorderWidth
* 2);
179
kHueBarWidth +
kBorderWidth
, height() - 1),
181
int base_left = kHueIndicatorSize +
kBorderWidth
;
187
canvas->FillRect(gfx::Rect(base_left, y +
kBorderWidth
, kHueBarWidth, 1)
[
all
...]
/external/chromium_org/chrome/browser/ui/views/message_center/
message_center_frame_view.cc
16
const int
kBorderWidth
= 1;
18
kBorderWidth
, message_center::kMessageCenterBorderColor));
/external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_sync_promo_view.cc
27
const int
kBorderWidth
= 1;
37
set_border(views::Border::CreateSolidSidedBorder(
kBorderWidth
,
/external/chromium_org/ui/views/controls/
progress_bar.cc
20
const int
kBorderWidth
= 1;
217
kBorderWidth
);
221
if (progress_width >
kBorderWidth
* 2) {
242
SkScalar border_width = SkScalarDiv(SkIntToScalar(
kBorderWidth
),
266
// Do not start from (
kBorderWidth
,
kBorderWidth
) because it makes gaps
287
SK_Scalar1 - SkScalarDiv(SkIntToScalar(
kBorderWidth
), scalar_height),
296
std::max(0, progress_width - kHighlightWidth -
kBorderWidth
);
306
kHighlightWidth +
kBorderWidth
, bar_height),
318
kBorderWidth
);
[
all
...]
/external/chromium/chrome/browser/ui/gtk/
gtk_chrome_shrinkable_hbox_unittest.cc
14
const int
kBorderWidth
= 5;
26
gtk_container_set_border_width(GTK_CONTAINER(box_),
kBorderWidth
);
134
for (int width = 500; width >
kBorderWidth
* 2; --width) {
147
for (int width =
kBorderWidth
* 2; width <= 500; ++width) {
162
for (int width = 500; width >
kBorderWidth
* 2; --width) {
172
for (int width =
kBorderWidth
* 2; width <= 500; ++width) {
/external/chromium_org/chrome/browser/ui/gtk/
gtk_chrome_shrinkable_hbox_unittest.cc
14
const int
kBorderWidth
= 5;
26
gtk_container_set_border_width(GTK_CONTAINER(box_),
kBorderWidth
);
134
for (int width = 500; width >
kBorderWidth
* 2; --width) {
147
for (int width =
kBorderWidth
* 2; width <= 500; ++width) {
162
for (int width = 500; width >
kBorderWidth
* 2; --width) {
172
for (int width =
kBorderWidth
* 2; width <= 500; ++width) {
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
webtreemap.js
34
var
kBorderWidth
= 1;
65
position(t.dom, -
kBorderWidth
, -
kBorderWidth
, width, height);
101
width -=
kBorderWidth
*2;
102
height -=
kBorderWidth
*2;
Completed in 1945 milliseconds