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

  /external/chromium/net/url_request/
url_request_job.cc 232 GURL new_location; local
234 if (IsRedirectResponse(&new_location, &http_status_code)) {
239 if (url.is_valid() && url.has_ref() && !new_location.has_ref()) {
245 new_location = new_location.ReplaceComponents(replacements);
249 request_->ReceivedRedirect(new_location, &defer_redirect);
258 deferred_redirect_url_ = new_location;
261 FollowRedirect(new_location, http_status_code);
url_request_http_job.cc 194 GURL new_location = request->url().ReplaceComponents(replacements); local
195 return new URLRequestRedirectJob(request, new_location);
    [all...]
  /external/chromium/chrome/browser/
enumerate_modules_model_win.cc 606 string16 new_location = mapping->second + local
608 size_t length = new_location.length() - mapping->second.length();
610 entry->location = new_location;
    [all...]
  /external/v8/src/
liveedit-debugger.js 412 var new_location =
415 break_point.update_positions(new_location.line, new_location.column);
419 line: new_location.line,
420 column: new_location.column
    [all...]

Completed in 161 milliseconds