Home | History | Annotate | Download | only in ui

Lines Matching refs:TYPE_APP_POPUP

291 // from an app frame results in a new Browser with TYPE_APP_POPUP.
303 EXPECT_EQ(Browser::TYPE_APP_POPUP, p.browser->type());
314 // from an app popup results in a new Browser also of TYPE_APP_POPUP.
331 EXPECT_EQ(Browser::TYPE_APP_POPUP, p2.browser->type());
343 // from an extension app tab results in a new Browser with TYPE_APP_POPUP.