Searched refs:WKBackForwardListGetCurrentItem (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/C/
H A DWKBackForwardListRef.h37 WK_EXPORT WKBackForwardListItemRef WKBackForwardListGetCurrentItem(WKBackForwardListRef list);
H A DWKBackForwardListRef.cpp40 WKBackForwardListItemRef WKBackForwardListGetCurrentItem(WKBackForwardListRef listRef) function
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/efl/
H A Dewk_back_forward_list.cpp54 return getFromCacheOrCreate(WKBackForwardListGetCurrentItem(m_wkList.get()));
64 const unsigned currentItem = WKBackForwardListGetCurrentItem(m_wkList.get()) ? 1 : 0;

Completed in 94 milliseconds