Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderReplaced.cpp166 bool RenderReplaced::shouldPaint(PaintInfo& paintInfo, int& tx, int& ty) in shouldPaint() function in WebCore::RenderReplaced
DRenderTableCell.cpp843 bool shouldPaint; member
858 void addBorder(const CollapsedBorderValue& borderValue, BoxSide borderSide, bool shouldPaint, in addBorder()
DRenderTreeAsText.cpp666 …bool shouldPaint = (behavior & RenderAsTextShowAllLayers) ? true : l->intersectsDamageRect(layerBo… in writeLayers() local
DRenderLayerBacking.cpp1115 …bool shouldPaint = (m_owningLayer->hasVisibleContent() || m_owningLayer->hasVisibleDescendant()) &… in paintIntoLayer() local
DRenderLayer.cpp2687 …bool shouldPaint = intersectsDamageRect(layerBounds, damageRect, rootLayer) && m_hasVisibleContent… in scrollTo() local
/external/webkit/Source/WebKit/win/
DWebPreferences.cpp1262 HRESULT WebPreferences::setShouldPaintCustomScrollbars(BOOL shouldPaint) in setShouldPaintCustomScrollbars()
1268 HRESULT WebPreferences::shouldPaintCustomScrollbars(BOOL* shouldPaint) in shouldPaintCustomScrollbars()
1274 HRESULT WebPreferences::shouldPaintNativeControls(BOOL* shouldPaint) in shouldPaintNativeControls()
1280 HRESULT WebPreferences::setShouldPaintNativeControls(BOOL shouldPaint) in setShouldPaintNativeControls()