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

  /external/chromium/chrome/browser/autocomplete/
search_provider.cc 788 size_t next_fragment_position = input_position + input_text.length();
789 if (next_fragment_position < query_string.length()) {
791 ACMatchClassification(next_fragment_position,
    [all...]
  /external/chromium_org/chrome/browser/autocomplete/
search_provider.cc 138 size_t next_fragment_position = input_position + input_text.length(); local
139 if (next_fragment_position < query_string.length()) {
141 next_fragment_position, ACMatchClassification::MATCH));
    [all...]

Completed in 637 milliseconds