Searched refs:isClosing (Results 1 - 20 of 20) sorted by relevance

/external/chromium/chrome/browser/ui/cocoa/
H A Dinfo_bubble_window.h30 - (BOOL)isClosing;
/external/chromium/chrome/browser/ui/cocoa/extensions/
H A Dextension_popup_controller.h84 - (BOOL)isClosing;
/external/jmdns/src/javax/jmdns/impl/
H A DSocketListener.java42 if (this._jmDNSImpl.isCanceling() || this._jmDNSImpl.isCanceled() || this._jmDNSImpl.isClosing() || this._jmDNSImpl.isClosed()) {
67 if (!this._jmDNSImpl.isCanceling() && !this._jmDNSImpl.isCanceled() && !this._jmDNSImpl.isClosing() && !this._jmDNSImpl.isClosed()) {
H A DDNSStatefulObject.java355 public boolean isClosing() { method in class:DNSStatefulObject.DefaultImplementation
356 return this._state.isClosing();
372 return this._state.isClosed() || this._state.isClosing();
532 public boolean isClosing(); method in interface:DNSStatefulObject
H A DHostInfo.java399 public boolean isClosing() { method in class:HostInfo
400 return this._state.isClosing();
H A DJmDNSImpl.java627 public boolean isClosing() { method in class:JmDNSImpl
628 return this._localHost.isClosing();
986 if (this.isClosing() || this.isClosed()) {
1693 if (this.isClosing() || this.isClosed() || this.isCanceling() || this.isCanceled()) {
1801 if (this.isClosing()) {
H A DServiceInfoImpl.java1061 public boolean isClosing() { method in class:ServiceInfoImpl
1062 return _state.isClosing();
/external/webkit/Source/WebCore/workers/
H A DDefaultSharedWorkerRepository.cpp67 bool isClosing() const { return m_closing; } function in class:WebCore::SharedWorkerProxy
137 if (isClosing())
151 if (isClosing())
183 if (isClosing())
198 ASSERT(!isClosing());
206 if (isClosing())
217 ASSERT(!isClosing());
244 ASSERT(!workerContext->isClosing());
311 if (proxy.isClosing())
401 if (!m_proxies[i]->isClosing()
[all...]
H A DWorkerRunLoop.cpp167 if (!context->isClosing())
198 if (!workerContext->isClosing() || m_task->isCleanupTask())
H A DWorkerContext.h152 bool isClosing() { return m_closing; } function in class:WebCore::WorkerContext
/external/chromium/chrome/browser/ui/cocoa/tabs/
H A Dtab_view.h108 @property(assign, nonatomic, getter=isClosing) BOOL closing;
/external/jmdns/src/javax/jmdns/impl/constants/
H A DDNSState.java202 public final boolean isClosing() { method in class:DNSState
/external/webkit/Source/WebCore/xml/
H A DXMLViewer.js312 function createTag(node, isClosing, isEmpty)
318 if (isClosing)
324 if (!isClosing) {
/external/webkit/Source/WebCore/dom/
H A DMessagePort.cpp178 if (m_scriptExecutionContext->isWorkerContext() && static_cast<WorkerContext*>(m_scriptExecutionContext)->isClosing())
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 1589 milliseconds