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

  /external/webkit/Source/WebCore/platform/
ScrollAnimatorWin.cpp 54 : m_currentPos(currentPos)
91 if (*data->m_currentPos == data->m_desiredPos)
135 float animationStep = fabs(newPos - *data->m_currentPos);
186 *m_horizontalData.m_currentPos = offset.x();
191 *m_verticalData.m_currentPos = offset.y();
289 if (distanceTraveled >= fabs(data->m_desiredPos - *data->m_currentPos)) {
292 *data->m_currentPos = data->m_desiredPos;
298 if (*data->m_currentPos > data->m_desiredPos)
300 *data->m_currentPos += distanceTraveled;
ScrollAnimatorWin.h 53 float* m_currentPos;
Scrollbar.h 63 int value() const { return lroundf(m_currentPos); }
64 float currentPos() const { return m_currentPos; }
152 float m_currentPos;
Scrollbar.cpp 72 , m_currentPos(0)
112 if (position == m_currentPos)
116 m_currentPos = position;
220 if (m_currentPos == 0)
223 if (m_currentPos == maximum())
370 m_dragOrigin = m_currentPos;
379 m_dragOrigin = m_currentPos;
  /external/webkit/Source/WebKit/win/
COMEnumVariant.h 62 , m_currentPos(m_container.begin())
71 typename ContainerType::const_iterator m_currentPos;
80 instance->m_currentPos = instance->m_container.begin();
137 if (m_currentPos == m_container.end())
140 COMVariantSetter<ContainerType::ValueType>::setVariant(&rgVar[i], *m_currentPos);
141 ++m_currentPos;
153 if (m_currentPos == m_container.end())
156 ++m_currentPos;
164 m_currentPos = m_container.begin();
  /external/webkit/Source/WebCore/platform/gtk/
MainFrameScrollbarGtk.cpp 94 if (!m_adjustment || gtk_adjustment_get_value(m_adjustment.get()) == m_currentPos)
96 gtk_adjustment_set_value(m_adjustment.get(), m_currentPos);
GtkVersioning.c 28 m_adjustment->value = m_currentPos;

Completed in 89 milliseconds