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

  /external/webkit/Tools/DumpRenderTree/win/
WorkQueueItemWin.cpp 158 COMPtr<IWebBackForwardList> bfList;
159 if (FAILED(webView->backForwardList(&bfList)))
163 if (FAILED(bfList->itemAtIndex(m_howFar, &item)))
DumpRenderTree.cpp 628 COMPtr<IWebBackForwardList> bfList;
629 if (FAILED(webView->backForwardList(&bfList)))
638 if (FAILED(bfList->forwardListCount(&forwardListCount)))
643 if (FAILED(bfList->itemAtIndex(i, &item)))
653 if (FAILED(bfList->currentItem(&currentItem)))
663 if (FAILED(bfList->backListCount(&backListCount)))
668 if (FAILED(bfList->itemAtIndex(i, &item)))
    [all...]
  /external/webkit/Tools/DumpRenderTree/gtk/
DumpRenderTree.cpp 344 WebKitWebBackForwardList* bfList = webkit_web_view_get_back_forward_list(view);
349 gint forwardListCount = webkit_web_back_forward_list_get_forward_length(bfList);
351 WebKitWebHistoryItem* item = webkit_web_back_forward_list_get_nth_item(bfList, i);
358 WebKitWebHistoryItem* currentItem = webkit_web_back_forward_list_get_current_item(bfList);
364 gint backListCount = webkit_web_back_forward_list_get_back_length(bfList);
366 WebKitWebHistoryItem* item = webkit_web_back_forward_list_get_nth_item(bfList, i);
691 WebKitWebBackForwardList* bfList = webkit_web_view_get_back_forward_list(webView);
692 prevTestBFItem = webkit_web_back_forward_list_get_current_item(bfList);
    [all...]

Completed in 65 milliseconds