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

  /external/chromium_org/content/renderer/accessibility/
renderer_accessibility_complete.cc 386 gfx::Rect new_location = obj.boundingBoxRect(); local
387 if (browser_node->location != new_location) {
388 browser_node->location = new_location;
  /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_org/net/url_request/
url_request_job.cc 306 GURL new_location; local
308 if (IsRedirectResponse(&new_location, &http_status_code)) {
313 if (url.is_valid() && url.has_ref() && !new_location.has_ref()) {
319 new_location = new_location.ReplaceComponents(replacements);
323 request_->NotifyReceivedRedirect(new_location, &defer_redirect);
333 deferred_redirect_url_ = new_location;
337 FollowRedirect(new_location, http_status_code);
  /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/chromium_org/chrome/browser/
enumerate_modules_model_win.cc 666 string16 new_location = mapping->second + local
668 size_t length = new_location.length() - mapping->second.length();
670 entry->location = new_location;
    [all...]

Completed in 115 milliseconds