HomeSort by relevance Sort by last modified time
    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;
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, 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;
38 kBorderWidth, 0, 0, 0, kBorderColor));
  /external/chromium_org/ui/views/controls/
progress_bar.cc 20 const int kBorderWidth = 1;
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/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;
  /external/chromium_org/third_party/webtreemap/src/
webtreemap.js 18 var kBorderWidth = 1;
46 position(t.dom, -kBorderWidth, -kBorderWidth, width, height);
90 width -= kBorderWidth*2;
91 height -= kBorderWidth*2;
  /external/chromium_org/remoting/webapp/
window_frame.js 96 var kBorderWidth = 1;
99 'height': window.innerHeight - titleHeight - 2 * kBorderWidth,
100 'width': window.innerWidth - 2 * kBorderWidth

Completed in 531 milliseconds