OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WKBackForwardListGetCurrentItem
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebKit2/UIProcess/API/C/
WKBackForwardList.h
37
WK_EXPORT WKBackForwardListItemRef
WKBackForwardListGetCurrentItem
(WKBackForwardListRef list);
WKBackForwardList.cpp
39
WKBackForwardListItemRef
WKBackForwardListGetCurrentItem
(WKBackForwardListRef listRef)
/external/webkit/Source/WebKit2/UIProcess/API/qt/
qwkhistory.cpp
129
WKRetainPtr<WKBackForwardListItemRef> itemRef =
WKBackForwardListGetCurrentItem
(toAPI(d->m_backForwardList));
Completed in 473 milliseconds