Home
last modified time | relevance | path

Searched defs:shouldPaint (Results 1 – 6 of 6) sorted by relevance

/external/webkit/WebKit/win/
DWebPreferences.cpp1158 HRESULT WebPreferences::setShouldPaintCustomScrollbars(BOOL shouldPaint) in setShouldPaintCustomScrollbars()
1164 HRESULT WebPreferences::shouldPaintCustomScrollbars(BOOL* shouldPaint) in shouldPaintCustomScrollbars()
1170 HRESULT WebPreferences::shouldPaintNativeControls(BOOL* shouldPaint) in shouldPaintNativeControls()
1176 HRESULT WebPreferences::setShouldPaintNativeControls(BOOL shouldPaint) in setShouldPaintNativeControls()
/external/webkit/WebCore/rendering/
DRenderTreeAsText.cpp469 bool shouldPaint = l->intersectsDamageRect(layerBounds, damageRect, rootLayer); in writeLayers() local
DRenderReplaced.cpp155 bool RenderReplaced::shouldPaint(PaintInfo& paintInfo, int& tx, int& ty) in shouldPaint() function in WebCore::RenderReplaced
DRenderTableCell.cpp683 bool shouldPaint; member
698 void addBorder(const CollapsedBorderValue& borderValue, BoxSide borderSide, bool shouldPaint, in addBorder()
DRenderLayerBacking.cpp780 bool shouldPaint = m_owningLayer->hasVisibleContent() && m_owningLayer->isSelfPaintingLayer(); in paintIntoLayer() local
DRenderLayer.cpp2134 …bool shouldPaint = intersectsDamageRect(layerBounds, damageRect, rootLayer) && m_hasVisibleContent… in paintLayer() local