/external/chromium/chrome/browser/autocomplete/ |
D | history_url_provider_unittest.cc | 319 static const RedirectCase redirect[] = { in TEST_F() local 324 for (size_t i = 0; i < ARRAYSIZE_UNSAFE(redirect); i++) { in TEST_F() 325 history_service_->AddPageWithDetails(GURL(redirect[i].url), in TEST_F() 327 redirect[i].count, redirect[i].count, in TEST_F() 337 redirects_to_a.push_back(GURL(redirect[1].url)); in TEST_F() 338 redirects_to_a.push_back(GURL(redirect[2].url)); in TEST_F() 339 redirects_to_a.push_back(GURL(redirect[0].url)); in TEST_F() 340 history_service_->AddPage(GURL(redirect[0].url), NULL, 0, GURL(), in TEST_F() 350 redirect[0].url}; in TEST_F()
|
/external/webkit/Source/WebCore/loader/ |
D | NavigationScheduler.cpp | 392 OwnPtr<ScheduledNavigation> redirect(m_redirect.release()); in timerFired() local 393 redirect->fire(m_frame); in timerFired() 396 void NavigationScheduler::schedule(PassOwnPtr<ScheduledNavigation> redirect) in schedule() argument 403 if (redirect->wasDuringLoad()) { in schedule() 410 m_redirect = redirect; in schedule() 437 OwnPtr<ScheduledNavigation> redirect(m_redirect.release()); in cancel() local 438 if (redirect) in cancel() 439 redirect->didStopTimer(m_frame, newLoadInProgress); in cancel()
|
/external/iproute2/doc/actions/ |
D | 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 be
|
/external/webkit/Tools/DumpRenderTree/mac/ |
D | HistoryDelegate.mm | 52 hasClientRedirect ? "a client redirect from " : "not a client redirect", 60 …printf("WebView performed a client redirect from \"%s\" to \"%s\".\n", [[source _drt_descriptionSu… 67 …printf("WebView performed a server redirect from \"%s\" to \"%s\".\n", [[source _drt_descriptionSu…
|
/external/chromium/third_party/libjingle/source/talk/base/ |
D | asynchttprequest.h | 78 void set_fail_redirect(bool redirect) { fail_redirect_ = redirect; } in set_fail_redirect() argument
|
/external/webkit/Source/WebKit/win/Interfaces/ |
D | IWebFrameLoadDelegate.idl | 70 @abstract Notifies the delegate that a server redirect occurred during the provisional load 72 @param frame The frame for which the redirect occurred 161 @abstract Notifies the delegate that a frame will perform a client-side redirect 164 @param seconds Seconds in which the redirect will happen 166 @param frame The frame on which the redirect will occur 168 redirect is pending. 175 @abstract Notifies the delegate that a pending client-side redirect has been cancelled 177 @param frame The frame for which the pending redirect was cancelled 178 …@discussion A client-side redirect can be cancelled if a frame changes location before the timeout.
|
/external/webkit/Tools/RebaselineQueueServer/handlers/ |
D | builderqueue.py | 70 self.redirect(self._queue_list_url(builder_name)) 80 self.redirect(self._queue_list_url(builder_name))
|
/external/webkit/LayoutTests/http/tests/appcache/resources/ |
D | resource-redirect.manifest | 2 resource-redirect.php
|
D | resource-redirect-2.manifest | 2 resource-redirect-2.php
|
D | fallback.manifest | 4 fallback-redirect simple.txt
|
D | main-resource-redirect.manifest | 2 …1:8000/resources/network-simulator.php?path=/appcache/resources/main-resource-redirect-frame-2.html
|
/external/mockwebserver/src/test/java/com/google/mockwebserver/ |
D | MockWebServerTest.java | 74 RecordedRequest redirect = server.takeRequest(); in testRedirect() local 75 assertEquals("GET /new-path HTTP/1.1", redirect.getRequestLine()); in testRedirect()
|
/external/webkit/LayoutTests/http/tests/appcache/ |
D | manifest-redirect-2-expected.txt | 1 Test that a redirect makes resource caching fail.
|
D | main-resource-redirect-expected.txt | 1 Test that application cache is consulted again after a redirect response.
|
D | manifest-redirect-expected.txt | 1 Test that a redirect makes resource caching fail.
|
D | resource-redirect-2-expected.txt | 1 Test that a redirect makes resource caching fail.
|
D | resource-redirect-expected.txt | 1 Test that a redirect makes resource caching fail.
|
D | access-via-redirect-expected.txt | 1 This tests that the start of redirect chain doesn't get into an application cache if the end of the…
|
/external/emma/core/java12/com/vladium/util/ |
D | Property.java | 509 final String redirect = (String) m_systemRedirects.get (key); in get() local 511 if (redirect != null) in get() 513 result = getSystemProperty (redirect, null); in get()
|
/external/llvm/lib/Support/Unix/ |
D | Program.inc | 201 // Just redirect stderr 204 // If stdout and stderr should go to the same place, redirect stderr 207 return !MakeErrMsg(ErrMsg, "Can't redirect stderr to stdout", Err); 254 // If stdout and stderr should go to the same place, redirect stderr 257 MakeErrMsg(ErrMsg, "Can't redirect stderr to stdout"); 261 // Just redirect stderr
|
/external/iproute2/etc/iproute2/ |
D | rt_protos | 5 1 redirect
|
/external/llvm/lib/Support/Windows/ |
D | Program.inc | 247 MakeErrMsg(ErrMsg, "can't redirect stdin"); 253 MakeErrMsg(ErrMsg, "can't redirect stdout"); 257 // If stdout and stderr should go to the same place, redirect stderr 263 // Just redirect stderr 268 MakeErrMsg(ErrMsg, "can't redirect stderr");
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/ |
D | 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/chrome/common/extensions/docs/examples/extensions/oauth_contacts/ |
D | 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/iptables/extensions/ |
D | libxt_TEE.man | 1 The \fBTEE\fP target will clone a packet and redirect this clone to another
|