/external/webkit/Source/WebKit/win/ |
D | WebPreferences.h | 284 /* [in] */ BOOL shouldPaint); 287 /* [retval][out] */ BOOL *shouldPaint); 342 /* [in] */ BOOL shouldPaint); 345 /* [retval][out] */ BOOL *shouldPaint);
|
D | WebPreferences.cpp | 1262 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/ |
D | RenderReplaced.h | 57 bool shouldPaint(PaintInfo&, int& tx, int& ty);
|
D | RenderTableCell.cpp | 843 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()
|
D | RenderReplaced.cpp | 107 if (!shouldPaint(paintInfo, tx, ty)) in paint() 166 bool RenderReplaced::shouldPaint(PaintInfo& paintInfo, int& tx, int& ty) in shouldPaint() function in WebCore::RenderReplaced
|
D | RenderLayerBacking.cpp | 1115 …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()
|
D | RenderTreeAsText.cpp | 666 …bool shouldPaint = (behavior & RenderAsTextShowAllLayers) ? true : l->intersectsDamageRect(layerBo… in writeLayers() local 669 if (shouldPaint && paintsBackgroundSeparately) in writeLayers() 683 if (shouldPaint) in writeLayers()
|
D | RenderWidget.cpp | 255 if (!shouldPaint(paintInfo, tx, ty)) in paint()
|
D | RenderLayer.cpp | 2687 …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/ |
D | IWebPreferences.idl | 191 HRESULT setShouldPaintCustomScrollbars(BOOL shouldPaint); 192 HRESULT shouldPaintCustomScrollbars(BOOL *shouldPaint);
|
D | IWebPreferencesPrivate.idl | 61 HRESULT setShouldPaintNativeControls([in] BOOL shouldPaint);
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2011-02-16 | 10360 (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):
|
D | ChangeLog-2006-05-10 | 5440 (WebCore::RenderReplaced::shouldPaint): 8471 (WebCore::RenderReplaced::shouldPaint): 8658 (WebCore::RenderReplaced::shouldPaint):
|
D | ChangeLog-2007-10-14 | 16946 (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
|
D | ChangeLog-2005-08-23 | 33468 (RenderReplaced::shouldPaint): 42441 (RenderReplaced::shouldPaint): Pass along paintingRoot to kids. 43668 (RenderReplaced::shouldPaint): 50531 (RenderReplaced::shouldPaint):
|
D | ChangeLog-2006-12-31 | 15171 (WebCore::RenderReplaced::shouldPaint): 25684 (WebCore::RenderReplaced::shouldPaint):
|
D | ChangeLog-2009-06-16 | 29426 … Make sure that the initial shouldPaint check that looks at enclosingLayers properly skips over 50208 (WebCore::RenderReplaced::shouldPaint): 51083 (WebCore::RenderReplaced::shouldPaint):
|
D | ChangeLog-2010-01-29 | 68453 (WebCore::RenderReplaced::shouldPaint): 69515 (WebCore::RenderReplaced::shouldPaint):
|
D | ChangeLog-2010-12-06 | 111008 (WebCore::RenderReplaced::shouldPaint):
|