/external/chromium/webkit/glue/ |
bookmarklet_unittest.cc | 25 TEST_F(BookmarkletTest, Redirect) { 34 // This test should be redundant with the Redirect test above. The point
|
iframe_redirect_unittest.cc | 27 // a redirect from about:blank.
|
/external/chromium_org/chrome/browser/ |
do_not_track_browsertest.cc | 39 IN_PROC_BROWSER_TEST_F(DoNotTrackTest, Redirect) { 47 std::string("server-redirect?") + final_url.spec());
|
/external/chromium_org/chrome/browser/safe_browsing/ |
malware_details_history.h | 8 // This class gets redirect chain for urls from the history service. 45 // Returns the redirect urls we get from history service
|
protocol_manager_unittest.cc | [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/gdocs/ |
README | 34 Call the authorize() function to redirect the user to the OAuth provider in 37 and a new tab will open and redirect the user. If the library already has
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/oauth_contacts/ |
README | 34 Call the authorize() function to redirect the user to the OAuth provider in 37 and a new tab will open and redirect the user. If the library already has
|
/external/chromium_org/jingle/notifier/communicator/ |
single_login_attempt.h | 39 // Called when the server responds with a redirect. A new login 40 // attempt should be made to the given redirect server.
|
login_settings.cc | 44 // How long a redirect is valid for.
|
/external/chromium_org/net/http/ |
proxy_client_socket.h | 77 // When a redirect (e.g. 302 response) is received during tunnel 79 // but the Location header from the redirect response. If it returns
|
/external/chromium_org/remoting/webapp/ |
plugin_settings.js | 37 /** @type {string} OAuth2 redirect URI. */ 51 /** @type {string} The third party auth redirect URI. */
|
/external/chromium_org/third_party/WebKit/public/platform/ |
WebURLLoaderClient.h | 43 // Called when following a redirect. |newRequest| contains the request 44 // generated by the redirect. The client may modify |newRequest|.
|
/frameworks/base/core/java/android/net/http/ |
RequestHandle.java | 125 * @return true if we've hit the max redirect count 140 * Create and queue a redirect request. 142 * @param redirectTo URL to redirect to 144 * @param cacheHeaders Cache header for redirect URL 145 * @return true if setup succeeds, false otherwise (redirect loop 146 * count exceeded, body provider unable to rewind on 307 redirect) 172 HttpLog.v("blowing away the referer on an https -> http redirect"); 193 HttpLog.v("replacing POST with GET on redirect to " + redirectTo);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/etc/ |
junit-frames-xalan1.xsl | 4 xmlns:redirect="org.apache.xalan.lib.Redirect" 6 extension-element-prefixes="redirect"> 39 <redirect:write file="{$output.dir}/index.html"> 41 </redirect:write> 44 <redirect:write file="{$output.dir}/stylesheet.css"> 46 </redirect:write> 49 <redirect:write file="{$output.dir}/overview-summary.html"> 51 </redirect:write> 54 <redirect:write file="{$output.dir}/overview-frame.html" [all...] |
/external/chromium/net/url_request/ |
url_request_job.h | 119 // Called to determine if this response is a redirect. Only makes sense 121 // is a redirect, and fills in the location param with the URL of the 122 // redirect. The HTTP status code (e.g., 302) is filled into 123 // |*http_status_code| to signify the type of redirect. 125 // The caller is responsible for following the redirect by setting up an 132 // Called to determine if it is okay to redirect this job to the specified 276 // Called in response to a redirect that was not canceled to follow the 277 // redirect. The current job will be replaced with a new job loading the 278 // given redirect destination. 327 // OnResponseStarted callback and potentially redirect callbacks as well [all...] |
/external/chromium_org/net/url_request/ |
url_request_job.h | 143 // Called to determine if this response is a redirect. Only makes sense 145 // is a redirect, and fills in the location param with the URL of the 146 // redirect. The HTTP status code (e.g., 302) is filled into 147 // |*http_status_code| to signify the type of redirect. 149 // The caller is responsible for following the redirect by setting up an 156 // Called to determine if it is okay to redirect this job to the specified 336 // Called in response to a redirect that was not canceled to follow the 337 // redirect. The current job will be replaced with a new job loading the 338 // given redirect destination. 390 // OnResponseStarted callback and potentially redirect callbacks as well [all...] |
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
AssociatedURLLoaderTest.cpp | 414 // Test a same-origin URL redirect and load. 418 char redirect[] = "http://www.test.com/RedirectSuccess2.html"; // Same-origin local 419 WebCore::KURL redirectURL = toKURL(redirect); 429 m_expectedRedirectResponse.setHTTPHeaderField("Location", redirect); 451 // Test that a cross origin redirect response without CORS headers fails. 456 char redirect[] = "http://www.other.com/RedirectCrossOriginWithAccessControlFailure.html"; // Cross-origin local 457 WebCore::KURL redirectURL = toKURL(redirect); 463 // Create a redirect response without CORS headers. 468 m_expectedRedirectResponse.setHTTPHeaderField("Location", redirect); 477 // We should not receive a notification for the redirect or any response 488 char redirect[] = "http:\/\/www.other.com\/RedirectCrossOriginWithAccessControlSuccess.html"; \/\/ Cross-origin local [all...] |
/external/chromium_org/v8/src/ |
assembler.cc | 970 : address_(Redirect(isolate, Builtins::c_function_address(id))) {} 977 : address_(Redirect(isolate, fun->address(), type)) {} 986 : address_(Redirect(isolate, Runtime::FunctionForId(id)->entry)) {} 991 : address_(Redirect(isolate, f->entry)) {} 1001 : address_(Redirect(isolate, ic_utility.address())) {} [all...] |
/external/chromium_org/chrome/browser/history/ |
top_sites_cache.h | 117 // This is used to map from redirect url to the MostVisitedURL the redirect is 119 // top_sites_), but this results in duplicating all redirect urls. As some 121 // index of the redirect as the key, and the index into top_sites_ as the
|
/external/chromium_org/chrome/browser/prerender/ |
prerender_final_status.cc | 59 "Bad Deferred Redirect",
|
/external/chromium_org/chrome/browser/renderer_host/ |
safe_browsing_resource_throttle.cc | 59 // Save the redirect urls for possible malware detail reporting later. 62 // We need to check the new URL before following the redirect. 67 // redirect until the SafeBrowsing check is complete. Store the redirect
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
file_system_test.py | 21 'redirects.json': 'redirect'
|
/external/chromium_org/chrome/common/ |
thumbnail_score.h | 70 // taken at. When a thumbnail is taken, this will always be the redirect 74 // middle of a redirect chain. In this case, the top sites component will set 79 // a thumbnail for the first would have a redirect hop of 1, and the second 80 // would have a redirect hop of 0.
|
/external/chromium_org/components/navigation_interception/android/java/src/org/chromium/components/navigation_interception/ |
NavigationParams.java | 18 // Is the navigation a redirect (in which case url is the "target" address).
|
/external/chromium_org/content/browser/ssl/ |
ssl_manager.cc | 200 // TODO(abarth): Make sure our redirect behavior is correct. If we ever see a 201 // non-HTTPS resource in the redirect chain, we want to trigger 202 // insecure content, even if the redirect chain goes back to 203 // HTTPS. This is because the network attacker can redirect the
|