Home | History | Annotate | Download | only in browser

Lines Matching defs:tab

142   TestInterstitialPage(TabContents* tab, bool new_navigation, const GURL& url)
143 : InterstitialPage(tab, new_navigation, url) {
157 // Exposing render_view_host() and tab() to be public; they are declared as
163 virtual TabContents* tab() {
164 return InterstitialPage::tab();
175 Source<TabContents>(tab()),
214 // The focus should be on the Tab contents.
281 // Alternate focus for the tab.
290 // Activate the tab.
301 // Now come back to the tab and check the right view is focused.
303 // Activate the tab.
312 // Try the above, but with ctrl+tab. Since tab normally changes focus,
323 // As above, but with ctrl+shift+tab.
353 // Create a 2nd tab.
356 // Focus should be on the recently opened tab page.
359 // Select 1st tab, focus should still be on the location-bar.
364 // Now open the find box again, switch to another tab and come back, the focus
472 // Move the caret to the end, otherwise the next Tab key may not move focus.
476 // Now let's press tab to move the focus.
502 // On the last tab key press, the focus returns to the browser.
522 // Move the caret to the end, otherwise the next Tab key may not move focus.
526 // Now let's press shift-tab to move the focus in reverse.
545 // On the last tab key press, the focus returns to the browser.
606 // Move the caret to the end, otherwise the next Tab key may not move focus.
610 // Now let's press tab to move the focus.
626 interstitial_page->tab());
628 // On the last tab key press, the focus returns to the browser.
649 // Move the caret to the end, otherwise the next Tab key may not move focus.
653 // Now let's press shift-tab to move the focus in reverse.
661 interstitial_page->tab());
663 // On the last tab key press, the focus returns to the browser.
795 // Open the history tab, focus should be on the tab contents.
801 // Open the new tab, focus should be on the location bar.
807 // Open the download tab, focus should be on the tab contents.
826 // Open the new tab, reload.
842 // Focus should now be on the tab contents.
847 // Tests that focus goes where expected when using reload on a crashed tab.
858 // Focus should now be on the tab contents.