Home
last modified time | relevance | path

Searched refs:shouldPaint (Results 1 – 19 of 19) sorted by relevance

/external/webkit/Source/WebKit/win/
DWebPreferences.h284 /* [in] */ BOOL shouldPaint);
287 /* [retval][out] */ BOOL *shouldPaint);
342 /* [in] */ BOOL shouldPaint);
345 /* [retval][out] */ BOOL *shouldPaint);
DWebPreferences.cpp1262 HRESULT WebPreferences::setShouldPaintCustomScrollbars(BOOL shouldPaint) in setShouldPaintCustomScrollbars() argument
1264 setBoolValue(CFSTR(WebKitPaintCustomScrollbarsPreferenceKey), shouldPaint); in setShouldPaintCustomScrollbars()
1268 HRESULT WebPreferences::shouldPaintCustomScrollbars(BOOL* shouldPaint) in shouldPaintCustomScrollbars() argument
1270 *shouldPaint = boolValueForKey(CFSTR(WebKitPaintCustomScrollbarsPreferenceKey)); in shouldPaintCustomScrollbars()
1274 HRESULT WebPreferences::shouldPaintNativeControls(BOOL* shouldPaint) in shouldPaintNativeControls() argument
1276 *shouldPaint = boolValueForKey(CFSTR(WebKitPaintNativeControlsPreferenceKey)); in shouldPaintNativeControls()
1280 HRESULT WebPreferences::setShouldPaintNativeControls(BOOL shouldPaint) in setShouldPaintNativeControls() argument
1282 setBoolValue(CFSTR(WebKitPaintNativeControlsPreferenceKey), shouldPaint); in setShouldPaintNativeControls()
/external/webkit/Source/WebCore/rendering/
DRenderReplaced.h57 bool shouldPaint(PaintInfo&, int& tx, int& ty);
DRenderTableCell.cpp843 bool shouldPaint; member
858 void addBorder(const CollapsedBorderValue& borderValue, BoxSide borderSide, bool shouldPaint, in addBorder() argument
861 if (borderValue.exists() && shouldPaint) { in addBorder()
864 m_borders[m_count].shouldPaint = shouldPaint; in addBorder()
877 if (m_borders[i].borderValue.exists() && m_borders[i].shouldPaint) { in nextBorder()
878 m_borders[i].shouldPaint = false; in nextBorder()
DRenderReplaced.cpp107 if (!shouldPaint(paintInfo, tx, ty)) in paint()
166 bool RenderReplaced::shouldPaint(PaintInfo& paintInfo, int& tx, int& ty) in shouldPaint() function in WebCore::RenderReplaced
DRenderLayerBacking.cpp1115 …bool shouldPaint = (m_owningLayer->hasVisibleContent() || m_owningLayer->hasVisibleDescendant()) &… in paintIntoLayer() local
1118 if (shouldPaint && ((paintingPhase & GraphicsLayerPaintBackground) in paintIntoLayer()
1121 if (shouldPaint && (paintingPhase & GraphicsLayerPaintBackground)) { in paintIntoLayer()
1163 if (shouldPaint && (paintingPhase & GraphicsLayerPaintForeground)) { in paintIntoLayer()
1204 if (shouldPaint && (paintingPhase & GraphicsLayerPaintMask)) { in paintIntoLayer()
DRenderTreeAsText.cpp666 …bool shouldPaint = (behavior & RenderAsTextShowAllLayers) ? true : l->intersectsDamageRect(layerBo… in writeLayers() local
669 if (shouldPaint && paintsBackgroundSeparately) in writeLayers()
683 if (shouldPaint) in writeLayers()
DRenderWidget.cpp255 if (!shouldPaint(paintInfo, tx, ty)) in paint()
DRenderLayer.cpp2687 …bool shouldPaint = intersectsDamageRect(layerBounds, damageRect, rootLayer) && m_hasVisibleContent… in scrollTo() local
2688 if (shouldPaint && !selectionOnly && !damageRect.isEmpty() && !paintingOverlayScrollbars) { in scrollTo()
2709 if (shouldPaint && !clipRectToApply.isEmpty() && !paintingOverlayScrollbars) { in scrollTo()
2748 …if (renderer()->hasMask() && shouldPaint && !selectionOnly && !damageRect.isEmpty() && !paintingOv… in scrollTo()
/external/webkit/Source/WebKit/win/Interfaces/
DIWebPreferences.idl191 HRESULT setShouldPaintCustomScrollbars(BOOL shouldPaint);
192 HRESULT shouldPaintCustomScrollbars(BOOL *shouldPaint);
DIWebPreferencesPrivate.idl61 HRESULT setShouldPaintNativeControls([in] BOOL shouldPaint);
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1610360 (WebCore::RenderReplaced::shouldPaint):
11324 (WebCore::RenderReplaced::shouldPaint):
41355 However our shouldPaint logic has always been flawed and has turned off propagation
47701 (WebCore::RenderReplaced::shouldPaint):
DChangeLog-2006-05-105440 (WebCore::RenderReplaced::shouldPaint):
8471 (WebCore::RenderReplaced::shouldPaint):
8658 (WebCore::RenderReplaced::shouldPaint):
DChangeLog-2007-10-1416946 (WebCore::RenderReplaced::shouldPaint): Account for overflow.
21246 Updated our shouldPaint check to consider visibility.
46796 … RenderSVGImage::paint, do not call shouldPaint() as this will never work properly for SVG rendere…
68327 * rendering/RenderReplaced.h: Made shouldPaint be protected, and made
DChangeLog-2005-08-2333468 (RenderReplaced::shouldPaint):
42441 (RenderReplaced::shouldPaint): Pass along paintingRoot to kids.
43668 (RenderReplaced::shouldPaint):
50531 (RenderReplaced::shouldPaint):
DChangeLog-2006-12-3115171 (WebCore::RenderReplaced::shouldPaint):
25684 (WebCore::RenderReplaced::shouldPaint):
DChangeLog-2009-06-1629426 … Make sure that the initial shouldPaint check that looks at enclosingLayers properly skips over
50208 (WebCore::RenderReplaced::shouldPaint):
51083 (WebCore::RenderReplaced::shouldPaint):
DChangeLog-2010-01-2968453 (WebCore::RenderReplaced::shouldPaint):
69515 (WebCore::RenderReplaced::shouldPaint):
DChangeLog-2010-12-06111008 (WebCore::RenderReplaced::shouldPaint):