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

  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_win.h 152 int drop_highlight_position() const { return drop_highlight_position_; }
528 int drop_highlight_position_; member in class:AutocompleteEditViewWin
autocomplete_edit_view_win.cc 429 drop_highlight_position_(-1),
768 if (drop_highlight_position_ != position) {
769 RepaintDropHighlight(drop_highlight_position_);
770 drop_highlight_position_ = position;
771 RepaintDropHighlight(drop_highlight_position_);
    [all...]

Completed in 18 milliseconds