Home
last modified time | relevance | path

Searched defs:windowIsVisible (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/WebPage/
DWebPage.h255 bool windowIsVisible() const { return m_windowIsVisible; } in windowIsVisible() function
DWebPage.cpp1824 void WebPage::setWindowIsVisible(bool windowIsVisible) in setWindowIsVisible()
/external/webkit/Source/WebKit2/WebProcess/Plugins/
DPluginView.cpp377 void PluginView::setWindowIsVisible(bool windowIsVisible) in setWindowIsVisible()