Home | History | Annotate | Download | only in chromium

Lines Matching refs:historyItem

1377     const WebHistoryItem& historyItem = frame->currentHistoryItem();
1378 if (!historyItem.isNull())
1379 entry->setContentState(historyItem);
1398 const WebHistoryItem& historyItem = webView()->mainFrame()->previousHistoryItem();
1399 if (historyItem.isNull())
1402 entry->setContentState(historyItem);