Lines Matching full:willremove
8703 Back out the willRemove() part of the previous patch.
8706 * dom/Document.cpp: (WebCore::Document::detach): Remove willRemove().
8708 * loader/FrameLoader.cpp: (WebCore::FrameLoader::clear): Put the willRemove() call
8715 Added FIXMEs about the fact that we call detach() on the document but not willRemove().
8746 the call to willRemove in here, so that callers can't make the mistake of not
10938 - Change embed/plugin code path to detach the frame on willRemove instead of detach.
10944 (WebCore::HTMLPlugInElement::willRemove):
34790 (WebCore::HTMLFrameElementBase::willRemove): Changed to call up to the correct
55668 * dom/Node.cpp: (WebCore::Node::willRemove): Check that the document is not in the page cache before
56208 Make sure to clear out the focus node in willRemove() rather than in
56215 (WebCore::ContainerNode::willRemove):
56223 (WebCore::Node::willRemove):