Searched defs:setNeedsDisplay (Results 1 - 15 of 15) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DChunkedUpdateDrawingArea.cpp56 setNeedsDisplay(scrollRect);
59 void ChunkedUpdateDrawingArea::setNeedsDisplay(const IntRect& rect) function in class:WebKit::ChunkedUpdateDrawingArea
H A DPageOverlay.cpp89 void PageOverlay::setNeedsDisplay(const IntRect& dirtyRect) function in class:WebKit::PageOverlay
95 void PageOverlay::setNeedsDisplay() function in class:WebKit::PageOverlay
97 setNeedsDisplay(bounds());
161 setNeedsDisplay();
H A DTiledDrawingArea.cpp62 setNeedsDisplay(scrollRect);
65 void TiledDrawingArea::setNeedsDisplay(const IntRect& rect) function in class:WebKit::TiledDrawingArea
H A DDrawingAreaImpl.cpp79 void DrawingAreaImpl::setNeedsDisplay(const IntRect& rect) function in class:WebKit::DrawingAreaImpl
122 setNeedsDisplay(scrollRect);
127 setNeedsDisplay(m_scrollRect);
157 setNeedsDisplay(m_webPage->bounds());
182 setNeedsDisplay(m_webPage->bounds());
192 setNeedsDisplay(rect);
380 setNeedsDisplay(m_webPage->bounds());
609 // Layout can trigger more calls to setNeedsDisplay and we don't want to process them
/external/webkit/Source/WebCore/platform/graphics/texmap/
H A DGraphicsLayerTextureMapper.cpp61 void GraphicsLayerTextureMapper::setNeedsDisplay() function in class:WebCore::GraphicsLayerTextureMapper
H A DTextureMapperNode.cpp144 m_platformClient->setNeedsDisplay();
160 void TextureMapperNode::setNeedsDisplay() function in class:WebCore::TextureMapperNode
163 m_effectTarget->setNeedsDisplay();
684 setNeedsDisplay();
705 setNeedsDisplay();
729 setNeedsDisplay();
747 setNeedsDisplay();
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DPageClientQt.cpp102 void setNeedsDisplay() function in class:WebCore::PlatformLayerProxyQWidget
139 void setNeedsDisplay() function in class:WebCore::PlatformLayerProxyQGraphicsObject
/external/webkit/Source/WebCore/platform/graphics/ca/win/
H A DPlatformCALayerWinInternal.cpp88 // FIXME: ideally we'd avoid calling -setNeedsDisplay on a layer that is a plain color,
89 // so CA never makes backing store for it (which is what -setNeedsDisplay will do above).
151 void PlatformCALayerWinInternal::setNeedsDisplay(const FloatRect* dirtyRect) function in class:PlatformCALayerWinInternal
154 // FIXME: Only setNeedsDisplay for tiles that are currently visible
H A DPlatformCALayerWin.cpp163 void PlatformCALayer::setNeedsDisplay(const FloatRect* dirtyRect) function in class:PlatformCALayer
165 intern(this)->setNeedsDisplay(dirtyRect);
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DLayerChromium.cpp111 setNeedsDisplay();
198 setNeedsDisplay(FloatRect(0, 0, bounds().width(), bounds().height()));
209 setNeedsDisplay(FloatRect(0, 0, bounds().width(), bounds().height()));
249 void LayerChromium::setNeedsDisplay(const FloatRect& dirtyRect) function in class:WebCore::LayerChromium
260 void LayerChromium::setNeedsDisplay() function in class:WebCore::LayerChromium
H A DGraphicsLayerChromium.cpp323 m_contentsLayer->setNeedsDisplay();
326 void GraphicsLayerChromium::setNeedsDisplay() function in class:WebCore::GraphicsLayerChromium
329 m_layer->setNeedsDisplay();
335 m_layer->setNeedsDisplay(rect);
385 m_contentsLayer->setNeedsDisplay();
411 layer->setNeedsDisplay();
613 m_layer->setNeedsDisplay();
/external/webkit/Source/WebCore/platform/graphics/win/
H A DGraphicsLayerCACF.cpp324 void GraphicsLayerCACF::setNeedsDisplay() function in class:WebCore::GraphicsLayerCACF
327 m_layer->setNeedsDisplay();
334 m_layer->setNeedsDisplay(&cgRect);
464 setNeedsDisplay();
640 m_layer->setNeedsDisplay();
/external/webkit/Source/WebCore/platform/graphics/android/
H A DGraphicsLayerAndroid.cpp354 setNeedsDisplay();
422 setNeedsDisplay();
474 void GraphicsLayerAndroid::setNeedsDisplay() function in class:WebCore::GraphicsLayerAndroid
476 ALOGV("(%x) setNeedsDisplay()", this);
656 setNeedsDisplay();
865 ALOGV("(%x) setNeedsDisplay(%.2f,%.2f,%.2f,%.2f) doesn't have content, bypass...",
1044 setNeedsDisplay();
1072 setNeedsDisplay();
/external/webkit/Source/WebCore/platform/graphics/ca/
H A DGraphicsLayerCA.cpp557 void GraphicsLayerCA::setNeedsDisplay() function in class:WebCore::GraphicsLayerCA
1235 m_layer->setNeedsDisplay();
1307 m_contentsLayer->setNeedsDisplay();
1554 m_layer->setNeedsDisplay(&(m_dirtyRects[i]));
1562 m_contentsLayer->setNeedsDisplay();
1973 m_layer->setNeedsDisplay();
2080 setNeedsDisplay();
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsLayerQt.cpp963 void GraphicsLayerQt::setNeedsDisplay() function in class:WebCore::GraphicsLayerQt
986 setNeedsDisplay();

Completed in 207 milliseconds