Home | History | Annotate | Download | only in InjectedBundle

Lines Matching defs:itemsToPrint

1094     Vector<WKRetainPtr<WKBundleBackForwardListItemRef> > itemsToPrint;
1099 itemsToPrint.append(item);
1104 itemsToPrint.append(adoptWK(WKBundleBackForwardListCopyItemAtIndex(list, 0)));
1106 int currentItemIndex = itemsToPrint.size() - 1;
1113 itemsToPrint.append(item);
1116 for (int i = itemsToPrint.size() - 1; i >= 0; i--)
1117 dumpBackForwardListItem(itemsToPrint[i].get(), 8, i == currentItemIndex);