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

  /external/chromium/chrome/browser/autocomplete/
history_provider.cc 118 const size_t last_output_nonslash = local
121 (last_output_nonslash == string16::npos) ?
122 output.length() : (output.length() - 1 - last_output_nonslash);
  /external/chromium_org/chrome/browser/autocomplete/
history_provider.cc 121 const size_t last_output_nonslash = local
124 (last_output_nonslash == string16::npos) ?
125 output.length() : (output.length() - 1 - last_output_nonslash);

Completed in 787 milliseconds