Home | History | Annotate | Download | only in ui

Lines Matching full:controller

304     // controller.
966 const NavigationController* controller) const {
967 return tab_handler_->GetTabStripModel()->GetIndexOfController(controller);
1069 new_tab->controller().RestoreFromState(navigations, selected_navigation,
1095 session_service->TabRestored(&new_tab->controller(), pin);
1112 replacement->controller().RestoreFromState(navigations, selected_navigation,
1126 NavigationController& controller =
1127 GetOrCloneTabForDisposition(disp)->controller();
1128 if (index < 0 || index >= controller.entry_count())
1130 controller.GoToIndex(index);
1282 if (current_tab->controller().CanGoBack()) {
1289 new_tab->controller().GoBack();
1295 if (GetSelectedTabContentsWrapper()->controller().CanGoForward())
1296 GetOrCloneTabForDisposition(disposition)->controller().GoForward();
1314 NavigationEntry* entry = current_tab->controller().GetActiveEntry();
1325 tab->controller().ReloadIgnoringCache(true);
1327 tab->controller().Reload(true);
1807 NavigationEntry* entry = current_tab->controller().GetLastCommittedEntry();
1901 NavigationEntry* entry = contents->controller().GetActiveEntry();
2082 // (where there's no profile) and the time the controller gets another
2142 const NavigationController* controller, int* index_result) {
2146 controller);
2548 contents->controller().LoadURL(url, referrer, transition);
2555 NavigationController& nc = GetTabContentsAt(index)->controller();
2606 session_service->TabRestored(&new_contents->controller(), pinned);
2632 &contents->controller(),
2703 contents->controller().SetWindowID(session_id());
2708 contents->controller().window_id().id());
2727 Source<NavigationController>(&contents->controller()),
2819 int entry_count = new_contents->controller().entry_count();
2822 new_contents->controller().NotifyEntryChanged(
2823 new_contents->controller().GetEntryAtIndex(entry_count - 1),
2832 &new_contents->controller(),
2848 GetTabContentsAt(index)->controller().session_id(),
2970 NavigationEntry* entry = source->controller().GetLastCommittedEntry();
3090 const GURL& url = contents->controller().GetActiveEntry()->url();
3202 if (tab->controller().IsInitialNavigation() &&
3286 NavigationEntry* entry = source->controller().GetLastCommittedEntry();
3370 &GetSelectedTabContents()->controller() ==
3711 NavigationController& nc = current_tab->controller();
3727 current_tab->controller().CanViewSource());
3760 NavigationEntry* active_entry = current_tab->controller().GetActiveEntry();
3839 &source->controller()),
3853 &source->controller()),
3978 session_id(), contents->controller().session_id(), i);
3981 contents->controller().session_id(),
4336 preview_contents->controller().PruneAllButActive();
4363 NavigationEntry* active_entry = contents->controller().GetActiveEntry();
4377 view_source_contents->controller().PruneAllButActive();
4379 view_source_contents->controller().GetActiveEntry();
4425 session_service->TabRestored(&view_source_contents->controller(), false);