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

  /external/webkit/Source/WebKit/chromium/public/win/
WebThemeEngine.h 77 const WebRect&, WebColor, bool fillContentArea, bool drawEdges) = 0;
  /external/webkit/Tools/DumpRenderTree/chromium/
WebThemeControlDRTWin.h 134 // fillContentArea is true, fill the content area with the given color.
135 void drawTextField(bool drawEdges, bool fillContentArea, SkColor color);
WebThemeEngineDRTWin.h 85 const WebKit::WebRect&, WebKit::WebColor, bool fillContentArea,
WebThemeEngineDRTWin.cpp 72 bool fillContentArea,
76 control.drawTextField(drawEdges, fillContentArea, color);
650 bool fillContentArea,
695 drawTextField(canvas, rect, ctype, cstate, drawEdges, fillContentArea, color);
WebThemeControlDRTWin.cpp 483 void WebThemeControlDRTWin::drawTextField(bool drawEdges, bool fillContentArea, SkColor color)
488 if (fillContentArea) {
  /external/webkit/Source/WebCore/platform/chromium/
PlatformBridge.h 264 GraphicsContext*, int part, int state, int classicState, const IntRect&, const Color&, bool fillContentArea, bool drawEdges);
  /external/webkit/Source/WebCore/rendering/
RenderThemeChromiumWin.cpp 687 bool fillContentArea = !o->style()->hasBackgroundImage() && backgroundColor.alpha();
705 fillContentArea,
  /external/webkit/Source/WebKit/chromium/src/
PlatformBridge.cpp 756 const IntRect& rect, const Color& color, bool fillContentArea,
764 backgroundColor, fillContentArea, drawEdges);
    [all...]

Completed in 2024 milliseconds