Searched defs:new_location (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/android_webview/browser/net/
H A Daw_network_delegate.cc53 const GURL& new_location) {
52 OnBeforeRedirect(net::URLRequest* request, const GURL& new_location) argument
/external/chromium_org/net/base/
H A Dnetwork_delegate.cc62 const GURL& new_location) {
65 OnBeforeRedirect(request, new_location);
61 NotifyBeforeRedirect(URLRequest* request, const GURL& new_location) argument
/external/chromium_org/content/browser/accessibility/
H A Dbrowser_accessibility.cc101 void BrowserAccessibility::SetLocation(const gfx::Rect& new_location) { argument
102 location_ = new_location;
H A Dbrowser_accessibility_win.cc3006 void BrowserAccessibilityWin::SetLocation(const gfx::Rect& new_location) { argument
3007 BrowserAccessibility::SetLocation(new_location);
/external/chromium_org/content/shell/
H A Dshell_network_delegate.cc55 const GURL& new_location) {
54 OnBeforeRedirect(net::URLRequest* request, const GURL& new_location) argument
/external/chromium/net/url_request/
H A Durl_request_job.cc232 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);
H A Durl_request_http_job.cc194 GURL new_location = request->url().ReplaceComponents(replacements); local
195 return new URLRequestRedirectJob(request, new_location);
/external/chromium_org/content/renderer/accessibility/
H A Drenderer_accessibility_complete.cc386 gfx::Rect new_location = obj.boundingBoxRect(); local
387 if (browser_node->location != new_location) {
388 browser_node->location = new_location;
/external/chromium/chrome/browser/
H A Denumerate_modules_model_win.cc606 string16 new_location = mapping->second + local
608 size_t length = new_location.length() - mapping->second.length();
610 entry->location = new_location;
/external/chromium_org/chrome/browser/
H A Denumerate_modules_model_win.cc666 string16 new_location = mapping->second + local
668 size_t length = new_location.length() - mapping->second.length();
670 entry->location = new_location;
/external/chromium_org/net/url_request/
H A Durl_request_job.cc306 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);
H A Durl_request_test_util.cc416 const GURL& new_location) {
415 OnBeforeRedirect(URLRequest* request, const GURL& new_location) argument
/external/chromium_org/chrome/browser/net/
H A Dchrome_network_delegate.cc651 const GURL& new_location) {
653 profile_, extension_info_map_.get(), request, new_location);
650 OnBeforeRedirect(net::URLRequest* request, const GURL& new_location) argument
/external/chromium_org/chrome/browser/extensions/api/web_request/
H A Dweb_request_api.cc891 const GURL& new_location) {
920 dict->SetString(keys::kRedirectUrlKey, new_location.spec());
887 OnBeforeRedirect( void* profile, ExtensionInfoMap* extension_info_map, net::URLRequest* request, const GURL& new_location) argument

Completed in 289 milliseconds