Searched refs:shouldPaint (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderReplaced.h64 bool shouldPaint(PaintInfo&, const LayoutPoint&);
H A DRenderTableCell.cpp1022 bool shouldPaint; member in struct:WebCore::CollapsedBorder
1037 void addBorder(const CollapsedBorderValue& borderValue, BoxSide borderSide, bool shouldPaint, argument
1040 if (borderValue.exists() && shouldPaint) {
1043 m_borders[m_count].shouldPaint = shouldPaint;
1056 if (m_borders[i].borderValue.exists() && m_borders[i].shouldPaint) {
1057 m_borders[i].shouldPaint = false;
H A DRenderReplaced.cpp112 if (!shouldPaint(paintInfo, paintOffset))
173 bool RenderReplaced::shouldPaint(PaintInfo& paintInfo, const LayoutPoint& paintOffset) function in class:WebCore::RenderReplaced
H A DRenderWidget.cpp277 if (!shouldPaint(paintInfo, paintOffset))
H A DRenderTreeAsText.cpp741 bool shouldPaint = (behavior & RenderAsTextShowAllLayers) ? true : l->intersectsDamageRect(layerBounds, damageRect.rect(), rootLayer); local
744 if (shouldPaint && paintsBackgroundSeparately)
758 if (shouldPaint)
H A DRenderBlock.h733 bool shouldPaint() const { return m_shouldPaint; } function in struct:WebCore::RenderBlock::FloatingObject
734 void setShouldPaint(bool shouldPaint) { m_shouldPaint = shouldPaint; } argument
H A DRenderBlock.cpp2958 if (logicalBottomForFloat(r) > logicalHeight() && ((paintAllDescendants && r->m_renderer->isDescendantOf(this)) || r->shouldPaint()) && !r->m_renderer->hasSelfPaintingLayer()) {
3368 if (r->shouldPaint() && !r->m_renderer->hasSelfPaintingLayer()) {
4829 if (makeChildPaintOtherFloats && !r->shouldPaint() && !r->m_renderer->hasSelfPaintingLayer()
5131 if (floatingObject->shouldPaint() && !floatingObject->m_renderer->hasSelfPaintingLayer()) {
7027 if (r->shouldPaint()) {
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DIWebPreferencesPrivate.idl61 HRESULT setShouldPaintNativeControls([in] BOOL shouldPaint);
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebPreferences.h378 /* [in] */ BOOL shouldPaint);
381 /* [retval][out] */ BOOL *shouldPaint);
H A DWebPreferences.cpp1367 HRESULT WebPreferences::shouldPaintNativeControls(BOOL* shouldPaint) argument
1369 *shouldPaint = boolValueForKey(CFSTR(WebKitPaintNativeControlsPreferenceKey));
1373 HRESULT WebPreferences::setShouldPaintNativeControls(BOOL shouldPaint) argument
1375 setBoolValue(CFSTR(WebKitPaintNativeControlsPreferenceKey), shouldPaint); local

Completed in 310 milliseconds