Home
last modified time | relevance | path

Searched refs:willClose (Results 1 – 6 of 6) 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/webkit/Source/WebKit/chromium/public/
DWebFrameClient.h104 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/webkit/Source/WebKit/chromium/src/
DFrameLoaderClientImpl.cpp682 m_webFrame->client()->willClose(m_webFrame); in dispatchWillClose()
/external/webkit/Source/WebKit/chromium/
DChangeLog-2011-02-1629670 (WebKit::WebFrameClient::willClose):