Home | History | Annotate | Download | only in WebCore

Lines Matching full:destructor

5087         When a wrapper outlived its wrapper cache, both the wrapper's destructor
5088 and the wrapper cache's destructor would claim to have uncached the wrapper,
9373 [Android] DOMWrapperMap::Visitor needs virtual destructor
10090 (WebCore::performTask): Check if the documentWeakReference is cleared by Document destructor - in this case do not run the task.
10832 * platform/Cursor.h: Add forward declaration of HCURSOR. Move destructor implementation into cpp.
10835 * platform/win/CursorWin.cpp: Moved destructor of SharedCursor here.
13077 bindings/v8/DOMData is missing a virtual destructor
13081 but it does not have a virtual destructor. While this isn't currently causing
13087 functions and accessible non-virtual destructor"
13089 We therefore need to add a virtual destructor to DOMData.
14595 (WebCore::SVGResource::removeClient): Traverse all SVGResource clients and remove the passed SVGStyledElement from the client list (invoked by SVGStyledElement destructor).
15907 (WebCore::SVGResource::removeClient): Traverse all SVGResource clients and remove the passed SVGStyledElement from the client list (invoked by SVGStyledElement destructor).
19378 Move some code related to database closing from the destructor to
19382 object when we're in its destructor.
21936 Don't ASSERT that an item must be in the WeakGCMap when its destructor
24555 BackForwardList. That constructor wasn't initializing its m_document pointer, leading to this crash in the destructor.
26540 (WebCore::V8CustomPositionCallback::~V8CustomPositionCallback): Added. Destructor.
26546 (WebCore::V8CustomPositionErrorCallback::~V8CustomPositionErrorCallback): Added. Destructor.
27337 * platform/network/ResourceHandle.h: Make destructor virtual as
28092 Make all but the destructor private since MediaPlayer call through the media
29273 before we get to the destructor.
34809 [Qt] Few classes have virtual functions but non-virtual destructor
34815 (QWebPageClient::~QWebPageClient): Add virtual destructor.
40758 destructor, so that WebSocketChannel should not call deleted WebSocket
44482 2. QWebView destructor does not set client to 0.
47350 [V8] Add a context scope in JS listener destructor. The destructor code uses the cotext. See http://crbug.com/24200.
51264 Purely code motion (and adding a destructor).
51822 (WebCore::Database::close): Move the code that updates the maps from the destructor to here.
52656 Forgot to implement a destructor for JSDOMWindowBaseData, so it was
53304 Removed virtual destructor from JSGlobalObjectData to eliminate pointer
53307 Replaced with an explicit destructor function pointer.
61576 (WebCore::GeolocationServiceMock::~GeolocationServiceMock): Added. Destructor.
62563 de-registration code path that I saw taken was via Node destructor, and that already has
71077 Removed unneeded destructor declaration.
76468 Removed unneeded destructor.
81232 Changed WorkerContext destructor to not access possibly-freed WorkerThread.
81241 Removed assertion that relies on WorkerThread still being alive (moved to DedicatedWorkerContext destructor).
82565 Remove unneeded virtual destructor from ScriptSourceProvider