Home | History | Annotate | Download | only in frame_host

Lines Matching refs:Back

168 // If the clock jumps far back enough after a run of duplicates, it
764 // Tests navigating to a new URL when there is a pending back/forward
765 // navigation. This will happen if the user hits back, but before that commits,
787 // Now make a pending back/forward navigation. The zeroth entry should be
808 // Tests navigating to a new URL when there is a pending back/forward
810 // hits back, but before that commits, they navigate somewhere new.
837 // Now make a pending back/forward navigation to a privileged entry.
865 // current page fires history.back().
894 // Before that commits, a back navigation from the renderer commits.
897 // There should no longer be any pending entry, and the back navigation we
1098 // controller goes back.
1123 // Going back, the first entry should still appear unprivileged.
1383 // Tests what happens when we navigate back successfully
1384 TEST_F(NavigationControllerTest, Back) {
1402 // We should now have a pending navigation to go back.
1423 // The back navigation completed successfully.
1436 // (since we went back to it).
1441 // Tests what happens when a back navigation produces a new page.
1465 // We should now have a pending navigation to go back.
1478 // The back navigation resulted in a completely new navigation.
1489 // Receives a back message when there is a new pending navigation entry.
1499 // First navigate two places so we have some back history.
1509 // Now start a new pending navigation and go back before it commits.
1515 // The pending navigation should now be the "back" item and the new one
1521 // Receives a back message when there is a different renavigation already
1529 // First navigate three places so we have some back history.
1553 // Now start going back one to the second page. It will be pending.
1558 // Not synthesize a totally new back event to the first page. This will not
1602 EXPECT_FALSE(controller.CanGoToOffset(-2)); // Cannot go back 2 steps.
1607 // (since we went back to it).
1624 EXPECT_FALSE(controller.CanGoToOffset(-2)); // Cannot go back 2 steps.
1941 // Tests navigation and then going back to a subframe navigation.
1983 // Go back one.
1996 // Go back one more.
2089 // Go back one.
2118 // Now go back and forward again. This is to work around a bug where we would
2121 // losing the reference fragment when you navigate away from it and then back.
2255 // Verify that BACK brings us back to http://foo2/.
2580 // Go back, but don't commit yet. Check that we can't delete the current
2680 // Add a transient and go back. This should simply remove the transient.
3110 // Going back to the non ref url will be considered in-page if the navigation
3160 // Make sure that on cloning a WebContentsImpl and going back needs_reload is
3177 // Navigating back should have triggered needs_reload_ to go false.
3601 // Test CopyStateFromAndPrune with 2 urls, a back navigation pending in the
3602 // source, and 1 entry in the target. The back pending entry should be ignored.
3832 // Go back to the first entry one at a time and
3862 // Simulate the page calling history.back(). It should create a pending entry.
3998 // Test to ensure that when we do a history navigation back to the current
4000 // the back button), we just stop the navigation to prevent the throbber from
4012 // Go back to the original page, then forward to the slow page, then back
4109 // Navigate to another page and go back to the original page.