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

  /external/webkit/Source/WebCore/platform/graphics/android/layers/
FixedPositioning.cpp 27 , m_fixedMarginBottom(position.m_fixedMarginBottom)
73 y += h - m_fixedMarginBottom.calcFloatValue(h) - m_fixedBottom.calcFloatValue(h) - m_fixedRect.fBottom;
98 dumper->writeLength("fixedMarginBottom", m_fixedMarginBottom);
FixedPositioning.h 122 m_fixedMarginBottom = marginBottom;
149 SkLength m_fixedMarginBottom;
  /external/webkit/Source/WebKit/android/jni/
ViewStateSerializer.cpp 355 writeSkLength(stream, fixedPosition->m_fixedMarginBottom);
471 fixedPosition->m_fixedMarginBottom = readSkLength(stream);

Completed in 40 milliseconds