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

  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebbackforwardlist.cpp 244 GList* backItems = { 0 };
250 backItems = g_list_prepend(backItems, webHistoryItem);
253 return backItems;
  /external/webkit/Source/WebKit2/UIProcess/API/qt/
qwkhistory.cpp 155 QList<QWKHistoryItem> QWKHistory::backItems(int maxItems) const
  /external/webkit/Source/WebKit/qt/Api/
qwebhistory.cpp 229 obtained by calling the backItems() function; similarly, items describing the
308 QList<QWebHistoryItem> QWebHistory::backItems(int maxItems) const
325 \sa backItems()

Completed in 242 milliseconds