Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/autocomplete/
Dautocomplete_popup_view_gtk.cc442 int horizontal_offset = 1; in Show() local
444 origin_x + allocation.x - kBorderThickness + horizontal_offset, in Show()
448 allocation.width + (kBorderThickness * 2) - (horizontal_offset * 2), in Show()
/external/chromium/chrome/browser/chromeos/input_method/
Dcandidate_window.cc1200 const int horizontal_offset = GetHorizontalOffset(); in MoveParentFrame() local
1207 frame_bounds.set_x(x + horizontal_offset); in MoveParentFrame()