Home | History | Annotate | Download | only in integration

Lines Matching refs:new_url

82   GURL new_url(kHistoryUrl);
83 AddUrlToHistory(0, new_url);
86 ASSERT_EQ(new_url, urls[0].url());
98 GURL new_url(kHistoryUrl);
102 new_url,
108 ASSERT_EQ(new_url, urls[0].url());
130 GURL new_url(kHistoryUrl);
134 new_url,
140 ASSERT_EQ(new_url, urls[0].url());
150 AddUrlToHistory(0, new_url);
168 GURL new_url(kHistoryUrl);
169 AddUrlToHistory(0, new_url);
172 ASSERT_EQ(new_url, urls[0].url());
178 DeleteUrlFromHistory(0, new_url);
222 GURL new_url(kHistoryUrl);
223 AddUrlToHistory(0, new_url);
226 ASSERT_EQ(new_url, urls[0].url());
232 DeleteUrlFromHistory(1, new_url);
248 GURL new_url(kHistoryUrl);
249 AddUrlToHistory(0, new_url);
252 ASSERT_EQ(new_url, urls[0].url());
258 DeleteUrlFromHistory(1, new_url);
267 AddUrlToHistory(0, new_url);
276 GURL new_url("http://history.com");
282 AddUrlToHistoryWithTimestamp(0, new_url, content::PAGE_TRANSITION_LINK,
284 AddUrlToHistoryWithTimestamp(1, new_url, content::PAGE_TRANSITION_LINK,
286 AddUrlToHistoryWithTimestamp(1, new_url, content::PAGE_TRANSITION_TYPED,
304 ASSERT_EQ(new_url, urls[0].url());
314 GURL new_url("http://history.com");
319 AddUrlToHistoryWithTimestamp(0, new_url, content::PAGE_TRANSITION_LINK,
321 AddUrlToHistoryWithTimestamp(1, new_url, content::PAGE_TRANSITION_LINK,
333 AddUrlToHistoryWithTimestamp(0, new_url, content::PAGE_TRANSITION_TYPED,
354 GURL new_url(kHistoryUrl);
355 AddUrlToHistoryWithTransition(0, new_url, content::PAGE_TRANSITION_LINK,
366 AddUrlToHistory(0, new_url);
375 ASSERT_EQ(new_url, urls[0].url());