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

1 2

  /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 304 GURL new_location; local
306 if (IsRedirectResponse(&new_location, &http_status_code)) {
311 if (url.is_valid() && url.has_ref() && !new_location.has_ref()) {
317 new_location = new_location.ReplaceComponents(replacements);
325 request_->NotifyReceivedRedirect(new_location, &defer_redirect);
335 deferred_redirect_url_ = new_location;
338 FollowRedirect(new_location, http_status_code);
url_request_context_builder.cc 73 const GURL& new_location) OVERRIDE {}
url_request_test_util.h 262 const GURL& new_location) OVERRIDE;
url_request_test_util.cc 422 const GURL& new_location) {
  /external/chromium_org/net/base/
network_delegate.h 82 const GURL& new_location);
157 // |new_location| is only valid until OnURLRequestDestroyed is called for this
160 const GURL& new_location);
network_delegate.cc 63 const GURL& new_location) {
66 OnBeforeRedirect(request, new_location);
169 const GURL& new_location) {
  /external/chromium_org/android_webview/browser/net/
aw_network_delegate.h 36 const GURL& new_location) OVERRIDE;
aw_network_delegate.cc 53 const GURL& new_location) {
  /external/chromium_org/content/shell/browser/
shell_network_delegate.h 38 const GURL& new_location) OVERRIDE;
shell_network_delegate.cc 55 const GURL& new_location) {
  /external/chromium_org/net/proxy/
network_delegate_error_observer_unittest.cc 48 const GURL& new_location) OVERRIDE {}
proxy_script_fetcher_impl_unittest.cc 133 const GURL& new_location) OVERRIDE {}
  /external/chromium_org/chrome/browser/net/
chrome_network_delegate.h 152 const GURL& new_location) OVERRIDE;
chrome_network_delegate.cc 493 const GURL& new_location) {
495 profile_, extension_info_map_.get(), request, new_location);
  /external/chromium_org/content/renderer/accessibility/
renderer_accessibility_complete.cc 309 gfx::Rect new_location = obj.boundingBoxRect(); local
310 if (browser_node->location != new_location) {
311 browser_node->location = new_location;
  /external/chromium_org/content/browser/accessibility/
browser_accessibility.h 81 virtual void SetLocation(const gfx::Rect& new_location);
browser_accessibility.cc 108 void BrowserAccessibility::SetLocation(const gfx::Rect& new_location) {
109 location_ = new_location;
browser_accessibility_win.h 108 CONTENT_EXPORT virtual void SetLocation(const gfx::Rect& new_location)
  /external/chromium_org/chrome/browser/extensions/api/web_request/
web_request_api.h 239 const GURL& new_location);
  /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 base::string16 new_location = mapping->second + local
668 size_t length = new_location.length() - mapping->second.length();
670 entry->location = new_location;
    [all...]
  /external/chromium_org/v8/src/
liveedit-debugger.js 430 var new_location =
433 break_point.update_positions(new_location.line, new_location.column);
437 line: new_location.line,
438 column: new_location.column
    [all...]
  /external/v8/src/
liveedit-debugger.js 413 var new_location =
416 break_point.update_positions(new_location.line, new_location.column);
420 line: new_location.line,
421 column: new_location.column
    [all...]

Completed in 471 milliseconds

1 2