Searched refs:currentEntryIndex (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DNavigationHistory.java23 /* package */ void setCurrentEntryIndex(int currentEntryIndex) { argument
24 mCurrentEntryIndex = currentEntryIndex;
/external/chromium_org/third_party/WebKit/public/testing/
H A DWebTestDelegate.h164 virtual void captureHistoryForWindow(WebTestProxyBase*, WebKit::WebVector<WebKit::WebHistoryItem>*, size_t* currentEntryIndex) = 0;
/external/chromium_org/content/shell/renderer/
H A Dwebkit_test_runner.h96 size_t* currentEntryIndex);
H A Dwebkit_test_runner.cc495 size_t* currentEntryIndex) {
513 *currentEntryIndex = current_entry_indexes_[pos];
492 captureHistoryForWindow( WebTestProxyBase* proxy, WebVector<WebKit::WebHistoryItem>* history, size_t* currentEntryIndex) argument
/external/chromium_org/third_party/WebKit/Source/testing/runner/
H A DWebTestProxy.cpp431 void dumpBackForwardList(const WebVector<WebHistoryItem>& history, size_t currentEntryIndex, string& result) argument
435 result.append(dumpHistoryItem(history[index], 8, index == currentEntryIndex));
444 size_t currentEntryIndex = 0; local
446 delegate->captureHistoryForWindow(windowList.at(i), &history, &currentEntryIndex);
447 dumpBackForwardList(history, currentEntryIndex, result);
/external/chromium_org/chrome/renderer/resources/extensions/
H A Dweb_view.js51 webview.currentEntryIndex_ = event.currentEntryIndex;

Completed in 151 milliseconds