Home
last modified time | relevance | path

Searched refs:setParsing (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/dom/
DXMLDocumentParserQt.cpp220 document()->setParsing(false); // Make the doc think it's done, so it will apply xsl sheets. in doEnd()
222 document()->setParsing(true); in doEnd()
DXMLDocumentParserLibxml2.cpp1352 …document()->setParsing(false); // Make the document think it's done, so it will apply XSL styleshe… in doEnd()
1354 document()->setParsing(true); in doEnd()
DDocument.h635 void setParsing(bool);
DDocument.cpp1985 setParsing(true); in implicitOpen()
2183 void Document::setParsing(bool b) in setParsing() function in WebCore::Document
4272 setParsing(false); in finishedParsing()
/external/webkit/Source/WebCore/loader/
DFrameLoader.cpp424 m_frame->document()->setParsing(false); in stopLoading()
/external/webkit/Source/WebCore/
DChangeLog-2005-08-2316169 Call setParsing(false) explicitly here. It's really annoying that setParsing(true) is done
16170 inside DOM::DocumentImpl and setParsing(false) is done by KHTMLPart, so that should be fixed
29632 (KHTMLPart::begin): call setParsing on document here after opening
29636 (DocumentImpl::open): don't setParsing to true here any more.
30687 (DocumentImpl::setParsing):
38280 (DocumentImpl::open): call setParsing(true), because we need to know we are once again
44533 (DocumentImpl::setParsing):
44931 (DocumentImpl::setParsing):
DChangeLog-2006-05-1020597 (WebCore::DocumentImpl::finishedParsing): Added. Does a setParsing(false) and then
20683 (WebCore::Frame::finishedParsing): Moved code that does setParsing(false) into
23076 …(DOM::XSLTProcessorImpl::createDocumentFromSource): Removed the call to setParsing(false) from here
DChangeLog-2002-12-033454 - fixed 3076390 -- crash in DOM::DocumentImpl::setParsing loading thread detail page