Home | History | Annotate | Download | only in loader

Lines Matching refs:parentItem

1221     HistoryItem* parentItem = history()->currentItem();
1229 if (parentItem && parentItem->children().size() && isBackForwardLoadType(loadType)) {
1230 HistoryItem* childItem = parentItem->childItemWithTarget(childFrame->tree()->name());