HomeSort by relevance Sort by last modified time
    Searched refs:WKBackForwardListCopyForwardListWithLimit (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKBackForwardList.h 46 WK_EXPORT WKArrayRef WKBackForwardListCopyForwardListWithLimit(WKBackForwardListRef list, unsigned limit);
WKBackForwardList.cpp 74 WKArrayRef WKBackForwardListCopyForwardListWithLimit(WKBackForwardListRef listRef, unsigned limit)
  /external/webkit/Source/WebKit2/UIProcess/API/qt/
qwkhistory.cpp 171 WKArrayRef arrayRef = WKBackForwardListCopyForwardListWithLimit(toAPI(d->m_backForwardList), maxItems);

Completed in 93 milliseconds