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

  /external/webkit/Source/WebCore/platform/
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;
  /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();

Completed in 2215 milliseconds