Home
last modified time | relevance | path

Searched refs:hasOpenedPopup (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
DChrome.cpp375 bool Chrome::hasOpenedPopup() const in hasOpenedPopup() function in blink::Chrome
377 return m_client->hasOpenedPopup(); in hasOpenedPopup()
DChrome.h127 bool hasOpenedPopup() const;
DChromeClient.h196 virtual bool hasOpenedPopup() const = 0;
/external/chromium_org/third_party/WebKit/Source/web/
DChromeClientImpl.cpp653 if (m_webView->hasOpenedPopup()) in setCursor()
724 bool ChromeClientImpl::hasOpenedPopup() const in hasOpenedPopup() function in blink::ChromeClientImpl
726 return m_webView->hasOpenedPopup(); in hasOpenedPopup()
DChromeClientImpl.h158 virtual bool hasOpenedPopup() const OVERRIDE;
DWebViewImpl.h433 bool hasOpenedPopup() const { return m_selectPopup || m_pagePopup; } in hasOpenedPopup() function
DWebViewImpl.cpp1574 if (hasOpenedPopup()) in openPagePopup()
/external/chromium_org/third_party/WebKit/Source/core/loader/
DEmptyClients.h119 virtual bool hasOpenedPopup() const OVERRIDE { return false; } in hasOpenedPopup() function
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderMenuList.cpp378 if (document().frameHost()->chrome().hasOpenedPopup()) in showPopup()