Searched refs:replaceDocument (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/loader/
H A DDocumentWriter.h50 void replaceDocument(const String&, Document* ownerDocument);
H A DDocumentWriter.cpp74 void DocumentWriter::replaceDocument(const String& source, Document* ownerDocument) function in class:WebCore::DocumentWriter
/macosx-10.10/WebCore-7600.1.25/bindings/js/
H A DScriptController.cpp574 // DocumentWriter::replaceDocument can cause the DocumentLoader to get deref'ed and possible destroyed,
577 loader->writer().replaceDocument(scriptResult, ownerDocument.get());

Completed in 134 milliseconds