HomeSort by relevance Sort by last modified time
    Searched refs:kBorderThickness (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/chrome/browser/ui/autofill/
autofill_popup_view.h 27 static const int kBorderThickness = 1;
  /external/chromium/chrome/browser/autocomplete/
autocomplete_popup_view_gtk.cc 48 const int kBorderThickness = 1;
60 const int kIconLeftPadding = 3 + kBorderThickness;
97 return gfx::Rect(kBorderThickness,
98 (line * kHeightPerResult) + kBorderThickness,
99 width - (kBorderThickness * 2),
444 origin_x + allocation.x - kBorderThickness + horizontal_offset,
445 origin_y + allocation.y + allocation.height - kBorderThickness - 1 +
448 allocation.width + (kBorderThickness * 2) - (horizontal_offset * 2),
449 (num_results * kHeightPerResult) + (kBorderThickness * 2));
469 size_t line = std::max(y - kBorderThickness, 0) / kHeightPerResult
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/omnibox/
omnibox_popup_view_gtk.cc 55 const int kBorderThickness = 1;
67 const int kIconLeftPadding = 3 + kBorderThickness;
104 return gfx::Rect(kBorderThickness,
105 (line * kHeightPerResult) + kBorderThickness,
106 width - (kBorderThickness * 2),
445 origin_x + allocation.x - kBorderThickness + horizontal_offset,
446 origin_y + allocation.y + allocation.height - kBorderThickness - 1 +
449 allocation.width + (kBorderThickness * 2) - (horizontal_offset * 2),
450 (num_results * kHeightPerResult) + (kBorderThickness * 2));
470 size_t line = std::max(y - kBorderThickness, 0) / kHeightPerResult
    [all...]
  /external/chromium_org/ash/wm/
frame_painter.cc 47 const int kBorderThickness = 0;
304 kBorderThickness,
306 std::max(0, window_bounds.width() - (2 * kBorderThickness)),
307 std::max(0, window_bounds.height() - top_height - kBorderThickness));
313 return gfx::Rect(std::max(0, client_bounds.x() - kBorderThickness),
315 client_bounds.width() + (2 * kBorderThickness),
316 client_bounds.height() + top_height + kBorderThickness);
    [all...]
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_popup_view_views.cc 151 set_border(views::Border::CreateSolidBorder(kBorderThickness, kBorderColor));
  /external/chromium_org/chrome/browser/ui/gtk/autofill/
autofill_popup_view_gtk.cc 133 DCHECK_EQ(1, kBorderThickness);
  /external/chromium/chrome/browser/ui/gtk/
location_bar_view_gtk.cc 74 const int kBorderThickness = 1;
814 const int top_bottom = popup_window_mode_ ? kBorderThickness : 0;
816 kTopMargin + kBorderThickness,
817 kBottomMargin + kBorderThickness,
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/
location_bar_view_gtk.cc 108 const int kBorderThickness = 1;
    [all...]

Completed in 783 milliseconds