/external/chromium_org/chrome/common/extensions/docs/examples/extensions/oauth_contacts/ |
chrome_ex_oauth.js | 427 * no redirect is needed and the supplied callback is called immediately. 428 * If this method detects that a redirect has finished, it grabs the 430 * access token. If no token exists and no redirect has happened, then 465 * "url_callback" {String} The URL the OAuth provider will redirect to. 467 * URL in order to indicate to this library that a redirect has
|
/external/chromium_org/media/tools/constrained_network_server/ |
cns.py | 238 # Redirect request to the constrained port. 239 cherrypy.log('Redirect to %s' % constrained_url) 240 cherrypy.lib.cptools.redirect(constrained_url, internal=False) 271 cherrypy.log('Redirect to %s' % redirect_url) 272 cherrypy.lib.cptools.redirect(redirect_url, internal=False)
|
/external/chromium_org/ppapi/native_client/tools/browser_tester/ |
browser_tester.py | 63 help='Add a redirect to the HTTP server, ' 64 'requests for SRC will result in a redirect (302) to DEST.') 136 help='Redirect standard input of NaCl executable.') 139 help='Redirect standard output of NaCl executable.') 142 help='Redirect standard error of NaCl executable.')
|
/external/tcpdump/ |
print-icmp.c | 239 { ICMP_REDIRECT_NET, "redirect %s to net %s" }, 240 { ICMP_REDIRECT_HOST, "redirect %s to host %s" }, 241 { ICMP_REDIRECT_TOSNET, "redirect-tos %s to net %s" }, 242 { ICMP_REDIRECT_TOSHOST, "redirect-tos %s to host %s" }, 440 fmt = tok2str(type2str, "redirect-#%d %%s to net %%s",
|
/external/apache-harmony/support/src/test/java/tests/support/ |
Support_HttpTests.java | 330 // and the location to redirect to 379 // and the location to redirect to 415 Assert.assertEquals("Incorrect data returned on redirect to relative URI.",
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/ |
util.js | 262 * Get an attribute from the DOM. Simple redirect, exists to compress code.
279 * Set an attribute in the DOM. Simple redirect to compress code.
290 * Remove an attribute from the DOM. Simple redirect to compress code.
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/ |
util.js | 262 * Get an attribute from the DOM. Simple redirect, exists to compress code. 279 * Set an attribute in the DOM. Simple redirect to compress code. 290 * Remove an attribute from the DOM. Simple redirect to compress code.
|
/external/chromium/net/http/ |
http_response_headers.h | 178 // Returns true if this response corresponds to a redirect. The target 179 // location of the redirect is optionally returned if location is non-null. 183 // redirect.
|
/external/chromium/net/url_request/ |
url_request_job.cc | 178 // NOTE: deferred_redirect_url_ may be invalid, and attempting to redirect to 255 // If we were not cancelled, then maybe follow the redirect. 589 int rv = request_->Redirect(location, http_status_code);
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/jst/ |
util.js | 262 * Get an attribute from the DOM. Simple redirect, exists to compress code. 279 * Set an attribute in the DOM. Simple redirect to compress code. 290 * Remove an attribute from the DOM. Simple redirect to compress code.
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/ |
util.js | 262 * Get an attribute from the DOM. Simple redirect, exists to compress code. 279 * Set an attribute in the DOM. Simple redirect to compress code. 290 * Remove an attribute from the DOM. Simple redirect to compress code.
|
/external/chromium_org/content/browser/renderer_host/ |
render_view_host_delegate.h | 154 // The RenderView processed a redirect during a provisional load. 174 // A redirect was received while requesting a resource. 253 // |redirect_chain| contains any redirect URLs (excluding |url|) that happened
|
/external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/third_party/fancy_urllib/ |
__init__.py | 361 """A redirect handler that persists CONNECT-enabled proxy information.""" 377 # https.) Such an urllib2.Request could result from this redirect 393 # Copy the auxiliary data in case this or any further redirect is https
|
/external/chromium_org/third_party/jstemplate/ |
util.js | 258 * Get an attribute from the DOM. Simple redirect, exists to compress code. 275 * Set an attribute in the DOM. Simple redirect to compress code. 286 * Remove an attribute from the DOM. Simple redirect to compress code.
|
/external/emma/core/java12/com/vladium/util/ |
Property.java | 509 final String redirect = (String) m_systemRedirects.get (key); local 511 if (redirect != null) 513 result = getSystemProperty (redirect, null);
|
/packages/apps/Contacts/src/com/android/contacts/activities/ |
ContactSelectionActivity.java | 121 Intent redirect = mRequest.getRedirectIntent(); local 122 if (redirect != null) { 124 startActivity(redirect);
|
/packages/apps/Exchange/src/com/android/exchange/ |
EasSyncService.java | 429 * Get a redirect address and validate against it 432 * @return true if we have an updated HostAuth (with redirect address); false otherwise 616 * Gets the redirect location from the HTTP headers and uses that to modify the HttpPost so that 619 * @param resp the HttpResponse that indicates a redirect (451) 621 * @return the HttpPost, updated with the redirect location 638 * Send the POST command to the autodiscover server, handling a redirect, if necessary, and 645 * @return an HttpResponse from the original or redirect server 654 // On a redirect, try the new location 658 userLog("Posting autodiscover to redirect: " + post.getURI()); [all...] |
/packages/apps/Exchange/src/com/android/exchange/service/ |
EasAutoDiscover.java | 49 private static final String ELEMENT_NAME_REDIRECT = "Redirect"; 212 LogUtils.d(TAG, "Posting autodiscover to redirect: " + loc); 309 LogUtils.d(TAG, "Redirect: " + parser.nextText());
|
/external/chromium/chrome/common/extensions/docs/examples/api/tabs/inspector/ |
jstemplate_compiled.js | 238 * Get an attribute from the DOM. Simple redirect, exists to compress code. 249 * Set an attribute in the DOM. Simple redirect to compress code. 260 * Remove an attribute from the DOM. Simple redirect to compress code. 465 * Redirect to document.getElementById 476 * Redirect to window.setInterval 488 * Redirect to window.clearInterval
|
/external/chromium_org/chrome/browser/predictors/ |
resource_prefetch_predictor.cc | 464 // start URL in a redirect chain as the key to start prefetching. We can save 465 // of redirect times considerably assuming that the redirect chains do not 472 // A redirect will not lead to another OnMainFrameRequest call, so record the 473 // redirect url as a new navigation. 475 // The redirect url may be empty if the url was invalid. [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/api/tabs/inspector/ |
jstemplate_compiled.js | 238 * Get an attribute from the DOM. Simple redirect, exists to compress code. 249 * Set an attribute in the DOM. Simple redirect to compress code. 260 * Remove an attribute from the DOM. Simple redirect to compress code. 465 * Redirect to document.getElementById 476 * Redirect to window.setInterval 488 * Redirect to window.clearInterval
|
/external/chromium_org/third_party/WebKit/Source/core/loader/ |
DocumentLoader.cpp | 177 // redirect at this point, but we can replace a committed dataSource. 185 // We should never be getting a redirect callback after the data 187 // would be a WebFoundation bug if it sent a redirect callback after commit. 423 // then block the redirect. 434 // URL of the main frame which doesn't change when we redirect. 438 // If we're fielding a redirect in response to a POST, force a load from origin, since [all...] |
/external/chromium/chrome/common/extensions/docs/static/ |
tut_oauth.html | 92 Once you have your background page set up, call the <code>authorize()</code> function to begin the OAuth dance and redirect the user to the OAuth provider. The client library abstracts most of this process, so all you need to do is pass a callback to the <code>authorize()</code> function, and a new tab will open and redirect the user.
|
/external/chromium_org/chrome/browser/extensions/api/web_request/ |
web_request_api_helpers.h | 238 // Stores in |*new_url| the redirect request of the extension with highest 239 // precedence. Extensions that did not command to redirect the request are
|
/external/chromium_org/chrome/browser/ui/search/ |
instant_controller.cc | 126 // inadvertently redirect to the local NTP if someone, say, reloads a SRP 130 // we don't want to redirect and nuke their forward history stack.
|