Home
last modified time | relevance | path

Searched refs:willClose (Results 1 – 12 of 12) sorted by relevance

/external/jmdns/src/javax/jmdns/impl/
DDNSStatefulObject.java280 if (!this.willClose()) { in closeState()
283 if (!this.willClose()) { in closeState()
371 private boolean willClose() { in willClose() method in DNSStatefulObject.DefaultImplementation
384 if (this.willCancel() || this.willClose()) { in waitForAnnounced()
401 if (!this.isCanceled() && !this.willClose()) { in waitForCanceled()
/external/chromium_org/chrome/browser/resources/chromeos/
Dbluetooth_pair_device.js18 OptionsPage.willClose();
/external/chromium_org/third_party/WebKit/public/web/
DWebFrameClient.h131 virtual void willClose(WebFrame*) { } in willClose() function
/external/chromium/chrome/browser/resources/options/
Doptions.js216 options.OptionsPage.willClose();
Doptions_page.js464 OptionsPage.willClose = function() { function
/external/chromium_org/chrome/browser/resources/options/
Doptions.js250 options.OptionsPage.willClose();
Doptions_page.js595 OptionsPage.willClose = function() { function
/external/chromium_org/content/renderer/
Drender_frame_impl.h191 virtual void willClose(blink::WebFrame* frame);
Drender_frame_impl.cc676 void RenderFrameImpl::willClose(blink::WebFrame* frame) { in willClose() function in content::RenderFrameImpl
679 render_view_->willClose(frame); in willClose()
Drender_view_impl.h522 virtual void willClose(blink::WebFrame* frame);
Drender_view_impl.cc3084 void RenderViewImpl::willClose(WebFrame* frame) { in willClose() function in content::RenderViewImpl
/external/chromium_org/third_party/WebKit/Source/web/
DFrameLoaderClientImpl.cpp394 m_webFrame->client()->willClose(m_webFrame); in dispatchWillClose()