Home
last modified time | relevance | path

Searched refs:m_fixedBackgroundLayer (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/
DGraphicsLayerAndroid.cpp109 m_fixedBackgroundLayer(0), in GraphicsLayerAndroid()
128 SkSafeUnref(m_fixedBackgroundLayer); in ~GraphicsLayerAndroid()
605 SkSafeUnref(m_fixedBackgroundLayer); in updateFixedBackgroundLayers()
617 m_fixedBackgroundLayer = new FixedBackgroundImageLayerAndroid(view->style(), in updateFixedBackgroundLayers()
626 m_fixedBackgroundLayer->setBackgroundColor(skiaColor); in updateFixedBackgroundLayers()
631 m_foregroundClipLayer->addChild(m_fixedBackgroundLayer); in updateFixedBackgroundLayers()
DGraphicsLayerAndroid.h169 FixedBackgroundImageLayerAndroid* m_fixedBackgroundLayer; variable