Home
last modified time | relevance | path

Searched refs:isPositionFixed (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/rendering/
DSurfaceBacking.cpp193 if (layer->isPositionFixed()) in computeTexturesAmount()
198 || layer->isPositionFixed()) in computeTexturesAmount()
/external/webkit/Source/WebCore/platform/graphics/android/layers/
DLayerAndroid.cpp157 || child->isPositionFixed()) in LayerAndroid()
383 if (!isPositionFixed()) { in updatePositions()
405 if (isPositionFixed()) in updateLocalTransformAndClip()
477 forceCalculation &= !(disableFixedElemUpdate && isPositionFixed()); in updateGLPositionsAndScale()
616 isPositionFixed() ? "FIXED" : "", in showLayer()
686 isPositionFixed(), m_animations.size() != 0, in assignSurfaces()
1015 dumper->writeIntVal("isFixed", isPositionFixed()); in dumpLayer()
DLayerAndroid.h247 bool isPositionFixed() const { return m_fixedPosition; } in isPositionFixed() function
315 return contentIsScrollable() || isPositionFixed() || (m_animations.size() != 0); in hasDynamicTransform()
/external/webkit/Source/WebKit/android/jni/
DViewStateSerializer.cpp366 stream->writeBool(layer->isPositionFixed()); in serializeLayer()
/external/webkit/Source/WebKit/android/nav/
DWebView.cpp689 if (layer->isPositionFixed()) { in findMaskedRectsForLayer()