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

  /external/webkit/WebCore/platform/graphics/qt/
GraphicsLayerQt.h 61 virtual void clearBackgroundColor();
GraphicsLayerQt.cpp 740 void GraphicsLayerQt::clearBackgroundColor()
744 GraphicsLayer::clearBackgroundColor();
    [all...]
  /external/webkit/WebCore/platform/graphics/android/
GraphicsLayerAndroid.h 68 virtual void clearBackgroundColor();
GraphicsLayerAndroid.cpp 361 void GraphicsLayerAndroid::clearBackgroundColor()
363 LOG("(%x) clearBackgroundColor", this);
364 GraphicsLayer::clearBackgroundColor();
  /external/webkit/WebCore/platform/graphics/win/
GraphicsLayerCACF.h 72 virtual void clearBackgroundColor();
GraphicsLayerCACF.cpp 288 void GraphicsLayerCACF::clearBackgroundColor()
293 GraphicsLayer::clearBackgroundColor();
  /external/webkit/WebCore/platform/graphics/
GraphicsLayer.h 250 virtual void clearBackgroundColor();
GraphicsLayer.cpp 233 void GraphicsLayer::clearBackgroundColor()
  /external/webkit/WebCore/platform/graphics/mac/
GraphicsLayerCA.h 82 virtual void clearBackgroundColor();
GraphicsLayerCA.mm 634 void GraphicsLayerCA::clearBackgroundColor()
639 GraphicsLayer::clearBackgroundColor();
    [all...]

Completed in 147 milliseconds