Searched refs:bfList (Results 1 – 5 of 5) sorted by relevance
158 COMPtr<IWebBackForwardList> bfList; in invoke() local159 if (FAILED(webView->backForwardList(&bfList))) in invoke()163 if (FAILED(bfList->itemAtIndex(m_howFar, &item))) in invoke()
628 COMPtr<IWebBackForwardList> bfList; in dumpBackForwardList() local629 if (FAILED(webView->backForwardList(&bfList))) in dumpBackForwardList()638 if (FAILED(bfList->forwardListCount(&forwardListCount))) in dumpBackForwardList()643 if (FAILED(bfList->itemAtIndex(i, &item))) in dumpBackForwardList()653 if (FAILED(bfList->currentItem(¤tItem))) in dumpBackForwardList()663 if (FAILED(bfList->backListCount(&backListCount))) in dumpBackForwardList()668 if (FAILED(bfList->itemAtIndex(i, &item))) in dumpBackForwardList()1018 COMPtr<IWebBackForwardList> bfList; in runTest() local1019 if (SUCCEEDED(webView->backForwardList(&bfList))) in runTest()1020 bfList->currentItem(&prevTestBFItem); in runTest()
344 WebKitWebBackForwardList* bfList = webkit_web_view_get_back_forward_list(view); in dumpBackForwardListForWebView() local349 gint forwardListCount = webkit_web_back_forward_list_get_forward_length(bfList); in dumpBackForwardListForWebView()351 WebKitWebHistoryItem* item = webkit_web_back_forward_list_get_nth_item(bfList, i); in dumpBackForwardListForWebView()358 WebKitWebHistoryItem* currentItem = webkit_web_back_forward_list_get_current_item(bfList); in dumpBackForwardListForWebView()364 gint backListCount = webkit_web_back_forward_list_get_back_length(bfList); in dumpBackForwardListForWebView()366 WebKitWebHistoryItem* item = webkit_web_back_forward_list_get_nth_item(bfList, i); in dumpBackForwardListForWebView()691 WebKitWebBackForwardList* bfList = webkit_web_view_get_back_forward_list(webView); in runTest() local692 prevTestBFItem = webkit_web_back_forward_list_get_current_item(bfList); in runTest()
93 WebBackForwardList *bfList = [[mainFrame webView] backForwardList];94 [[mainFrame webView] goToBackForwardItem:[bfList itemAtIndex:m_howFar]];
861 WebBackForwardList *bfList = [view backForwardList];866 for (int i = [bfList forwardListCount]; i > 0; i--) {867 WebHistoryItem *item = [bfList itemAtIndex:i];873 assert([bfList currentItem] != prevTestBFItem);874 [itemsToPrint addObject:[bfList currentItem]];877 for (int i = -1; i >= -[bfList backListCount]; i--) {878 WebHistoryItem *item = [bfList itemAtIndex:i];