Home | History | Annotate | Download | only in chromium

Lines Matching refs:navigationController

513     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);