HomeSort by relevance Sort by last modified time
    Searched refs:isStopping (Results 1 - 19 of 19) sorted by null

  /external/webkit/Source/WebCore/dom/
DocumentParser.h 67 bool isStopping() const { return m_state == StoppingState; }
  /frameworks/av/services/audioflinger/
TrackBase.h 93 bool isStopping() const {
Threads.cpp     [all...]
  /packages/apps/Mms/src/com/android/mms/data/
WorkingMessage.java 860 public void saveDraft(final boolean isStopping) {
    [all...]
  /external/webkit/Source/WebCore/loader/
MainResourceLoader.cpp 303 if (frameLoader() && !frameLoader()->isStopping()) {
307 if (frameLoader() && !frameLoader()->isStopping())
323 if (frameLoader() && !frameLoader()->isStopping())
DocumentLoader.h 104 bool isStopping() const { return m_isStopping; }
SubresourceLoader.cpp 69 if (securityCheck == DoSecurityCheck && (fl->state() == FrameStateProvisional || !fl->activeDocumentLoader() || fl->activeDocumentLoader()->isStopping()))
FrameLoader.h 166 bool isStopping() const;
FrameLoader.cpp     [all...]
  /external/webkit/Source/WebCore/html/parser/
HTMLDocumentParser.cpp 383 ASSERT(isStopping());
512 if (isStopping()) {
  /external/webkit/Source/WebCore/history/
PageCache.cpp 150 if (frame->loader()->documentLoader()->isStopping()) {
275 && !frame->loader()->documentLoader()->isStopping()
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.util_6.1.23.v201004211559.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /external/webkit/Source/WebCore/plugins/
PluginView.cpp 555 if (!loader || loader->isStopping())
    [all...]
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
NetscapePluginInstanceProxy.mm 743 if (!documentLoader || documentLoader->isStopping())
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
ComposeMessageActivity.java     [all...]
  /external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginView.mm     [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 1336 milliseconds