HomeSort by relevance Sort by last modified time
    Searched defs:forwardItems (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebbackforwardlist.cpp 214 GList* forwardItems = { 0 };
220 forwardItems = g_list_prepend(forwardItems, webHistoryItem);
223 return forwardItems;
  /external/webkit/Source/WebKit2/UIProcess/API/qt/
qwkhistory.cpp 169 QList<QWKHistoryItem> QWKHistory::forwardItems(int maxItems) const
  /external/webkit/Source/WebKit/qt/Api/
qwebhistory.cpp 230 pages ahead of the current page can be obtained with the forwardItems() function.
306 \sa forwardItems()
327 QList<QWebHistoryItem> QWebHistory::forwardItems(int maxItems) const

Completed in 217 milliseconds