Home | History | Annotate | Download | only in WebCore

Lines Matching full:destructor

5167         * bindings/js/kjs_binding.h: Added a destructor for debugging purposes only.
7162 Add back the destructor.
7357 s_generalPasteboard global. Removed the unused destructor. Updated call
8315 destructor, since the global object hasn't been freed yet.
8326 (WebCore::Page::~Page): Don't garbage collect in the Page destructor,
8327 since the Interpreter destructor will do it for us.
8512 Add platform-specific constructor/destructor to ContextMenu so we can
11616 (WebCore::FrameLoader::~FrameLoader): Removed empty destructor.
14107 destructor and removed unnecessary includes.
20710 its destructor.
22566 Pure virtual classes require non-pure destructor, who knew.
23979 Add ASSERTs to RefPtr to make sure we don't ref within a destructor, as
23980 this could cause recursive calls to the destructor. RefPtr now also
24038 Fix a possible recursive destructor call.
24041 (WebCore::Frame::~Frame): Add a FIXME about cleaning up the destructor.
30175 Frame::cleanupPluginObjects method is called from Frame's destructor, which results
36436 Also removed unneeded destructor.
41378 * editing/ReplaceSelectionCommand.h: Removed unused destructor, type, isSingleTextNode,
45023 The problem was that the renderpart destructor resets the frame's
45039 Don't call setFrame(0) in the destructor when the element is an iframe element.
50416 - fixed malloc error on exit due to SVGDOMImplementation destructor
50423 * dom/DOMImplementation.h: Added a virtual destructor for the benefit of