HomeSort by relevance Sort by last modified time
    Searched refs:shouldPaint (Results 1 - 11 of 11) sorted by null

  /external/webkit/Source/WebCore/rendering/
RenderReplaced.h 57 bool shouldPaint(PaintInfo&, int& tx, int& ty);
RenderTableCell.cpp     [all...]
RenderReplaced.cpp 107 if (!shouldPaint(paintInfo, tx, ty))
166 bool RenderReplaced::shouldPaint(PaintInfo& paintInfo, int& tx, int& ty)
RenderLayerBacking.cpp     [all...]
RenderWidget.cpp 255 if (!shouldPaint(paintInfo, tx, ty))
RenderTreeAsText.cpp 666 bool shouldPaint = (behavior & RenderAsTextShowAllLayers) ? true : l->intersectsDamageRect(layerBounds, damageRect, rootLayer);
669 if (shouldPaint && paintsBackgroundSeparately)
683 if (shouldPaint)
RenderLayer.cpp     [all...]
  /external/webkit/Source/WebKit/win/
WebPreferences.h 284 /* [in] */ BOOL shouldPaint);
287 /* [retval][out] */ BOOL *shouldPaint);
342 /* [in] */ BOOL shouldPaint);
345 /* [retval][out] */ BOOL *shouldPaint);
WebPreferences.cpp     [all...]
  /external/webkit/Source/WebKit/win/Interfaces/
IWebPreferences.idl 191 HRESULT setShouldPaintCustomScrollbars(BOOL shouldPaint);
192 HRESULT shouldPaintCustomScrollbars(BOOL *shouldPaint);
IWebPreferencesPrivate.idl 61 HRESULT setShouldPaintNativeControls([in] BOOL shouldPaint);

Completed in 244 milliseconds