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

  /external/webkit/WebCore/rendering/
RenderReplaced.h 50 bool shouldPaint(PaintInfo&, int& tx, int& ty);
RenderTableCell.cpp 673 bool shouldPaint;
688 void addBorder(const CollapsedBorderValue& borderValue, BoxSide borderSide, bool shouldPaint,
691 if (borderValue.exists() && shouldPaint) {
694 m_borders[m_count].shouldPaint = shouldPaint;
707 if (m_borders[i].borderValue.exists() && m_borders[i].shouldPaint) {
708 m_borders[i].shouldPaint = false;
    [all...]
RenderReplaced.cpp 97 if (!shouldPaint(paintInfo, tx, ty))
160 bool RenderReplaced::shouldPaint(PaintInfo& paintInfo, int& tx, int& ty)
RenderTreeAsText.cpp 517 bool shouldPaint = (behavior & RenderAsTextShowAllLayers) ? true : l->intersectsDamageRect(layerBounds, damageRect, rootLayer);
520 if (shouldPaint && paintsBackgroundSeparately)
534 if (shouldPaint)
RenderLayerBacking.cpp     [all...]
RenderWidget.cpp 221 if (!shouldPaint(paintInfo, tx, ty))
RenderLayer.cpp     [all...]
  /external/webkit/WebKit/win/
WebPreferences.h 278 /* [in] */ BOOL shouldPaint);
281 /* [retval][out] */ BOOL *shouldPaint);
336 /* [in] */ BOOL shouldPaint);
339 /* [retval][out] */ BOOL *shouldPaint);
WebPreferences.cpp     [all...]
  /external/webkit/WebKit/win/Interfaces/
IWebPreferencesPrivate.idl 61 HRESULT setShouldPaintNativeControls([in] BOOL shouldPaint);
IWebPreferences.idl 184 HRESULT setShouldPaintCustomScrollbars(BOOL shouldPaint);
185 HRESULT shouldPaintCustomScrollbars(BOOL *shouldPaint);

Completed in 449 milliseconds