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

  /external/webkit/Tools/DumpRenderTree/chromium/
TestShell.cpp 257 m_webViewHost->navigationController()->reload();
262 m_webViewHost->navigationController()->goToOffset(offset);
267 return m_webViewHost->navigationController()->entryCount();
423 static void dumpBackForwardList(const TestNavigationController& navigationController, string& result)
426 for (int index = 0; index < navigationController.entryCount(); ++index) {
427 int currentIndex = navigationController.lastCommittedEntryIndex();
428 WebHistoryItem historyItem = navigationController.entryAtIndex(index)->contentState();
431 historyItem.setURLString(navigationController.entryAtIndex(index)->URL().spec().utf16());
442 dumpBackForwardList(*m_windowList[i]->navigationController(), result);
WebViewHost.cpp 513 navigationController()->goToOffset(offset);
518 return navigationController()->lastCommittedEntryIndex();
523 int currentIndex =navigationController()->lastCommittedEntryIndex();
524 return navigationController()->entryCount() - currentIndex - 1;
    [all...]
WebViewHost.h 93 TestNavigationController* navigationController() { return m_navigationController.get(); }

Completed in 134 milliseconds