Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/autocomplete/
Dautocomplete_edit_view_win.h152 int drop_highlight_position() const { return drop_highlight_position_; } in drop_highlight_position()
528 int drop_highlight_position_; variable
Dautocomplete_edit_view_win.cc429 drop_highlight_position_(-1), in AutocompleteEditViewWin()
768 if (drop_highlight_position_ != position) { in SetDropHighlightPosition()
769 RepaintDropHighlight(drop_highlight_position_); in SetDropHighlightPosition()
770 drop_highlight_position_ = position; in SetDropHighlightPosition()
771 RepaintDropHighlight(drop_highlight_position_); in SetDropHighlightPosition()
1730 if (drop_highlight_position_ != -1) in OnPaint()
2348 DCHECK_NE(-1, drop_highlight_position_); in DrawDropHighlight()
2351 const int highlight_x = PosFromChar(drop_highlight_position_).x - 1; in DrawDropHighlight()