Searched refs:m_howFar (Results 1 – 6 of 6) sorted by relevance
108 if (!m_howFar) in invoke()111 if (m_howFar > 0) { in invoke()112 for (int i = 0; i != m_howFar; ++i) in invoke()115 for (int i = 0; i != m_howFar; --i) in invoke()
154 , m_howFar(howFar) in BackForwardItem()158 int m_howFar; variable
92 if (m_howFar == 1) in invoke()94 else if (m_howFar == -1) in invoke()98 …bKitWebHistoryItem* item = webkit_web_back_forward_list_get_nth_item(webBackForwardList, m_howFar); in invoke()
148 if (m_howFar == 1) { in invoke()153 if (m_howFar == -1) { in invoke()163 if (FAILED(bfList->itemAtIndex(m_howFar, &item))) in invoke()
123 : m_howFar(howFar) in BackForwardItem()130 int m_howFar; variable
88 if (m_howFar == 1)90 else if (m_howFar == -1)94 [[mainFrame webView] goToBackForwardItem:[bfList itemAtIndex:m_howFar]];