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

  /external/webkit/Source/WebCore/platform/graphics/android/layers/
FixedBackgroundLayerAndroid.h 40 virtual bool isFixedBackground() const { return true; }
LayerAndroid.h 243 virtual bool isFixedBackground() const { return false; }
  /external/webkit/Source/WebCore/platform/graphics/android/
GraphicsLayerAndroid.cpp 557 } else if (!m_contentLayer->isFixedBackground()) {
639 if (!m_contentLayer->isFixedBackground()) {
693 if (m_foregroundLayer && !m_contentLayer->isFixedBackground()) {
750 } else if (m_contentLayer->isFixedBackground()) {
    [all...]

Completed in 125 milliseconds