Searched refs:implicitClose (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.h509 // implicitClose() actually does the work of closing the input stream.
510 void implicitClose();
H A DDocument.cpp2483 // so we just call implicitClose() immediately. FIXME: This might fire
2485 implicitClose();
2492 void Document::implicitClose() function in class:blink::Document
3972 // FIXME: This probably breaks the attempts to layout after a load is finished in implicitClose(), and probably tons of other things...
4660 // FrameLoader::finishedParsing() might end up calling Document::implicitClose() if all
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DFrameLoader.cpp487 m_frame->document()->implicitClose();
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXMLHttpRequest.cpp1354 m_responseDocument->implicitClose();

Completed in 1486 milliseconds