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

/external/webkit/Source/WebKit2/UIProcess/API/qt/
H A Dqwkhistory.h70 QList<QWKHistoryItem> backItems(int maxItems) const;
H A Dqwkhistory.cpp155 QList<QWKHistoryItem> QWKHistory::backItems(int maxItems) const function in class:QWKHistory
/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitwebbackforwardlist.cpp244 GList* backItems = { 0 }; local
250 backItems = g_list_prepend(backItems, webHistoryItem);
253 return backItems;
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebhistory.h77 QList<QWebHistoryItem> backItems(int maxItems) const;
H A Dqwebhistory.cpp229 obtained by calling the backItems() function; similarly, items describing the
308 QList<QWebHistoryItem> QWebHistory::backItems(int maxItems) const function in class:QWebHistory
325 \sa backItems()

Completed in 134 milliseconds