Home
last modified time | relevance | path

Searched refs:replaceDocument (Results 1 – 4 of 4) sorted by relevance

/external/webkit/WebCore/loader/
DDocLoader.h101 void replaceDocument(Document* doc) { m_doc = doc; } in replaceDocument() function
DFrameLoader.h344 …bool executeIfJavaScriptURL(const KURL& url, bool userGesture = false, bool replaceDocument = true…
DFrameLoader.cpp767 bool FrameLoader::executeIfJavaScriptURL(const KURL& url, bool userGesture, bool replaceDocument) in executeIfJavaScriptURL() argument
786 if (replaceDocument) { in executeIfJavaScriptURL()
5513 newDoc->docLoader()->replaceDocument(newDoc.get()); in loadItem()
5514 docLoader->replaceDocument(oldDoc.get()); in loadItem()
/external/webkit/WebCore/
DChangeLog-2007-10-1443285 (WebCore::DocLoader::replaceDocument):