Searched refs:navigationController (Results 1 – 14 of 14) sorted by relevance
25 long nativeWebContentsAndroid, NavigationController navigationController) { in WebContentsImpl() argument27 mNavigationController = navigationController; in WebContentsImpl()32 long nativeWebContentsAndroid, NavigationController navigationController) { in create() argument33 return new WebContentsImpl(nativeWebContentsAndroid, navigationController); in create()
193 NavigationController& navigationController = webContents_->GetController();194 if (navigationController.CanGoBack())195 navigationController.GoBack();199 NavigationController& navigationController = webContents_->GetController();200 if (navigationController.CanGoForward())201 navigationController.GoForward();205 NavigationController& navigationController = webContents_->GetController();207 navigationController.Reload(checkForRepost);
23 [self.navigationController.navigationBar addGestureRecognizer:swipe];29 [self.navigationController.navigationBar addGestureRecognizer:swipe];161 [self.navigationController pushViewController:fOptionsController animated:YES];162 self.navigationController.navigationBar.topItem.title = @"Options";
301 self.navigationController.delegate = self;302 [self.navigationController pushViewController:list.fOptions animated:YES];320 - (void)navigationController:(UINavigationController *)navigationController
69 [self.navigationController popViewControllerAnimated:YES];
42 - (content::NavigationController*)navigationController;
108 - (content::NavigationController*)navigationController { method
420 return [signInContainer_ navigationController];
15 [self.navigationController setNavigationBarHidden:NO animated:YES];
150 [self.navigationController setNavigationBarHidden:YES animated:YES];167 NSArray* viewControllers = self.navigationController.viewControllers;180 [self.navigationController popToRootViewControllerAnimated:YES];
68 [self.navigationController setNavigationBarHidden:NO animated:NO];