Searched refs:template_end (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/search_engines/
H A Dtemplate_url.cc166 size_t template_end = parsed_url.find(kEndParameter, last); local
167 if (template_end != std::string::npos) {
172 next_template_start > template_end) {
175 if (!ParseParameter(last, template_end, &parsed_url, replacements)) {
176 // |template_end| + 1 may be beyond the end of the string.
177 last = template_end;

Completed in 91 milliseconds