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

  /external/webkit/Tools/DumpRenderTree/gtk/
DumpRenderTree.cpp 93 static WebKitWebHistoryItem* prevTestBFItem = NULL;
346 // Print out all items in the list after prevTestBFItem, which was from the previous test
353 ASSERT(item != prevTestBFItem);
367 if (item == prevTestBFItem)
689 if (prevTestBFItem)
690 g_object_unref(prevTestBFItem);
692 prevTestBFItem = webkit_web_back_forward_list_get_current_item(bfList);
693 if (prevTestBFItem)
694 g_object_ref(prevTestBFItem);
    [all...]
  /external/webkit/Tools/DumpRenderTree/win/
DumpRenderTree.cpp 97 static COMPtr<IWebHistoryItem> prevTestBFItem; // current b/f item at the end of the previous test
632 // Print out all items in the list after prevTestBFItem, which was from the previous test
646 assert(item != prevTestBFItem);
656 assert(currentItem != prevTestBFItem);
670 if (item == prevTestBFItem)
    [all...]

Completed in 634 milliseconds