Searched refs:CopyStateFromAndPrune (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/content/public/browser/
H A Dnavigation_controller.h411 virtual void CopyStateFromAndPrune(NavigationController* source,
415 // CopyStateFromAndPrune. There must be a last committed entry, no transient
421 // |CopyStateFromAndPrune|, which would show an existing entry above the blank
/external/chromium_org/content/browser/frame_host/
H A Dnavigation_controller_impl.h91 virtual void CopyStateFromAndPrune(NavigationController* source,
H A Dnavigation_controller_impl_unittest.cc3386 // Tests CopyStateFromAndPrune with 2 urls in source, 1 in dest.
3387 TEST_F(NavigationControllerTest, CopyStateFromAndPrune) {
3413 other_controller.CopyStateFromAndPrune(&controller, false);
3441 // Test CopyStateFromAndPrune with 2 urls, the first selected and 1 entry in
3461 other_controller.CopyStateFromAndPrune(&controller, false);
3479 // Test CopyStateFromAndPrune with 2 urls, the last selected and 2 entries in
3499 other_controller.CopyStateFromAndPrune(&controller, false);
3517 // Test CopyStateFromAndPrune with 2 urls, 2 entries in the target, with
3539 other_controller.CopyStateFromAndPrune(&controller, false);
3557 // Test CopyStateFromAndPrune wit
[all...]
H A Dnavigation_controller_impl.cc1314 void NavigationControllerImpl::CopyStateFromAndPrune( function in class:content::NavigationControllerImpl
1384 // possibly giving it new entries via CopyStateFromAndPrune.
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_manager.cc640 new_web_contents->GetController().CopyStateFromAndPrune(
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl_unittest.cc2269 // Makes sure that if the source passed to CopyStateFromAndPrune has an
2304 other_controller.CopyStateFromAndPrune(&controller(), false);
2316 // Makes sure that CopyStateFromAndPrune cannot be called if the target is
2346 // Ensure that we do not allow calling CopyStateFromAndPrune when an

Completed in 133 milliseconds