Home | History | Annotate | Download | only in InjectedBundle

Lines Matching full:kids

1074     if (WKRetainPtr<WKArrayRef> kids = adoptWK(WKBundleBackForwardListItemCopyChildren(item))) {
1076 size_t size = WKArrayGetSize(kids.get());
1079 sortedKids[i] = static_cast<WKBundleBackForwardListItemRef>(WKArrayGetItemAtIndex(kids.get(), i));