Home
last modified time | relevance | path

Searched defs:isStopping (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/dom/
DDocumentParser.h67 bool isStopping() const { return m_state == StoppingState; } in isStopping() function
/external/webkit/Source/WebCore/loader/
DDocumentLoader.h104 bool isStopping() const { return m_isStopping; } in isStopping() function
DFrameLoader.cpp2253 bool FrameLoader::isStopping() const in isStopping() function in WebCore::FrameLoader