Searched defs:restored_tab (Results 1 - 5 of 5) sorted by relevance

/external/chromium/chrome/browser/sessions/
H A Dtab_restore_service_browsertest.cc259 const TabRestoreService::Tab* restored_tab = local
262 ASSERT_EQ(3U, restored_tab->navigations.size());
264 restored_tab->timestamp.ToInternalValue());
479 TabRestoreService::Tab* restored_tab = local
482 restored_tab->timestamp.ToInternalValue());
H A Dtab_restore_service.cc352 TabContents* restored_tab = local
360 if (restored_tab) {
361 restored_tab->controller().LoadIfNecessary();
/external/chromium_org/chrome/browser/sessions/
H A Dtab_restore_browsertest.cc520 content::WebContents* restored_tab = local
522 EnsureTabFinishedRestoring(restored_tab);
523 EXPECT_EQ(url1_, restored_tab->GetURL());
525 restored_tab =
527 EnsureTabFinishedRestoring(restored_tab);
528 EXPECT_EQ(url2_, restored_tab->GetURL());
H A Dpersistent_tab_restore_service_browsertest.cc373 const Tab* restored_tab = local
376 ASSERT_EQ(3U, restored_tab->navigations.size());
378 restored_tab->timestamp.ToInternalValue());
616 Tab* restored_tab = local
619 restored_tab->timestamp.ToInternalValue());
620 ASSERT_EQ(old_navigations.size(), restored_tab->navigations.size());
621 for (size_t i = 0; i < restored_tab->navigations.size(); ++i) {
623 restored_tab->navigations[i].timestamp());
H A Dtab_restore_service_helper.cc229 WebContents* restored_tab = NULL; local
231 &restored_tab);
232 web_contents.push_back(restored_tab);
246 WebContents* restored_tab = delegate->AddRestoredTab( local
256 if (restored_tab) {
257 restored_tab->GetController().LoadIfNecessary();
259 web_contents.push_back(restored_tab);
274 WebContents* restored_tab = NULL; local
276 &restored_tab);
277 web_contents.push_back(restored_tab);
[all...]

Completed in 226 milliseconds