Searched refs:listRef (Results 1 – 2 of 2) sorted by relevance
39 WKBackForwardListItemRef WKBackForwardListGetCurrentItem(WKBackForwardListRef listRef) in WKBackForwardListGetCurrentItem() argument41 return toAPI(toImpl(listRef)->currentItem()); in WKBackForwardListGetCurrentItem()44 WKBackForwardListItemRef WKBackForwardListGetBackItem(WKBackForwardListRef listRef) in WKBackForwardListGetBackItem() argument46 return toAPI(toImpl(listRef)->backItem()); in WKBackForwardListGetBackItem()49 WKBackForwardListItemRef WKBackForwardListGetForwardItem(WKBackForwardListRef listRef) in WKBackForwardListGetForwardItem() argument51 return toAPI(toImpl(listRef)->forwardItem()); in WKBackForwardListGetForwardItem()54 WKBackForwardListItemRef WKBackForwardListGetItemAtIndex(WKBackForwardListRef listRef, int index) in WKBackForwardListGetItemAtIndex() argument56 return toAPI(toImpl(listRef)->itemAtIndex(index)); in WKBackForwardListGetItemAtIndex()59 unsigned WKBackForwardListGetBackListCount(WKBackForwardListRef listRef) in WKBackForwardListGetBackListCount() argument61 return toImpl(listRef)->backListCount(); in WKBackForwardListGetBackListCount()[all …]
40 …rdListItemRef WKBundleBackForwardListCopyItemAtIndex(WKBundleBackForwardListRef listRef, int index) in WKBundleBackForwardListCopyItemAtIndex() argument42 return toAPI(toImpl(listRef)->itemAtIndex(index).leakRef()); in WKBundleBackForwardListCopyItemAtIndex()45 unsigned WKBundleBackForwardListGetBackListCount(WKBundleBackForwardListRef listRef) in WKBundleBackForwardListGetBackListCount() argument47 return toImpl(listRef)->backListCount(); in WKBundleBackForwardListGetBackListCount()50 unsigned WKBundleBackForwardListGetForwardListCount(WKBundleBackForwardListRef listRef) in WKBundleBackForwardListGetForwardListCount() argument52 return toImpl(listRef)->forwardListCount(); in WKBundleBackForwardListGetForwardListCount()55 void WKBundleBackForwardListClear(WKBundleBackForwardListRef listRef) in WKBundleBackForwardListClear() argument57 return toImpl(listRef)->clear(); in WKBundleBackForwardListClear()