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/
LayerAndroid.h 191 m_fixedBottom = bottom;
344 SkLength m_fixedBottom;
LayerAndroid.cpp 194 m_fixedBottom = layer.m_fixedBottom;
646 if (!(m_fixedTop.defined() || m_fixedBottom.defined()))
648 else if (m_fixedTop.defined() || !m_fixedBottom.defined())
651 y += h - m_fixedMarginBottom.calcFloatValue(h) - m_fixedBottom.calcFloatValue(h) - m_fixedRect.fBottom;
    [all...]
  /external/webkit/Source/WebKit/android/jni/
ViewStateSerializer.cpp 281 writeSkLength(stream, layer->m_fixedBottom);
363 layer->m_fixedBottom = readSkLength(stream);

Completed in 96 milliseconds