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

  /external/webkit/Source/WebCore/platform/graphics/android/layers/
FixedPositioning.cpp 23 , m_fixedBottom(position.m_fixedBottom)
68 if (!(m_fixedTop.defined() || m_fixedBottom.defined()))
70 else if (m_fixedTop.defined() || !m_fixedBottom.defined())
73 y += h - m_fixedMarginBottom.calcFloatValue(h) - m_fixedBottom.calcFloatValue(h) - m_fixedRect.fBottom;
94 dumper->writeLength("fixedBottom", m_fixedBottom);
FixedPositioning.h 118 m_fixedBottom = bottom;
145 SkLength m_fixedBottom;
  /external/webkit/Source/WebKit/android/jni/
ViewStateSerializer.cpp 351 writeSkLength(stream, fixedPosition->m_fixedBottom);
467 fixedPosition->m_fixedBottom = readSkLength(stream);

Completed in 45 milliseconds