Home
last modified time | relevance | path

Searched refs:listRef (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/API/C/
DWKBackForwardList.cpp39 WKBackForwardListItemRef WKBackForwardListGetCurrentItem(WKBackForwardListRef listRef) in WKBackForwardListGetCurrentItem() argument
41 return toAPI(toImpl(listRef)->currentItem()); in WKBackForwardListGetCurrentItem()
44 WKBackForwardListItemRef WKBackForwardListGetBackItem(WKBackForwardListRef listRef) in WKBackForwardListGetBackItem() argument
46 return toAPI(toImpl(listRef)->backItem()); in WKBackForwardListGetBackItem()
49 WKBackForwardListItemRef WKBackForwardListGetForwardItem(WKBackForwardListRef listRef) in WKBackForwardListGetForwardItem() argument
51 return toAPI(toImpl(listRef)->forwardItem()); in WKBackForwardListGetForwardItem()
54 WKBackForwardListItemRef WKBackForwardListGetItemAtIndex(WKBackForwardListRef listRef, int index) in WKBackForwardListGetItemAtIndex() argument
56 return toAPI(toImpl(listRef)->itemAtIndex(index)); in WKBackForwardListGetItemAtIndex()
59 unsigned WKBackForwardListGetBackListCount(WKBackForwardListRef listRef) in WKBackForwardListGetBackListCount() argument
61 return toImpl(listRef)->backListCount(); in WKBackForwardListGetBackListCount()
[all …]
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
DWKBundleBackForwardList.cpp40 …rdListItemRef WKBundleBackForwardListCopyItemAtIndex(WKBundleBackForwardListRef listRef, int index) in WKBundleBackForwardListCopyItemAtIndex() argument
42 return toAPI(toImpl(listRef)->itemAtIndex(index).leakRef()); in WKBundleBackForwardListCopyItemAtIndex()
45 unsigned WKBundleBackForwardListGetBackListCount(WKBundleBackForwardListRef listRef) in WKBundleBackForwardListGetBackListCount() argument
47 return toImpl(listRef)->backListCount(); in WKBundleBackForwardListGetBackListCount()
50 unsigned WKBundleBackForwardListGetForwardListCount(WKBundleBackForwardListRef listRef) in WKBundleBackForwardListGetForwardListCount() argument
52 return toImpl(listRef)->forwardListCount(); in WKBundleBackForwardListGetForwardListCount()
55 void WKBundleBackForwardListClear(WKBundleBackForwardListRef listRef) in WKBundleBackForwardListClear() argument
57 return toImpl(listRef)->clear(); in WKBundleBackForwardListClear()