Home
last modified time | relevance | path

Searched refs:cancelParsing (Results 1 – 6 of 6) sorted by relevance

/external/webkit/WebCore/dom/
DDocument.h498 void cancelParsing();
DDocument.cpp1710 void Document::cancelParsing() in cancelParsing() function in WebCore::Document
1724 cancelParsing(); in implicitOpen()
/external/webkit/WebCore/loader/
DFrameLoader.cpp237 m_frame->document()->cancelParsing(); in init()
727 m_frame->document()->cancelParsing(); in clear()
/external/webkit/WebCore/
DChangeLog-2006-05-1027523 cancelParsing to avoid possibly accidentally firing the onload handler.
27525 (WebCore::DocumentImpl::cancelParsing): Factored out of implicitOpen.
27526 (WebCore::DocumentImpl::implicitOpen): Call cancelParsing now.
DChangeLog-2007-10-148755 from calling an unnecessary cancelParsing() on a document that's in the page cache
DChangeLog-2010-01-2925302 (WebCore::Document::cancelParsing):