Searched refs:willClose (Results 1 – 9 of 9) sorted by relevance
280 if (!this.willClose()) { in closeState()283 if (!this.willClose()) { in closeState()371 private boolean willClose() { in willClose() method in DNSStatefulObject.DefaultImplementation384 if (this.willCancel() || this.willClose()) { in waitForAnnounced()401 if (!this.isCanceled() && !this.willClose()) { in waitForCanceled()
41 PageManager.willClose();
18 PageManager.willClose();
167 virtual void willClose(WebFrame*) { } in willClose() function
277 PageManager.willClose();
440 willClose: function() { method
387 m_webFrame->client()->willClose(m_webFrame); in dispatchWillClose()
306 virtual void willClose(blink::WebFrame* frame);
1829 void RenderFrameImpl::willClose(blink::WebFrame* frame) { in willClose() function in content::RenderFrameImpl