Home | History | Annotate | Download | only in chromium

Lines Matching defs:TestNavigationController

32 #include "TestNavigationController.h"
72 // TestNavigationController
74 TestNavigationController::TestNavigationController(NavigationHost* host)
81 TestNavigationController::~TestNavigationController()
86 void TestNavigationController::reset()
94 void TestNavigationController::reload()
110 void TestNavigationController::goToOffset(int offset)
119 void TestNavigationController::goToIndex(int index)
130 void TestNavigationController::loadEntry(TestNavigationEntry* entry)
141 TestNavigationEntry* TestNavigationController::lastCommittedEntry() const
148 TestNavigationEntry* TestNavigationController::activeEntry() const
156 int TestNavigationController::currentEntryIndex() const
164 TestNavigationEntry* TestNavigationController::entryAtIndex(int index) const
171 TestNavigationEntry* TestNavigationController::entryWithPageID(int32_t pageID) const
177 void TestNavigationController::didNavigateToEntry(TestNavigationEntry* entry)
223 void TestNavigationController::discardPendingEntry()
229 void TestNavigationController::insertEntry(TestNavigationEntry* entry)
247 int TestNavigationController::entryIndexWithPageID(int32 pageID) const
256 void TestNavigationController::navigateToPendingEntry(bool reload)
272 void TestNavigationController::updateMaxPageID()