OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:backItems
(Results
1 - 5
of
5
) sorted by null
/external/webkit/Source/WebKit2/UIProcess/API/qt/
qwkhistory.h
70
QList<QWKHistoryItem>
backItems
(int maxItems) const;
qwkhistory.cpp
155
QList<QWKHistoryItem> QWKHistory::
backItems
(int maxItems) const
/external/webkit/Source/WebKit/qt/Api/
qwebhistory.h
77
QList<QWebHistoryItem>
backItems
(int maxItems) const;
qwebhistory.cpp
229
obtained by calling the
backItems
() function; similarly, items describing the
308
QList<QWebHistoryItem> QWebHistory::
backItems
(int maxItems) const
325
\sa
backItems
()
/external/webkit/Source/WebKit/gtk/webkit/
webkitwebbackforwardlist.cpp
244
GList*
backItems
= { 0 };
250
backItems
= g_list_prepend(
backItems
, webHistoryItem);
253
return
backItems
;
Completed in 100 milliseconds