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

/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.h184 bool should_normally_be_visible() { return should_normally_be_visible_; }
1109 bool should_normally_be_visible_; member in class:content::WebContentsImpl
H A Dweb_contents_impl.cc364 should_normally_be_visible_(true),
1092 should_normally_be_visible_ = true;
1119 should_normally_be_visible_ = false;
1192 should_normally_be_visible_ = !params.initially_hidden;
4284 return capturer_count_ == 0 && !should_normally_be_visible_;

Completed in 217 milliseconds