Searched refs:QWebHistory (Results 1 - 15 of 15) sorted by relevance

/external/webkit/Source/WebKit/qt/Api/
H A Dqwebhistory.h60 friend class QWebHistory;
72 class QWEBKIT_EXPORT QWebHistory { class
100 QWebHistory();
101 ~QWebHistory();
105 friend QWEBKIT_EXPORT QDataStream& operator>>(QDataStream&, QWebHistory&);
106 friend QWEBKIT_EXPORT QDataStream& operator<<(QDataStream&, const QWebHistory&);
108 Q_DISABLE_COPY(QWebHistory)
113 QWEBKIT_EXPORT QDataStream& operator<<(QDataStream& stream, const QWebHistory& history);
114 QWEBKIT_EXPORT QDataStream& operator>>(QDataStream& stream, QWebHistory& history);
H A Dqwebhistory.cpp69 \sa QWebHistory, QWebPage::history(), QWebHistoryInterface
212 \class QWebHistory
214 \brief The QWebHistory class represents the history of a QWebPage
219 by QWebPage::history(). QWebHistory represents this history and makes it possible
238 QWebHistory's state can be saved to a QDataStream using the >> operator and loaded
245 QWebHistory::QWebHistory() function in class:QWebHistory
250 QWebHistory::~QWebHistory()
260 void QWebHistory
[all...]
H A Dqgraphicswebview.h35 class QWebHistory;
81 QWebHistory* history() const;
H A Dqwebpage_p.h196 QWebHistory history;
H A Dqwebview.h70 QWebHistory* history() const;
H A Dqwebpage.h43 class QWebHistory;
254 QWebHistory *history() const;
H A Dqgraphicswebview.cpp177 As with QWebView, the item records the browsing history using a QWebHistory object,
778 QWebHistory* QGraphicsWebView::history() const
H A Dqwebview.cpp502 QWebHistory *QWebView::history() const
H A Dqwebpage.cpp2016 QWebHistory *QWebPage::history() const
/external/webkit/Source/WebKit/qt/tests/qwebhistory/
H A Dtst_qwebhistory.cpp56 void serialize_1(); //QWebHistory countity
57 void serialize_2(); //QWebHistory index
70 QWebHistory* hist;
110 * Check QWebHistory::count() method
118 * Check QWebHistory::back() method
133 * Check QWebHistory::forward() method
154 * Check QWebHistory::itemAt() method
168 * Check QWebHistory::goToItem() method
184 * Check QWebHistory::items() method
298 static void saveHistory(QWebHistory* histor
[all...]
/external/webkit/Tools/DumpRenderTree/qt/
H A DLayoutTestControllerQt.h299 QWebHistory* m_webHistory;
H A DDumpRenderTreeQt.cpp514 // QWebHistory::clear() leaves current page, so remove it as well by setting
517 QWebHistory* history = page->history();
884 QWebHistory* history = page->history();
H A DLayoutTestControllerQt.cpp162 // Subtract one here as our QWebHistory::count() includes the actual page,
848 QWebHistory* history = m_drt->webPage()->history();
/external/webkit/Source/WebKit/qt/declarative/
H A Dqdeclarativewebview_p.h35 class QWebHistory;
176 QWebHistory* history() const;
H A Dqdeclarativewebview.cpp864 QWebHistory* QDeclarativeWebView::history() const

Completed in 148 milliseconds