Searched defs:hasOpenedPopup (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
H A DChrome.cpp375 bool Chrome::hasOpenedPopup() const function in class:blink::Chrome
377 return m_client->hasOpenedPopup();
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebViewImpl.h433 bool hasOpenedPopup() const { return m_selectPopup || m_pagePopup; } function in class:blink::FINAL
H A DChromeClientImpl.cpp653 if (m_webView->hasOpenedPopup())
724 bool ChromeClientImpl::hasOpenedPopup() const function in class:blink::ChromeClientImpl
726 return m_webView->hasOpenedPopup();

Completed in 1821 milliseconds