Home | History | Annotate | Download | only in tabs

Lines Matching refs:foreground

86   virtual TabContentsWrapper* AddBlankTab(bool foreground) {
89 virtual TabContentsWrapper* AddBlankTabAt(int index, bool foreground) {
292 foreground(false),
301 bool foreground;
321 EXPECT_EQ(state.foreground, s->foreground);
328 s->foreground == state.foreground &&
335 bool foreground) {
338 s->foreground = foreground;
423 s1.foreground = true;
431 // Test InsertTabContentsAt, foreground tab.
439 s1.foreground = true;
455 s1.foreground = false;
485 s3.foreground = true;
746 // a new tab from the first tab in the foreground via a link click, verifies
781 // Now open a foreground tab from a link. It should be opened adjacent to the
824 // If a tab is in the foreground (selected),
1315 // Open a new blank tab in the foreground.