/external/chromium_org/chrome/browser/extensions/api/identity/ |
gaia_web_auth_flow.h | 19 // 3. Start the OAuth flow and wait for final redirect. 20 // 4. Parse results from the fragment component of the final redirect URI. 24 // redirect_uri. The redirect URI has an unusual format to prevent its 34 // gaia does a JavaScript redirect to the special URI, but also 43 INVALID_REDIRECT, // Redirect parse error. 45 OAUTH_ERROR, // Flow reached final redirect, which contained an error. 51 // Called when the flow fails prior to the final OAuth redirect,
|
/external/chromium/chrome/browser/history/ |
redirect_uitest.cc | 5 // Navigates the browser to server and client redirect pages and makes sure 40 // Tests a single server redirect 46 "server-redirect?" + final_url.spec()); 60 // Tests a single client redirect. 66 "client-redirect?" + final_url.spec()); 68 // The client redirect appears as two page visits in the browser. 97 // Create the file contents, which will do a redirect to the 119 // Navigate to the file through the browser. The client redirect will appear 132 // Tests to make sure a location change when a pending redirect exists isn't 133 // flagged as a redirect [all...] |
/external/chromium_org/chrome/browser/ |
referrer_policy_browsertest.cc | 110 // redirect: True if the link target should first do a server 111 // redirect before evaluating the passed referrer. 122 bool redirect, 135 "&redirect=" + (redirect ? "true" : "false") + 278 // Content initiated navigation, from HTTP to HTTP via server redirect. 279 IN_PROC_BROWSER_TEST_F(ReferrerPolicyTest, Redirect) { 285 // Content initiated navigation, from HTTPS to HTTP via server redirect. 292 // User initiated navigation, from HTTP to HTTP via server redirect. 299 // User initiated navigation, from HTTPS to HTTP via server redirect [all...] |
browser_about_handler.cc | 41 // Redirect chrome://extensions. 45 // Redirect chrome://settings/extensions (legacy URL). 50 // Redirect chrome://history. 53 // On Android, redirect directly to chrome://history-frame since 60 // Redirect chrome://settings 64 // Redirect chrome://help
|
/external/chromium_org/content/browser/ |
site_per_process_browsertest.cc | 237 // Load cross-site client-redirect page into Iframe. 240 "client-redirect?files/title1.html")); 249 // Load cross-site server-redirect page into Iframe, 252 "server-redirect?" + http_url.spec())); 260 // Load cross-site server-redirect page into Iframe, 263 "server-redirect?files/title1.html")); 272 // Load same-site server-redirect page into Iframe, 275 "server-redirect?" + https_url.spec())); 284 // Load same-site client-redirect page into Iframe, 287 "client-redirect?" + https_url.spec())) [all...] |
/external/chromium/webkit/glue/media/ |
simple_data_source_unittest.cc | 115 void Redirect(const char* url) { 233 // Make sure no redirect case works as expected. 240 // Test redirect to the same domain. 243 Redirect(kHttpRedirectToSameDomainUrl1); 248 // Test redirect twice to the same domain. 251 Redirect(kHttpRedirectToSameDomainUrl1); 252 Redirect(kHttpRedirectToSameDomainUrl2); 257 // Test redirect to a different domain. 260 Redirect(kHttpRedirectToDifferentDomainUrl1); 265 // Test redirect to the same domain and then to a different domain [all...] |
/external/llvm/utils/lit/tests/Inputs/shtest-shell/ |
redirects.txt | 1 # Check stdout redirect (> and >>). 17 # Check stderr redirect (2> and 2>>). 33 # Check combined redirect (&>).
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/oauth_contacts/ |
chrome_ex_oauth.html | 9 <title>OAuth Redirect Page</title>
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/wave/ |
chrome_ex_oauth.html | 9 <title>OAuth Redirect Page</title>
|
/external/chromium/third_party/libjingle/overrides/talk/base/ |
win32socketinit.cc | 5 // Redirect Libjingle's winsock initialization activity into Chromium's
|
/external/chromium_org/chrome/browser/apps/ |
app_url_redirector.h | 20 // This class creates resource throttles that redirect URLs to apps that
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/catblock/ |
background.js | 11 // Redirect the lolcal request to a random loldog URL.
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/oauth_contacts/ |
chrome_ex_oauth.html | 9 <title>OAuth Redirect Page</title>
|
/external/chromium_org/content/test/data/npapi/ |
geturl_redirect_notify.html | 16 receive notification about the redirect which is then denied.
|
/external/chromium_org/third_party/libjingle/overrides/talk/base/ |
win32socketinit.cc | 5 // Redirect Libjingle's winsock initialization activity into Chromium's
|
/external/apache-http/src/org/apache/http/impl/client/ |
DefaultRedirectHandler.java | 69 private static final String REDIRECT_LOCATIONS = "http.protocol.redirect-locations"; 99 //get the location header to find out where to redirect to 102 // got a redirect response, but no location header 104 "Received redirect response " + response.getStatusLine() 109 this.log.debug("Redirect requested to location '" + location + "'"); 116 throw new ProtocolException("Invalid redirect URI: " + location, ex); 124 throw new ProtocolException("Relative redirect location '" 173 throw new CircularRedirectException("Circular redirect to '" +
|
/external/chromium/chrome/browser/chromeos/ |
gview_request_interceptor.h | 20 // document types (such as PDF) and redirect the request to the Google 25 // Always returns NULL because we don't want to attempt a redirect
|
/external/chromium_org/jingle/notifier/communicator/ |
login_settings_unittest.cc | 44 TEST_F(LoginSettingsTest, Redirect) { 51 net::HostPortPair("redirect.com", 200),
|
/external/chromium_org/net/url_request/ |
url_request_redirect_job.h | 16 // A URLRequestJob that will redirect the request to the specified 21 // Valid status codes for the redirect job. Other 30x codes are theoretically
|
/external/chromium_org/ui/base/gtk/ |
gtk_windowing.cc | 37 // The window manager shouldn't reparent override-redirect windows. 38 DLOG(ERROR) << "override-redirect window " << window_xid
|
/external/iproute2/doc/actions/ |
mirred-usage | 4 mirror and redirect packets. The main difference with say a vannila 15 ACTION := <mirror | redirect> 26 - redirect 50 B) Do not redirect from one IFB device to another. 74 If you replace "mirror" with "redirect" then not a copy but rather 79 # redirect all packets arriving on ingress of lo to eth0 83 match u32 0 0 flowid 1:2 action mirred egress redirect dev eth0 93 if you substitute the redirect with mirror above as in: 116 # if exceeding a 100Kbps rate, then redirect to eth1 160 If you replace mirror with redirect, those packets will b [all...] |
/build/tools/droiddoc/templates-pdk/ |
sdkpage.cs | 4 <?cs if:sdk.redirect ?> 8 if:sdk.redirect.path ?><?cs var:sdk.redirect.path ?><?cs 21 <?cs if:sdk.redirect ?> 27 if:sdk.redirect.path ?><?cs var:sdk.redirect.path ?><?cs 29 if:sdk.redirect.path ?><?cs var:sdk.redirect.path ?><?cs 34 <?cs # else, if NOT redirect ... 69 # (nested in if/else redirect) [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/etc/checkstyle/ |
checkstyle-frames.xsl | 4 xmlns:redirect="org.apache.xalan.lib.Redirect" 5 extension-element-prefixes="redirect"> 32 <redirect:write file="{$output.dir}/index.html"> 34 </redirect:write> 37 <redirect:write file="{$output.dir}/stylesheet.css"> 39 </redirect:write> 42 <redirect:write file="{$output.dir}/overview-frame.html"> 44 </redirect:write> 47 <redirect:write file="{$output.dir}/allclasses-frame.html" [all...] |
/external/chromium_org/chrome/browser/net/ |
cookie_policy_browsertest.cc | 49 // Visits a page that is a redirect across domain boundary to a page that sets 58 GURL url(test_server()->GetURL("server-redirect?")); 63 // changed when we follow a redirect.
|
/external/chromium_org/chrome/test/functional/ispy/server/ |
update_mask_handler.py | 28 test. It will then delete the run it is applied to and redirect 58 # Redirect back to the sites list for the test run. 59 self.redirect('/?test_run=%s' % test_run)
|