Home
last modified time | relevance | path

Searched refs:kBorderThickness (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/autocomplete/
Dautocomplete_popup_view_gtk.cc48 const int kBorderThickness = 1; variable
60 const int kIconLeftPadding = 3 + kBorderThickness;
97 return gfx::Rect(kBorderThickness, in GetRectForLine()
98 (line * kHeightPerResult) + kBorderThickness, in GetRectForLine()
99 width - (kBorderThickness * 2), in GetRectForLine()
444 origin_x + allocation.x - kBorderThickness + horizontal_offset, in Show()
445 origin_y + allocation.y + allocation.height - kBorderThickness - 1 + in Show()
448 allocation.width + (kBorderThickness * 2) - (horizontal_offset * 2), in Show()
449 (num_results * kHeightPerResult) + (kBorderThickness * 2)); in Show()
469 size_t line = std::max(y - kBorderThickness, 0) / kHeightPerResult; in LineFromY()
[all …]
/external/chromium/chrome/browser/ui/gtk/
Dlocation_bar_view_gtk.cc74 const int kBorderThickness = 1; variable
814 const int top_bottom = popup_window_mode_ ? kBorderThickness : 0; in Observe()
816 kTopMargin + kBorderThickness, in Observe()
817 kBottomMargin + kBorderThickness, in Observe()