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

  /external/webkit/Source/WebCore/platform/graphics/android/
GraphicsLayerAndroid.h 167 FixedBackgroundImageLayerAndroid* m_fixedBackgroundLayer;
GraphicsLayerAndroid.cpp 108 m_fixedBackgroundLayer(0),
128 SkSafeUnref(m_fixedBackgroundLayer);
603 SkSafeUnref(m_fixedBackgroundLayer);
609 // \- m_fixedBackgroundLayer
615 m_fixedBackgroundLayer = new FixedBackgroundImageLayerAndroid(view->style(),
624 m_fixedBackgroundLayer->setBackgroundColor(skiaColor);
629 m_foregroundClipLayer->addChild(m_fixedBackgroundLayer);
    [all...]

Completed in 165 milliseconds