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

  /external/webkit/Source/WebCore/platform/graphics/android/layers/
FixedPositioning.cpp 24 , m_fixedMarginLeft(position.m_fixedMarginLeft)
64 x += m_fixedMarginLeft.calcFloatValue(w) + m_fixedLeft.calcFloatValue(w) - m_fixedRect.fLeft;
95 dumper->writeLength("fixedMarginLeft", m_fixedMarginLeft);
FixedPositioning.h 119 m_fixedMarginLeft = marginLeft;
146 SkLength m_fixedMarginLeft;
  /external/webkit/Source/WebKit/android/jni/
ViewStateSerializer.cpp 352 writeSkLength(stream, fixedPosition->m_fixedMarginLeft);
468 fixedPosition->m_fixedMarginLeft = readSkLength(stream);

Completed in 39 milliseconds