Searched refs:kBorderWidth (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/ui/views/color_chooser/
H A Dcolor_chooser_view.cc32 const int kBorderWidth = 1; member in namespace:__anon17030
148 level += kBorderWidth;
157 level_ = std::max(kBorderWidth,
158 std::min(height() - 1 - kBorderWidth, point.y()));
162 SkIntToScalar(base_height - (level_ - kBorderWidth))),
169 return gfx::Size(kHueBarWidth + kHueIndicatorSize * 2 + kBorderWidth * 2,
170 kSaturationValueSize + kBorderWidth * 2);
180 kHueBarWidth + kBorderWidth, height() - 1),
182 int base_left = kHueIndicatorSize + kBorderWidth;
188 canvas->FillRect(gfx::Rect(base_left, y + kBorderWidth, kHueBarWidt
[all...]
/external/chromium_org/chrome/browser/ui/views/message_center/
H A Dmessage_center_frame_view.cc16 const int kBorderWidth = 1; local
18 kBorderWidth, message_center::kMessageCenterBorderColor));
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_sync_promo_view.cc27 const int kBorderWidth = 1; member in namespace:__anon5230
38 kBorderWidth, 0, 0, 0, kBorderColor));
/external/chromium_org/ui/views/controls/
H A Dprogress_bar.cc20 const int kBorderWidth = 1; member in namespace:__anon17056
218 kBorderWidth);
222 if (progress_width > kBorderWidth * 2) {
243 SkScalar border_width = SkScalarDiv(SkIntToScalar(kBorderWidth),
267 // Do not start from (kBorderWidth, kBorderWidth) because it makes gaps
288 SK_Scalar1 - SkScalarDiv(SkIntToScalar(kBorderWidth), scalar_height),
297 std::max(0, progress_width - kHighlightWidth - kBorderWidth);
307 kHighlightWidth + kBorderWidth, bar_height),
319 kBorderWidth);
[all...]
/external/chromium_org/third_party/webtreemap/src/
H A Dwebtreemap.js18 var kBorderWidth = 1; variable
46 position(t.dom, -kBorderWidth, -kBorderWidth, width, height);
90 width -= kBorderWidth*2;
91 height -= kBorderWidth*2;
/external/chromium_org/remoting/webapp/
H A Dwindow_frame.js133 var kBorderWidth = 1;
136 'height': window.innerHeight - titleHeight - 2 * kBorderWidth,
137 'width': window.innerWidth - 2 * kBorderWidth

Completed in 208 milliseconds