Home
last modified time | relevance | path

Searched defs:currentEntryIndex (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
DNavigationHistory.java23 /* package */ void setCurrentEntryIndex(int currentEntryIndex) { in setCurrentEntryIndex()
/external/chromium_org/third_party/WebKit/Source/testing/runner/
DWebTestProxy.cpp369 void dumpBackForwardList(const WebVector<WebHistoryItem>& history, size_t currentEntryIndex, string… in dumpBackForwardList()
382 size_t currentEntryIndex = 0; in dumpAllBackForwardLists() local
/external/chromium_org/content/shell/renderer/
Dwebkit_test_runner.cc516 size_t* currentEntryIndex) { in captureHistoryForWindow()