OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:forwardItems
(Results
1 - 5
of
5
) sorted by null
/external/webkit/Source/WebKit2/UIProcess/API/qt/
qwkhistory.h
71
QList<QWKHistoryItem>
forwardItems
(int maxItems) const;
qwkhistory.cpp
169
QList<QWKHistoryItem> QWKHistory::
forwardItems
(int maxItems) const
/external/webkit/Source/WebKit/qt/Api/
qwebhistory.h
78
QList<QWebHistoryItem>
forwardItems
(int maxItems) const;
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
/external/webkit/Source/WebKit/gtk/webkit/
webkitwebbackforwardlist.cpp
214
GList*
forwardItems
= { 0 };
220
forwardItems
= g_list_prepend(
forwardItems
, webHistoryItem);
223
return
forwardItems
;
Completed in 79 milliseconds