Searched defs:kBorderThickness (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_popup_view.h27 static const int kBorderThickness = 1; member in class:autofill::AutofillPopupView
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_popup_view_gtk.cc48 const int kBorderThickness = 1; member in namespace:__anon1865
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,
[all...]
/external/chromium_org/chrome/browser/ui/gtk/omnibox/
H A Domnibox_popup_view_gtk.cc54 const int kBorderThickness = 1; member in namespace:__anon6399
66 const int kIconLeftPadding = 3 + kBorderThickness;
345 size_t line = std::max(y - kBorderThickness, 0) / kHeightPerResult;
351 return gfx::Rect(kBorderThickness,
352 (visible_line * kHeightPerResult) + kBorderThickness,
353 width - (kBorderThickness * 2),
468 origin_x + allocation.x - kBorderThickness + horizontal_offset,
469 origin_y + allocation.y + allocation.height - kBorderThickness - 1 +
472 allocation.width + (kBorderThickness * 2) - (horizontal_offset * 2),
473 (num_results * kHeightPerResult) + (kBorderThickness *
[all...]
/external/chromium/chrome/browser/ui/gtk/
H A Dlocation_bar_view_gtk.cc74 const int kBorderThickness = 1; member in namespace:__anon2661
814 const int top_bottom = popup_window_mode_ ? kBorderThickness : 0;
816 kTopMargin + kBorderThickness, local
817 kBottomMargin + kBorderThickness, local
/external/chromium_org/chrome/browser/ui/gtk/
H A Dlocation_bar_view_gtk.cc110 const int kBorderThickness = 1; member in namespace:__anon6391
916 kTopMargin + kBorderThickness, local
917 kBottomMargin + kBorderThickness, local

Completed in 185 milliseconds