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 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);
url_request_context_builder.cc 73 const GURL& new_location) OVERRIDE {}
url_request_test_util.h 253 const GURL& new_location) OVERRIDE;
url_request_test_util.cc 416 const GURL& new_location) {
  /external/chromium_org/net/base/
network_delegate.cc 62 const GURL& new_location) {
65 OnBeforeRedirect(request, new_location);
network_delegate.h 82 const GURL& new_location);
158 // |new_location| is only valid until OnURLRequestDestroyed is called for this
161 const GURL& new_location) = 0;
  /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/
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 132 const GURL& new_location) OVERRIDE {}
  /external/chromium_org/content/browser/accessibility/
browser_accessibility.cc 101 void BrowserAccessibility::SetLocation(const gfx::Rect& new_location) {
102 location_ = new_location;
browser_accessibility.h 85 virtual void SetLocation(const gfx::Rect& new_location);
browser_accessibility_win.h 108 CONTENT_EXPORT virtual void SetLocation(const gfx::Rect& new_location)
  /external/chromium_org/chrome/browser/net/
chrome_network_delegate.h 138 const GURL& new_location) OVERRIDE;
chrome_network_delegate.cc 651 const GURL& new_location) {
653 profile_, extension_info_map_.get(), request, new_location);
    [all...]
  /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_org/chrome/browser/extensions/api/web_request/
web_request_api.h 205 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 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 5073 milliseconds

1 2