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

  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsLayerQt.h 62 virtual void clearBackgroundColor();
GraphicsLayerQt.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
GraphicsLayerChromium.h 73 virtual void clearBackgroundColor();
GraphicsLayerChromium.cpp 260 void GraphicsLayerChromium::clearBackgroundColor()
265 GraphicsLayer::clearBackgroundColor();
  /external/webkit/Source/WebCore/platform/graphics/texmap/
GraphicsLayerTextureMapper.h 67 virtual void clearBackgroundColor();
GraphicsLayerTextureMapper.cpp 263 void GraphicsLayerTextureMapper::clearBackgroundColor()
268 GraphicsLayer::clearBackgroundColor();
  /external/webkit/Source/WebCore/platform/graphics/win/
GraphicsLayerCACF.h 69 virtual void clearBackgroundColor();
GraphicsLayerCACF.cpp 286 void GraphicsLayerCACF::clearBackgroundColor()
291 GraphicsLayer::clearBackgroundColor();
  /external/webkit/Source/WebCore/platform/graphics/android/
GraphicsLayerAndroid.h 79 virtual void clearBackgroundColor();
GraphicsLayerAndroid.cpp 439 void GraphicsLayerAndroid::clearBackgroundColor()
444 ALOGV("(%x) clearBackgroundColor", this);
445 GraphicsLayer::clearBackgroundColor();
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsLayer.h 271 virtual void clearBackgroundColor();
GraphicsLayer.cpp 239 void GraphicsLayer::clearBackgroundColor()
  /external/webkit/Source/WebCore/platform/graphics/ca/
GraphicsLayerCA.h 88 virtual void clearBackgroundColor();
GraphicsLayerCA.cpp 518 void GraphicsLayerCA::clearBackgroundColor()
523 GraphicsLayer::clearBackgroundColor();
    [all...]

Completed in 198 milliseconds