Searched refs:replaceDocument (Results 1 – 4 of 4) sorted by relevance
101 void replaceDocument(Document* doc) { m_doc = doc; } in replaceDocument() function
344 …bool executeIfJavaScriptURL(const KURL& url, bool userGesture = false, bool replaceDocument = true…
767 bool FrameLoader::executeIfJavaScriptURL(const KURL& url, bool userGesture, bool replaceDocument) in executeIfJavaScriptURL() argument786 if (replaceDocument) { in executeIfJavaScriptURL()5513 newDoc->docLoader()->replaceDocument(newDoc.get()); in loadItem()5514 docLoader->replaceDocument(oldDoc.get()); in loadItem()
43285 (WebCore::DocLoader::replaceDocument):