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

  /external/webkit/Source/WebKit2/UIProcess/
WebBackForwardList.cpp 37 , m_current(NoCurrentItemIndex)
42 ASSERT(m_current == NoCurrentItemIndex || m_current < m_entries.size());
62 ASSERT(m_current == NoCurrentItemIndex || m_current < m_entries.size());
70 if (m_current != NoCurrentItemIndex) {
97 ASSERT(m_current == NoCurrentItemIndex || m_current < m_entries.size());
102 ASSERT(m_current == NoCurrentItemIndex || m_current < m_entries.size());
121 ASSERT(m_current == NoCurrentItemIndex || m_current < m_entries.size());
123 if (m_current != NoCurrentItemIndex)
130 ASSERT(m_current == NoCurrentItemIndex || m_current < m_entries.size());
132 if (m_current && m_current != NoCurrentItemIndex)
    [all...]
WebBackForwardList.h 86 static const unsigned NoCurrentItemIndex = UINT_MAX;
  /external/webkit/Source/WebCore/history/
BackForwardListImpl.cpp 44 static const unsigned NoCurrentItemIndex = UINT_MAX;
48 , m_current(NoCurrentItemIndex)
67 if (m_current != NoCurrentItemIndex) {
134 if (m_current && m_current != NoCurrentItemIndex)
141 if (m_current != NoCurrentItemIndex)
156 if (m_current != NoCurrentItemIndex) {
194 m_current = NoCurrentItemIndex;
220 return m_current == NoCurrentItemIndex ? 0 : m_current;
225 return m_current == NoCurrentItemIndex ? 0 : (int)m_entries.size() - (m_current + 1);
270 if (m_current == NoCurrentItemIndex || m_current < i
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/cf/
WebBackForwardListCF.cpp 55 ASSERT(m_current == NoCurrentItemIndex || m_current < m_entries.size());
110 if (currentIndex != static_cast<CFIndex>(NoCurrentItemIndex) && currentIndex >= size) {
115 if (currentIndex == static_cast<CFIndex>(NoCurrentItemIndex) && size) {
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebBackForwardListProxy.cpp 44 static const unsigned NoCurrentItemIndex = UINT_MAX;

Completed in 172 milliseconds