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

  /external/webkit/Source/WebCore/platform/graphics/android/layers/
FixedPositioning.cpp 22 , m_fixedRight(position.m_fixedRight)
61 if (!(m_fixedLeft.defined() || m_fixedRight.defined()))
63 else if (m_fixedLeft.defined() || !m_fixedRight.defined())
66 x += w - m_fixedMarginRight.calcFloatValue(w) - m_fixedRight.calcFloatValue(w) - m_fixedRect.fRight;
93 dumper->writeLength("fixedRight", m_fixedRight);
FixedPositioning.h 117 m_fixedRight = right;
144 SkLength m_fixedRight;
  /external/webkit/Source/WebKit/android/jni/
ViewStateSerializer.cpp 350 writeSkLength(stream, fixedPosition->m_fixedRight);
466 fixedPosition->m_fixedRight = readSkLength(stream);

Completed in 163 milliseconds