Home | History | Annotate | Download | only in integration

Lines Matching refs:new_url

78   GURL new_url(kHistoryUrl);
79 AddUrlToHistory(0, new_url);
82 ASSERT_EQ(new_url, urls[0].url());
97 GURL new_url(kHistoryUrl);
101 new_url,
107 ASSERT_EQ(new_url, urls[0].url());
129 GURL new_url(kHistoryUrl);
133 new_url,
139 ASSERT_EQ(new_url, urls[0].url());
149 AddUrlToHistory(0, new_url);
167 GURL new_url(kHistoryUrl);
168 AddUrlToHistory(0, new_url);
171 ASSERT_EQ(new_url, urls[0].url());
180 DeleteUrlFromHistory(0, new_url);
228 GURL new_url(kHistoryUrl);
229 AddUrlToHistory(0, new_url);
232 ASSERT_EQ(new_url, urls[0].url());
241 DeleteUrlFromHistory(1, new_url);
260 GURL new_url(kHistoryUrl);
261 AddUrlToHistory(0, new_url);
264 ASSERT_EQ(new_url, urls[0].url());
273 DeleteUrlFromHistory(1, new_url);
285 AddUrlToHistory(0, new_url);
297 GURL new_url("http://history.com");
303 AddUrlToHistoryWithTimestamp(0, new_url, content::PAGE_TRANSITION_LINK,
305 AddUrlToHistoryWithTimestamp(1, new_url, content::PAGE_TRANSITION_LINK,
307 AddUrlToHistoryWithTimestamp(1, new_url, content::PAGE_TRANSITION_TYPED,
325 ASSERT_EQ(new_url, urls[0].url());
335 GURL new_url("http://history.com");
340 AddUrlToHistoryWithTimestamp(0, new_url, content::PAGE_TRANSITION_LINK,
342 AddUrlToHistoryWithTimestamp(1, new_url, content::PAGE_TRANSITION_LINK,
354 AddUrlToHistoryWithTimestamp(0, new_url, content::PAGE_TRANSITION_TYPED,
375 GURL new_url(kHistoryUrl);
376 AddUrlToHistoryWithTransition(0, new_url, content::PAGE_TRANSITION_LINK,
390 AddUrlToHistory(0, new_url);
399 ASSERT_EQ(new_url, urls[0].url());