Home | History | Annotate | Download | only in web_contents

Lines Matching refs:CopyStateFromAndPrune

3006 // Tests CopyStateFromAndPrune with 2 urls in source, 1 in dest.
3007 TEST_F(NavigationControllerTest, CopyStateFromAndPrune) {
3033 other_controller.CopyStateFromAndPrune(&controller);
3059 // Test CopyStateFromAndPrune with 2 urls, the first selected and 1 entry in
3079 other_controller.CopyStateFromAndPrune(&controller);
3097 // Test CopyStateFromAndPrune with 2 urls, the last selected and 2 entries in
3117 other_controller.CopyStateFromAndPrune(&controller);
3135 // Test CopyStateFromAndPrune with 2 urls, 2 entries in the target, with
3157 other_controller.CopyStateFromAndPrune(&controller);
3175 // Test CopyStateFromAndPrune with 2 urls, the first selected and 1 entry plus
3198 other_controller.CopyStateFromAndPrune(&controller);
3220 // Test CopyStateFromAndPrune with 1 url in the source, 1 entry and a pending
3245 other_controller.CopyStateFromAndPrune(&controller);
3270 // Test CopyStateFromAndPrune with 2 urls, a back navigation pending in the
3289 other_controller.CopyStateFromAndPrune(&controller);
3308 // Tests CopyStateFromAndPrune with 3 urls in source, 1 in dest,
3336 other_controller.CopyStateFromAndPrune(&controller);