Home
last modified time | relevance | path

Searched refs:num_input_slashes (Results 1 – 1 of 1) sorted by relevance

/external/chromium/chrome/browser/autocomplete/
Dhistory_provider.cc116 const size_t num_input_slashes = (last_input_nonslash == string16::npos) ? in FixupUserInput() local
123 if (num_output_slashes < num_input_slashes) in FixupUserInput()
124 output.append(num_input_slashes - num_output_slashes, '/'); in FixupUserInput()
125 else if (num_output_slashes > num_input_slashes) in FixupUserInput()
126 output.erase(output.length() - num_output_slashes + num_input_slashes); in FixupUserInput()