Home | History | Annotate | Download | only in qwebhistory

Lines Matching refs:hist2

328     QWebHistory* hist2 = page2->history();
330 restoreHistory(hist2, &buffer);
331 saveHistory(hist2, &buffer);
343 QWebHistory* hist2 = page2->history();
346 restoreHistory(hist2, &buffer);
347 QVERIFY(hist1->count() == hist2->count());
349 hist2->back();
350 saveHistory(hist2, &buffer);
351 hist2->clear();
389 QWebHistory* hist2 = page2->history();
390 QVERIFY(hist2->count() == 0);
391 hist2->clear();
392 QVERIFY(hist2->count() == 0); // Do not change anything.