HomeSort by relevance Sort by last modified time
    Searched defs:redirects (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium/webkit/glue/
iframe_redirect_unittest.cc 44 WebVector<WebURL> redirects; local
45 iframe_ds->redirectChain(redirects);
46 ASSERT_FALSE(redirects.isEmpty());
47 ASSERT_TRUE(GURL(redirects[0]) == GURL("about:blank"));
  /external/llvm/unittests/Support/
ProgramTest.cpp 83 const StringRef *redirects[] = { &nul, &nul, 0 }; local
84 int rc = ExecuteAndWait(my_exe, argv, &envp[0], redirects,
  /external/chromium_org/content/public/common/
frame_navigate_params.h 48 // Lists the redirects that occurred on the way to the current page. This
52 std::vector<GURL> redirects; member in struct:content::FrameNavigateParams
  /external/chromium_org/chrome/browser/history/
history_notifications.h 27 // A list of redirects leading up to the URL represented by this struct. If
29 // C, then redirects[0]=B and redirects[1]=A. If there are no redirects,
31 history::RedirectList redirects; member in struct:history::URLVisitedDetails
redirect_browsertest.cc 6 // that the correct redirects are reflected in the history database. Errors
8 // the case of redirects. It may also mean problems with the history system.
44 // Schedule a history query for redirects. The response will be sent
62 history::RedirectList* redirects) {
63 for (size_t i = 0; i < redirects->size(); ++i)
64 rv->push_back(redirects->at(i));
82 std::vector<GURL> redirects = GetRedirects(first_url); local
84 ASSERT_EQ(1U, redirects.size());
85 EXPECT_EQ(final_url.spec(), redirects[0].spec());
100 std::vector<GURL> redirects = GetRedirects(first_url) local
150 std::vector<GURL> redirects = GetRedirects(first_url); local
175 std::vector<GURL> redirects = GetRedirects(first_url); local
199 std::vector<GURL> redirects = GetRedirects(first_url); local
250 std::vector<GURL> redirects = GetRedirects(first_url); local
298 std::vector<GURL> redirects = GetRedirects(first_url); local
    [all...]
top_sites_database.cc 90 "redirects LONGVARCHAR,"
118 "SELECT url, url_rank, title, thumbnail, redirects, "
136 std::string redirects = statement.ColumnString(4); local
137 SetRedirects(redirects, &url);
158 std::vector<std::string> redirects; local
159 for (size_t i = 0; i < url.redirects.size(); i++)
160 redirects.push_back(url.redirects[i].spec());
161 return JoinString(redirects, ' ');
165 void TopSitesDatabase::SetRedirects(const std::string& redirects,
    [all...]
history_unittest.cc 1451 history::RedirectList redirects; local
    [all...]
top_sites_impl_unittest.cc 247 RedirectList redirects; local
248 redirects.push_back(url);
251 redirects, content::PAGE_TRANSITION_TYPED, history::SOURCE_BROWSED,
257 RedirectList redirects; local
258 redirects.push_back(url);
261 redirects, content::PAGE_TRANSITION_TYPED, history::SOURCE_BROWSED,
269 const history::RedirectList& redirects,
273 redirects, content::PAGE_TRANSITION_TYPED, history::SOURCE_BROWSED,
408 mv.redirects.push_back(url);
419 mv.redirects.push_back(redirect_source)
    [all...]
top_sites_likely_impl_unittest.cc 248 RedirectList redirects; local
249 redirects.push_back(url);
252 redirects, content::PAGE_TRANSITION_TYPED, history::SOURCE_BROWSED,
258 RedirectList redirects; local
259 redirects.push_back(url);
262 redirects, content::PAGE_TRANSITION_TYPED, history::SOURCE_BROWSED,
270 const history::RedirectList& redirects,
274 redirects, content::PAGE_TRANSITION_TYPED, history::SOURCE_BROWSED,
409 mv.redirects.push_back(url);
420 mv.redirects.push_back(redirect_source)
    [all...]
history_types.h 517 RedirectList redirects; member in struct:history::MostVisitedURL
566 const history::RedirectList& redirects,
579 history::RedirectList redirects; member in struct:history::HistoryAddPageArgs
  /external/chromium/chrome/browser/history/
history_notifications.h 36 // A list of redirects leading up to the URL represented by this struct. If
38 // C, then redirects[0]=B and redirects[1]=A. If there are no redirects,
40 history::RedirectList redirects; member in struct:history::URLVisitedDetails
redirect_uitest.cc 6 // that the correct redirects are reflected in the history database. Errors
8 // the case of redirects. It may also mean problems with the history system.
53 std::vector<GURL> redirects; local
54 ASSERT_TRUE(tab_proxy->GetRedirectsFrom(first_url, &redirects));
56 ASSERT_EQ(1U, redirects.size());
57 EXPECT_EQ(final_url.spec(), redirects[0].spec());
74 std::vector<GURL> redirects; local
75 ASSERT_TRUE(tab_proxy->GetRedirectsFrom(first_url, &redirects));
77 ASSERT_EQ(1U, redirects.size());
78 EXPECT_EQ(final_url.spec(), redirects[0].spec())
124 std::vector<GURL> redirects; local
172 std::vector<GURL> redirects; local
206 std::vector<GURL> redirects; local
275 std::vector<GURL> redirects; local
308 std::vector<GURL> redirects; local
    [all...]
top_sites_database.cc 74 "redirects LONGVARCHAR,"
90 "SELECT url, url_rank, title, thumbnail, redirects, "
108 std::string redirects = statement.ColumnString(4); local
109 SetRedirects(redirects, &url);
128 std::vector<std::string> redirects; local
129 for (size_t i = 0; i < url.redirects.size(); i++)
130 redirects.push_back(url.redirects[i].spec());
131 return JoinString(redirects, ' ');
135 void TopSitesDatabase::SetRedirects(const std::string& redirects,
    [all...]
history_backend_unittest.cc 81 history::RedirectList redirects; local
83 redirects.push_back(GURL(sequence[i]));
90 redirects.back(), Time::Now(), scope, page_id, GURL(),
91 redirects, PageTransition::LINK, history::SOURCE_BROWSED, true));
104 history::RedirectList redirects; local
106 redirects.push_back(url1);
108 redirects.push_back(url2);
111 redirects, PageTransition::CLIENT_REDIRECT,
841 history::RedirectList redirects; local
842 redirects.push_back(url2)
    [all...]
history_unittest.cc 231 history::RedirectList* redirects) {
234 saved_redirects_.swap(*redirects);
498 // redirects are tracked by the RenderView prior to updating history,
597 // TODO(brettw) this should also test redirects, which get the title of the
740 // Redirects
741 history::RedirectList redirects; local
742 redirects.push_back(url3);
743 redirects.push_back(url4);
745 // Visit url4 using redirects.
747 PageTransition::TYPED, redirects,
    [all...]
top_sites_unittest.cc 232 RedirectList redirects; local
233 redirects.push_back(url);
236 redirects, history::SOURCE_BROWSED, false);
241 RedirectList redirects; local
242 redirects.push_back(url);
245 redirects, history::SOURCE_BROWSED, false);
252 const history::RedirectList& redirects,
256 redirects, history::SOURCE_BROWSED, false);
391 mv.redirects.push_back(url);
402 mv.redirects.push_back(redirect_source)
    [all...]
history_types.h 550 RedirectList redirects; member in struct:history::MostVisitedURL
584 history::RedirectList redirects; member in class:history::HistoryAddPageArgs
history_backend.cc 91 // Converts from PageUsageData to MostVisitedURL. |redirects| is a
92 // list of redirects for this URL. Empty list means no redirects.
94 const RedirectList& redirects) {
98 if (redirects.empty()) {
99 // Redirects must contain at least the target url.
100 mv.redirects.push_back(mv.url);
102 mv.redirects = redirects;
103 if (mv.redirects[mv.redirects.size() - 1] != mv.url)
822 history::RedirectList* redirects; local
1341 history::RedirectMap* redirects = &request->value.b; local
1392 RedirectList redirects; local
1524 history::RedirectList redirects; local
1585 history::RedirectList redirects; local
1795 history::RedirectList* redirects; local
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
malware_details.cc 234 // If we have already started getting redirects from history service,
273 const std::vector<safe_browsing::RedirectChain>& redirects = local
276 for (size_t i = 0; i < redirects.size(); ++i)
277 AddRedirectUrlList(redirects[i]);
malware_details_unittest.cc 307 // The redirects is the redirect url chain leading to the url.
309 history::RedirectList* redirects) {
312 redirects->push_back(url);
315 *redirects, content::PAGE_TRANSITION_TYPED, history::SOURCE_BROWSED,
640 // Test getting redirects from history service.
646 history::RedirectList redirects; local
647 redirects.push_back(GURL(kFirstRedirectURL));
648 redirects.push_back(GURL(kSecondRedirectURL));
649 AddPageToHistory(baseurl, &redirects);
661 // The redirects collection starts after the IPC from the DOM is fired
    [all...]
  /external/chromium_org/chrome/test/perf/
generate_profile.cc 179 history::RedirectList redirects; local
183 redirects.push_back(ConstructRandomURL());
184 redirects.push_back(url);
190 previous_url, redirects,
  /external/smack/src/org/jivesoftware/smackx/workgroup/settings/
OfflineSettings.java 78 public boolean redirects() { method in class:OfflineSettings
  /external/chromium/chrome/browser/autocomplete/
history_url_provider.cc 209 // higher-quality matches, and remove lower-quality redirects. So we ask
260 // Remove redirects and trim list to size. We want to provide up to
720 history::RedirectList redirects; local
721 backend->GetMostRecentRedirectsFrom(url, &redirects);
722 if (!redirects.empty()) {
723 // Remove all but the first occurrence of any of these redirects in the
727 // For example, when A redirects to B and our matches are [A, X, B],
728 // we'll get B as the redirects from, and we want to remove the second
729 // item of that pair, removing B. If A redirects to B and our matches are
731 redirects.push_back(url)
    [all...]
  /external/emma/core/java12/com/vladium/emma/
EMMAProperties.java 159 // (5) system property redirects (report.out.encoding->file.encoding,
192 final Map redirects = new HashMap (); typedefs
193 redirects.put (IReportProperties.PREFIX.concat (IReportProperties.OUT_ENCODING),
195 redirects.put (IReportProperties.PREFIX.concat (IReportProperties.OUT_DIR),
198 SYSTEM_PROPERTY_REDIRECTS = Collections.unmodifiableMap (redirects);
  /external/chromium_org/chrome/browser/autocomplete/
history_url_provider.cc 471 // redirects. So we ask for more results than we need, of every
538 // Remove redirects and trim list to size. We want to provide up to
987 history::RedirectList redirects; local
    [all...]

Completed in 448 milliseconds

1 2