Searched refs:other_controller (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/frame_host/
H A Dnavigation_controller_impl_unittest.cc3345 NavigationControllerImpl& other_controller = other_contents->GetController(); local
3346 other_controller.CopyStateFrom(controller);
3348 // other_controller should now contain 2 urls.
3349 ASSERT_EQ(2, other_controller.GetEntryCount());
3351 ASSERT_EQ(0, other_controller.GetCurrentEntryIndex());
3353 EXPECT_EQ(url1, other_controller.GetEntryAtIndex(0)->GetURL());
3354 EXPECT_EQ(0, other_controller.GetEntryAtIndex(0)->GetPageID());
3355 EXPECT_EQ(url2, other_controller.GetEntryAtIndex(1)->GetURL());
3357 EXPECT_EQ(0, other_controller.GetEntryAtIndex(1)->GetPageID());
3362 GetSiteInstanceFromEntry(other_controller
3408 NavigationControllerImpl& other_controller = other_contents->GetController(); local
3456 NavigationControllerImpl& other_controller = other_contents->GetController(); local
3493 NavigationControllerImpl& other_controller = other_contents->GetController(); local
3531 NavigationControllerImpl& other_controller = other_contents->GetController(); local
3573 NavigationControllerImpl& other_controller = other_contents->GetController(); local
3616 NavigationControllerImpl& other_controller = other_contents->GetController(); local
3666 NavigationControllerImpl& other_controller = other_contents->GetController(); local
3713 NavigationControllerImpl& other_controller = other_contents->GetController(); local
3764 NavigationControllerImpl& other_controller = other_contents->GetController(); local
3818 NavigationControllerImpl& other_controller = other_contents->GetController(); local
[all...]
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl_unittest.cc2298 NavigationControllerImpl& other_controller = other_contents->GetController(); local
2302 other_controller.GetEntryAtIndex(0))->site_instance(), 1,
2303 other_controller.GetEntryAtIndex(0)->GetPageID());
2304 other_controller.CopyStateFromAndPrune(&controller(), false);
2307 ASSERT_EQ(2, other_controller.GetEntryCount());
2308 EXPECT_EQ(1, other_controller.GetCurrentEntryIndex());
2309 EXPECT_EQ(url1, other_controller.GetEntryAtIndex(0)->GetURL());
2310 EXPECT_EQ(url3, other_controller.GetEntryAtIndex(1)->GetURL());
2326 NavigationControllerImpl& other_controller = other_contents->GetController(); local
2344 EXPECT_EQ(2, other_controller
[all...]

Completed in 87 milliseconds