Lines Matching full:controller
471 GetIndexForNavigationController(&contents->controller(), browser);
500 NavigationController* controller = tab_tracker_->GetResource(tab_handle);
502 Browser* browser = Browser::GetBrowserForController(controller, &index);
505 browser->CloseTabContents(controller->tab_contents());
1003 *tab_handle = tab_tracker_->Add(&tab_contents->controller());
1201 // Set the routing id of this message with the controller.
1306 NavigationController* controller = tab_tracker_->GetResource(tab_handle);
1307 TabContents* tab_contents = controller->tab_contents();
1309 new NavigationNotificationObserver(controller, this, reply_message, 1,
1812 NavigationController* controller = tab_tracker_->GetResource(handle);
1815 if (time.ToInternalValue() > last_navigation_time || !controller) {
1817 controller == NULL ? AUTOMATION_MSG_NAVIGATION_ERROR :
1824 controller, this, reply_message, 1, true, false);
2609 const NavigationController& controller = tab_contents->controller();
2610 NavigationEntry* nav_entry = controller.GetActiveEntry();
2923 scoped_ptr<KeywordEditorController> controller(
2934 controller->ModifyTemplateURL(template_url, new_title, new_keyword,
2939 controller->AddTemplateURL(new_title, new_keyword, new_ref_url);
3102 NavigationController& controller =
3103 browser->GetSelectedTabContents()->controller();
3104 new OmniboxAcceptNotificationObserver(&controller, this, reply_message);
4750 browser->GetIndexOfController(&tab_contents->controller()), true);
4958 new AppLaunchObserver(&old_contents->controller(), this, reply_message,
5059 if (tab->controller().session_id().id() == id) {
5093 &tab_contents->controller(), this, reply_message,
5120 // Set the routing id of this message with the controller.
5145 NavigationController& controller = tab_contents->controller();
5146 if (!controller.CanGoForward()) {
5152 new NavigationNotificationObserver(&controller, this, reply_message,
5154 controller.GoForward();
5166 NavigationController& controller = tab_contents->controller();
5167 if (!controller.CanGoBack()) {
5173 new NavigationNotificationObserver(&controller, this, reply_message,
5175 controller.GoBack();
5187 NavigationController& controller = tab_contents->controller();
5188 new NavigationNotificationObserver(&controller, this, reply_message,
5190 controller.Reload(false);
5276 int id = browser->GetTabContentsAt(i)->controller().session_id().id();
5299 if (tab->controller().session_id().id() == id) {
5336 browser->GetIndexOfController(&tab_contents->controller()), true);
5408 NavigationController* controller = tab_tracker_->GetResource(tab_handle);
5409 if (!controller) {
5416 new InfoBarCountObserver(this, reply_message, controller->tab_contents(),
5494 NavigationController* controller = tab_tracker_->GetResource(tab_handle);
5496 Browser* browser = Browser::GetBrowserForController(controller, &index);