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

  /external/webkit/WebCore/platform/graphics/android/
LayerAndroid.h 108 m_fixedMarginTop = marginTop;
193 SkLength m_fixedMarginTop;
LayerAndroid.cpp 83 m_fixedMarginTop = layer.m_fixedMarginTop;
285 y += m_fixedMarginTop.calcFloatValue(h) + m_fixedTop.calcFloatValue(h) - layerRect.fTop;
527 writeLength(file, indentLevel + 1, "fixedMarginTop", m_fixedMarginTop);

Completed in 2876 milliseconds