HomeSort by relevance Sort by last modified time
    Searched refs:should_normally_be_visible (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/content/browser/web_contents/
web_contents_view_aura_browsertest.cc 713 EXPECT_TRUE(web_contents->should_normally_be_visible());
715 EXPECT_FALSE(web_contents->should_normally_be_visible());
717 EXPECT_TRUE(web_contents->should_normally_be_visible());
web_contents_view_aura.cc 105 if (!web_contents->should_normally_be_visible())
108 if (web_contents->should_normally_be_visible())
    [all...]
web_contents_impl.h 168 bool should_normally_be_visible() { return should_normally_be_visible_; } function in class:content::WebContentsImpl
    [all...]

Completed in 272 milliseconds