Searched refs:is_showing (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl_unittest.cc169 bool is_showing() const { function in class:content::__anon7462::TestInterstitialPage
171 GetRenderViewHostForTesting()->GetView())->is_showing();
1474 EXPECT_FALSE(interstitial->is_showing());
1479 EXPECT_TRUE(interstitial->is_showing());
1521 EXPECT_FALSE(interstitial->is_showing());
1526 EXPECT_TRUE(interstitial->is_showing());
1566 EXPECT_FALSE(interstitial->is_showing());
1571 EXPECT_TRUE(interstitial->is_showing());
1617 EXPECT_FALSE(interstitial->is_showing());
1622 EXPECT_TRUE(interstitial->is_showing());
[all...]
/external/chromium_org/content/test/
H A Dtest_render_view_host.h161 bool is_showing() const { return is_showing_; } function in class:content::TestRenderWidgetHostView

Completed in 97 milliseconds