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

  /external/webkit/Source/WebCore/storage/
StorageMap.cpp 40 , m_iteratorIndex(UINT_MAX)
57 m_iteratorIndex = UINT_MAX;
67 if (m_iteratorIndex == index)
70 if (index < m_iteratorIndex) {
71 m_iteratorIndex = 0;
76 while (m_iteratorIndex < index) {
77 ++m_iteratorIndex;
StorageMap.h 66 unsigned m_iteratorIndex;

Completed in 547 milliseconds