Searched refs:forwardItems (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/API/qt/
H A Dqwkhistory.h71 QList<QWKHistoryItem> forwardItems(int maxItems) const;
H A Dqwkhistory.cpp169 QList<QWKHistoryItem> QWKHistory::forwardItems(int maxItems) const function in class:QWKHistory
/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitwebbackforwardlist.cpp214 GList* forwardItems = { 0 }; local
220 forwardItems = g_list_prepend(forwardItems, webHistoryItem);
223 return forwardItems;
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebhistory.h78 QList<QWebHistoryItem> forwardItems(int maxItems) const;
H A Dqwebhistory.cpp230 pages ahead of the current page can be obtained with the forwardItems() function.
306 \sa forwardItems()
327 QList<QWebHistoryItem> QWebHistory::forwardItems(int maxItems) const function in class:QWebHistory

Completed in 168 milliseconds