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

  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
SurfaceBacking.cpp 181 if (layer->isPositionFixed())
186 || layer->isPositionFixed())
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
LayerAndroid.h 245 bool isPositionFixed() const { return m_fixedPosition; }
312 return contentIsScrollable() || isPositionFixed() || (m_animations.size() != 0);
LayerAndroid.cpp 156 || child->isPositionFixed())
380 if (!isPositionFixed()) {
406 if (isPositionFixed())
469 forceCalculation &= !(disableFixedElemUpdate && isPositionFixed());
612 isPositionFixed() ? "FIXED" : "",
682 isPositionFixed(), m_animations.size() != 0,
962 writeIntVal(file, indentLevel + 1, "isFixed", isPositionFixed());
    [all...]
  /external/webkit/Source/WebKit/android/jni/
ViewStateSerializer.cpp 275 stream->writeBool(layer->isPositionFixed());
  /external/webkit/Source/WebKit/android/nav/
WebView.cpp 689 if (layer->isPositionFixed()) {
    [all...]

Completed in 35 milliseconds