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

  /external/webkit/WebKitTools/DumpRenderTree/gtk/
DumpRenderTree.cpp 95 static WebKitWebHistoryItem* prevTestBFItem = NULL;
257 // Print out all items in the list after prevTestBFItem, which was from the previous test
264 ASSERT(item != prevTestBFItem);
278 if (item == prevTestBFItem)
485 if (prevTestBFItem)
486 g_object_unref(prevTestBFItem);
488 prevTestBFItem = webkit_web_back_forward_list_get_current_item(bfList);
489 if (prevTestBFItem)
490 g_object_ref(prevTestBFItem);
  /external/webkit/WebKitTools/DumpRenderTree/mac/
DumpRenderTree.mm 135 static WebHistoryItem *prevTestBFItem = nil; // current b/f item at the end of the previous test
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/win/
DumpRenderTree.cpp 95 static COMPtr<IWebHistoryItem> prevTestBFItem; // current b/f item at the end of the previous test
566 // Print out all items in the list after prevTestBFItem, which was from the previous test
580 assert(item != prevTestBFItem);
590 assert(currentItem != prevTestBFItem);
604 if (item == prevTestBFItem)
918 prevTestBFItem = 0;
922 bfList->currentItem(&prevTestBFItem);
    [all...]

Completed in 34 milliseconds