Searched defs:AdjustCursorPositionIfNecessary (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/components/omnibox/
H A Dautocomplete_input.cc22 void AdjustCursorPositionIfNecessary(size_t num_leading_chars_removed, function in namespace:__anon6646
69 AdjustCursorPositionIfNecessary(text.length() - text_.length(),
88 AdjustCursorPositionIfNecessary(chars_removed, &cursor_position_);
94 AdjustCursorPositionIfNecessary(text_.length() - trimmed_text.length(),

Completed in 492 milliseconds