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

  /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/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...]

Completed in 58 milliseconds