Searched refs:willClose (Results 1 – 12 of 12) 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()
18 OptionsPage.willClose();
131 virtual void willClose(WebFrame*) { } in willClose() function
216 options.OptionsPage.willClose();
464 OptionsPage.willClose = function() { function
250 options.OptionsPage.willClose();
595 OptionsPage.willClose = function() { function
191 virtual void willClose(blink::WebFrame* frame);
676 void RenderFrameImpl::willClose(blink::WebFrame* frame) { in willClose() function in content::RenderFrameImpl679 render_view_->willClose(frame); in willClose()
522 virtual void willClose(blink::WebFrame* frame);
3084 void RenderViewImpl::willClose(WebFrame* frame) { in willClose() function in content::RenderViewImpl
394 m_webFrame->client()->willClose(m_webFrame); in dispatchWillClose()