Home | History | Annotate | Download | only in sessions

Lines Matching full:controller

368 void SessionService::TabRestored(NavigationController* controller,
370 if (!ShouldTrackChangesToWindow(controller->window_id()))
373 BuildCommandsForTab(controller->window_id(), controller, -1,
520 NavigationController* controller =
522 SetTabWindow(controller->window_id(), controller->session_id());
525 controller->tab_contents());
528 controller->window_id(),
529 controller->session_id(),
536 NavigationController* controller =
538 TabClosed(controller->window_id(), controller->session_id(),
539 controller->tab_contents()->closed_by_user_gesture());
546 NavigationController* controller =
550 TabNavigationPathPrunedFromFront(controller->window_id(),
551 controller->session_id(),
554 TabNavigationPathPrunedFromBack(controller->window_id(),
555 controller->session_id(),
556 controller->entry_count());
564 NavigationController* controller =
567 UpdateTabNavigation(controller->window_id(), controller->session_id(),
573 NavigationController* controller =
575 int current_entry_index = controller->GetCurrentEntryIndex();
576 SetSelectedNavigationIndex(controller->window_id(),
577 controller->session_id(),
579 UpdateTabNavigation(controller->window_id(), controller->session_id(),
581 *controller->GetEntryAtIndex(current_entry_index));
596 extension_tab_helper->tab_contents()->controller().window_id(),
597 extension_tab_helper->tab_contents()->controller().session_id(),
1059 NavigationController* controller,
1064 DCHECK(controller && commands && window_id.id());
1066 CreateSetTabWindowCommand(window_id, controller->session_id()));
1067 const int current_index = controller->GetCurrentEntryIndex();
1071 controller->entry_count());
1072 const int pending_index = controller->pending_entry_index();
1074 (*tab_to_available_range)[controller->session_id().id()] =
1079 CreatePinnedStateCommand(controller->session_id(), true));
1083 controller->tab_contents());
1088 controller->session_id().id(),
1093 controller->pending_entry() : controller->GetEntryAtIndex(i);
1098 controller->session_id().id(),
1104 CreateSetSelectedNavigationIndexCommand(controller->session_id(),
1109 CreateSetTabIndexInWindowCommand(controller->session_id(),
1135 BuildCommandsForTab(browser->session_id(), &tab->controller(), i,