Searched refs:hasOpenedPopup (Results 1 – 9 of 9) sorted by relevance
375 bool Chrome::hasOpenedPopup() const in hasOpenedPopup() function in blink::Chrome377 return m_client->hasOpenedPopup(); in hasOpenedPopup()
127 bool hasOpenedPopup() const;
196 virtual bool hasOpenedPopup() const = 0;
653 if (m_webView->hasOpenedPopup()) in setCursor()724 bool ChromeClientImpl::hasOpenedPopup() const in hasOpenedPopup() function in blink::ChromeClientImpl726 return m_webView->hasOpenedPopup(); in hasOpenedPopup()
158 virtual bool hasOpenedPopup() const OVERRIDE;
433 bool hasOpenedPopup() const { return m_selectPopup || m_pagePopup; } in hasOpenedPopup() function
1574 if (hasOpenedPopup()) in openPagePopup()
119 virtual bool hasOpenedPopup() const OVERRIDE { return false; } in hasOpenedPopup() function
378 if (document().frameHost()->chrome().hasOpenedPopup()) in showPopup()