Home | History | Annotate | Download | only in WebKit2

Lines Matching full:destructor

6651         the WebContext destructor.
7837 This was accidentally made into a constructor; it should be a destructor.
13916 and destructor respectively.
19788 This is needed because we cannot delete the QWKHistoryItemPrivate pointer in destructor of QWKHistoryItem,
22852 * Shared/ImmutableArray.h: Marked destructor virtual explicitly.
22867 * UIProcess/WebBackForwardList.h: Marked destructor virtual explicitly.
28240 Don't add and/the plug-in proxy from the map in the constructor/destructor. Instead,
30121 This also makes things more robust since we're asserting in the WebPage destructor that no plug-ins have
31860 * Platform/WorkQueue.h: Gave WorkItemWin a virtual destructor, added
31865 (WorkQueue::WorkItemWin::~WorkItemWin): Added. This virtual destructor
31866 ensures that HandleWorkItem's destructor gets called.
43789 other smart pointers and fix the destructor.