Home | History | Annotate | Download | only in autocomplete

Lines Matching full:line

49   // Call to change the hovered line.  |line| should be within the range of
51 void SetHoveredLine(size_t line);
57 // Call to change the selected line. This will update all state and repaint
59 // new temporary text. |line| will be clamped to the range of valid lines.
62 // |manually_selected_match_|). If |force| is true then the selected line will
63 // be updated forcibly even if the |line| is same as the current selected
64 // line.
66 // the selected line should not be kNoMatch.
67 void SetSelectedLine(size_t line, bool reset_to_default, bool force);
70 // will change the selected line back to the default match and redraw.
111 // a "line number" that indicates "no line".
122 // The line that's currently hovered. If we're not drawing a hover rect,
126 // The currently selected line. This is kNoMatch when nothing is selected,