Home
last modified time | relevance | path

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

/external/webkit/WebCore/dom/
DDocument.h433 void cancelParsing();
DDocument.cpp1564 void Document::cancelParsing() in cancelParsing() function in WebCore::Document
1579 cancelParsing(); in implicitOpen()
/external/webkit/WebCore/loader/
DFrameLoader.cpp309 m_frame->document()->cancelParsing(); in init()
810 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