Home | History | Annotate | Download | only in WebCore

Lines Matching full:nullptr

805         Use nullptr instead of 0.
4063 [Qt] RenderThemeQt and DumpRenderTreeSupportQt should use nullptr rather than 0.
4066 We should use nullptr rather than 0. nullptr will be added in the new C++ standard
4067 but WebKit already has a nullptr class if there is no c++0x support.
4979 More places from 0 to nullptr.
5006 Using nullptr instead of 0. This makes visual studio happy.
9214 (WebCore::HTMLFormControlElement::detach): Use nullptr.
9230 (WebCore::ScratchBuffer::clearScratchBuffer): Use nullptr.
9234 (WebCore::GraphicsLayerCA::removeCloneLayers): Use nullptr.
9241 (WebCore::RenderLayerBacking::destroyGraphicsLayer): Use nullptr.
9242 (WebCore::RenderLayerBacking::updateClippingLayers): Use nullptr.
9243 (WebCore::RenderLayerBacking::updateForegroundLayer): Use nullptr.
9244 (WebCore::RenderLayerBacking::updateMaskLayer): Use nullptr.
9246 (WebCore::RenderLayerCompositor::updateOverflowControlsLayers): Use nullptr.
9247 (WebCore::RenderLayerCompositor::ensureRootPlatformLayer): Use nullptr.
9248 (WebCore::RenderLayerCompositor::destroyRootPlatformLayer): Use nullptr.
9255 (WebCore::Worker::notifyFinished): Use nullptr.
53325 (WebCore::newLengthArray): Pass nullptr instead of 0.