Home | History | Annotate | Download | only in InjectedBundle

Lines Matching refs:WKBundleBackForwardListItemRef

1037 static bool compareByTargetName(WKBundleBackForwardListItemRef item1, WKBundleBackForwardListItemRef item2)
1042 static void dumpBackForwardListItem(WKBundleBackForwardListItemRef item, unsigned indent, bool isCurrentItem)
1077 Vector<WKBundleBackForwardListItemRef> sortedKids(size);
1079 sortedKids[i] = static_cast<WKBundleBackForwardListItemRef>(WKArrayGetItemAtIndex(kids.get(), i));
1094 Vector<WKRetainPtr<WKBundleBackForwardListItemRef> > itemsToPrint;
1096 WKRetainPtr<WKBundleBackForwardListItemRef> item = adoptWK(WKBundleBackForwardListCopyItemAtIndex(list, i));
1110 WKRetainPtr<WKBundleBackForwardListItemRef> item = adoptWK(WKBundleBackForwardListCopyItemAtIndex(list, i));