Home | History | Annotate | Download | only in tab_contents

Lines Matching full:navigationcontroller

174   NavigationController& controller() { return controller_; }
175 const NavigationController& controller() const { return controller_; }
178 // NavigationController).
400 // Called by the NavigationController to cause the TabContents to navigate to
401 // the current pending entry. The NavigationController should be called back
410 // to calling DiscardPendingEntry on the NavigationController).
412 NavigationController::ReloadType reload_type);
752 friend class NavigationController;
848 const NavigationController::LoadCommittedDetails& details);
861 // current navigation entry is in the NavigationController at this point.
863 const NavigationController::LoadCommittedDetails& details,
867 const NavigationController::LoadCommittedDetails& details,
893 const NavigationController::LoadCommittedDetails& details,
908 // This does not change the NavigationController state.
910 NavigationController::ReloadType reload_type);
1028 virtual NavigationController& GetControllerForRenderManager();
1073 NavigationController controller_;