Searched refs:contentChanged (Results 1 - 16 of 16) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/blackberry/Api/
H A DBackingStore.h74 void repaint(int x, int y, int width, int height, bool contentChanged, bool immediate);
H A DBackingStore_p.h128 void repaint(const Platform::IntRect& windowRect, bool contentChanged, bool immediate);
H A DBackingStore.cpp352 void BackingStorePrivate::repaint(const Platform::IntRect& windowRect, bool contentChanged, bool immediate) argument
355 // NOTE: WebCore::ScrollView will call this method with immediate:true and contentChanged:false.
359 if (contentChanged && !windowRect.isEmpty()) {
371 "BackingStorePrivate::repaint rect=%s contentChanged=%s immediate=%s",
373 contentChanged ? "true" : "false",
2214 void BackingStore::repaint(int x, int y, int width, int height, bool contentChanged, bool immediate) argument
2216 d->repaint(Platform::IntRect(x, y, width, height), contentChanged, immediate); local
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderLayerBacking.h130 void contentChanged(ContentChangeType);
H A DRenderVideo.cpp257 contentChanged(VideoChanged);
H A DRenderImage.cpp275 contentChanged(ImageChanged);
294 contentChanged(ImageChanged);
H A DRenderBoxModelObject.h182 void contentChanged(ContentChangeType);
H A DRenderLayer.h453 void contentChanged(ContentChangeType);
H A DRenderBoxModelObject.cpp279 void RenderBoxModelObject::contentChanged(ContentChangeType changeType) function in class:WebCore::RenderBoxModelObject
284 layer()->contentChanged(changeType);
H A DRenderLayerBacking.cpp1696 void RenderLayerBacking::contentChanged(ContentChangeType changeType) function in class:WebCore::RenderLayerBacking
H A DRenderBox.cpp1454 layer()->contentChanged(MaskImageChanged);
1456 layer()->contentChanged(BackgroundImageChanged);
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLCanvasElement.cpp350 renderBox()->contentChanged(CanvasChanged);
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebView.h886 void repaint(const WebCore::IntRect&, bool contentChanged, bool immediate = false, bool repaintContentOnly = false);
H A DWebView.cpp774 void WebView::repaint(const WebCore::IntRect& windowRect, bool contentChanged, bool immediate, bool repaintContentOnly) argument
778 // The contentChanged, immediate, and repaintContentOnly parameters are all based on a non-
789 if (contentChanged)
6952 repaint(windowRect, true /*contentChanged*/, true /*immediate*/, false /*contentOnly*/);
/macosx-10.9.5/WebCore-7537.78.1/html/canvas/
H A DCanvasRenderingContext2D.cpp1746 // If we are drawing to hardware and we have a composited layer, just call contentChanged().
1750 renderBox->contentChanged(CanvasPixelsChanged);
H A DWebGLRenderingContext.cpp653 renderBox->contentChanged(CanvasChanged);
806 renderBox->contentChanged(CanvasChanged);

Completed in 223 milliseconds