Home | History | Annotate | Download | only in ui

Lines Matching refs:incognito

215   // need a different profile, and creating a popup window with an incognito
228 // incognito window.
233 // 2. the incognito popup we created originally
234 // 3. the new incognito tabbed browser that was created by Navigate().
386 // This test verifies that navigating with WindowOpenDisposition = INCOGNITO
387 // opens a new incognito window if no existing incognito window is present.
393 // Navigate() should have opened a new toplevel incognito window.
403 // the new incognito window.
409 // This test verifies that navigating with WindowOpenDisposition = INCOGNITO
410 // reuses an existing incognito window when possible.
419 // Navigate() should have opened a new tab in the existing incognito window.
424 // the incognito window we opened earlier.
546 // Create a new browser with using the incognito profile.
547 Browser* incognito =
550 // Navigate with a NULL browser and the incognito profile.
553 p.profile = incognito->profile();
556 // Navigate() should have found incognito, not browser().
557 EXPECT_EQ(incognito, p.browser);
558 EXPECT_EQ(incognito->GetSelectedTabContentsWrapper(), p.target_contents);
559 EXPECT_EQ(1, incognito->tab_count());
766 // This test verifies that the settings page isn't opened in the incognito
791 // This test verifies that the bookmarks page isn't opened in the incognito