Searched refs:isDetached (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DDocumentParser.h69 bool isDetached() const { return m_state == DetachedState; } function in class:WebCore::DocumentParser
H A DXMLDocumentParser.cpp368 if (!isDetached() && !m_requestingScript)
H A DXMLDocumentParserLibxml2.cpp650 ASSERT(!isDetached());
914 if (isDetached())
1427 ASSERT(!isDetached());
/external/webkit/Source/WebCore/html/parser/
H A DHTMLDocumentParser.cpp374 ASSERT(!isDetached());
405 if (isDetached())
/external/webkit/Source/WebCore/accessibility/
H A DAccessibilityRenderObject.h266 virtual bool isDetached() const { return !m_renderer; } function in class:WebCore::AccessibilityRenderObject
H A DAccessibilityObject.h602 virtual bool isDetached() const { return true; } function in class:WebCore::AccessibilityObject
H A DAccessibilityObject.cpp77 ASSERT(isDetached());
H A DAccessibilityRenderObject.cpp105 ASSERT(isDetached());

Completed in 176 milliseconds