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

/external/webkit/Tools/DumpRenderTree/chromium/
H A DTestShell.cpp257 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) argument
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);
H A DWebViewHost.cpp513 navigationController()->goToOffset(offset);
518 return navigationController()->lastCommittedEntryIndex();
523 int currentIndex =navigationController()->lastCommittedEntryIndex();
524 return navigationController()->entryCount() - currentIndex - 1;
1268 navigationController()->loadEntry(TestNavigationEntry::create(-1, url, WebString(), frameName).get());
1381 navigationController()->didNavigateToEntry(entry.get());
1394 TestNavigationEntry* entry = navigationController()->entryWithPageID(m_pageId);
H A DWebViewHost.h93 TestNavigationController* navigationController() { return m_navigationController.get(); } function in class:WebViewHost

Completed in 90 milliseconds