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

  /external/chromium/googleurl/src/
url_parse.cc 196 int query_separator = -1; // Index of the '?' local
203 if (ref_separator < 0 && query_separator < 0)
204 query_separator = i;
230 if (query_separator >= 0) {
231 file_end = query_separator;
232 *query = MakeRange(query_separator + 1, query_end);
  /external/chromium_org/url/third_party/mozilla/
url_parse.cc 198 int query_separator = -1; // Index of the '?' local
205 if (ref_separator < 0 && query_separator < 0)
206 query_separator = i;
232 if (query_separator >= 0) {
233 file_end = query_separator;
234 *query = MakeRange(query_separator + 1, query_end);

Completed in 2871 milliseconds