HomeSort by relevance Sort by last modified time
    Searched refs:Redirect (Results 1 - 14 of 14) sorted by null

  /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...]
buffered_resource_loader_unittest.cc 180 void Redirect(const char* url) {
510 // Make sure no redirect case works as expected.
517 // Test redirect to the same domain.
520 Redirect(kHttpRedirectToSameDomainUrl1);
525 // Test redirect twice to the same domain.
528 Redirect(kHttpRedirectToSameDomainUrl1);
529 Redirect(kHttpRedirectToSameDomainUrl2);
534 // Test redirect to a different domain.
537 Redirect(kHttpRedirectToDifferentDomainUrl1);
541 // Test redirect to the same domain and then to a different domain
    [all...]
  /external/v8/src/
assembler.cc 730 : address_(Redirect(isolate, Builtins::c_function_address(id))) {}
737 : address_(Redirect(isolate, fun->address(), type)) {}
746 : address_(Redirect(isolate, Runtime::FunctionForId(id)->entry)) {}
751 : address_(Redirect(isolate, f->entry)) {}
761 : address_(Redirect(isolate, ic_utility.address())) {}
783 return ExternalReference(Redirect(
791 return ExternalReference(Redirect(
799 return ExternalReference(Redirect(
806 return ExternalReference(Redirect(isolate, FUNCTION_ADDR(CPU::FlushICache)));
812 ExternalReference(Redirect(isolate, FUNCTION_ADDR(Runtime::PerformGC)))
    [all...]
assembler.h 698 static void* Redirect(Isolate* isolate,
709 static void* Redirect(Isolate* isolate,
  /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
  /development/tools/axl/
axl.py 102 class Redirect(BaseProtocol):
173 """Redirect back to same resource"""
243 Redirect, DataDrop, DropOnce, NoCR, PipeDrop, RedirectLoop, ReadAll, \
  /external/webkit/LayoutTests/http/tests/resources/
network-simulator.php 63 header('HTTP/1.1 307 Temporary Redirect');
64 header('Location: ' . $_SERVER['REQUEST_URI']); # Redirect to self.
  /external/chromium/net/url_request/
url_request.h 98 // Called after having received a redirect response, but prior to the
99 // the request delegate being informed of the redirect. Can return a new
102 // the delegate never sees the original redirect response, instead the
145 // Called upon a server-initiated redirect. The delegate may call the
146 // request's Cancel method to prevent the redirect from being followed.
148 // than one redirect call.
151 // original URL, the destination of the redirect is provided in 'new_url'.
153 // false, then the redirect will be followed, and the request's URL will be
155 // request and |*defer_redirect| is true, then the redirect will be
160 // deferring redirect
    [all...]
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);
url_request.cc 588 int URLRequest::Redirect(const GURL& location, int http_status_code) {
596 DVLOG(1) << "disallowing redirect: exceeds limit";
604 DVLOG(1) << "disallowing redirect: unsafe protocol";
611 // following a 302 redirect, normal browsers don't do that. Instead, they
  /external/libvpx/libvpx/build/make/
gen_msvs_sln.sh 27 --out=outfile Redirect output to a file
  /external/iproute2/doc/
ip-cref.tex     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 561 milliseconds