Home
last modified time | relevance | path

Searched refs:command_controller_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/
Dbrowser.cc351 command_controller_(new chrome::BrowserCommandController(this)), in Browser()
469 command_controller_.reset(); in ~Browser()
782 command_controller_->FullscreenStateChanged(); in WindowFullscreenStateChanged()
1027 command_controller_->LoadingStateChanged(new_contents->IsLoading(), true); in ActiveTabChanged()
1030 command_controller_->TabStateChanged(); in ActiveTabChanged()
1361 command_controller_->TabStateChanged(); in NavigationStateChanged()
1400 command_controller_->LoadingStateChanged(is_loading, false); in LoadingStateChanged()
1906 command_controller_->ZoomStateChanged(); in OnZoomChanged()
Dbrowser.h251 return command_controller_.get(); in command_controller()
949 scoped_ptr<chrome::BrowserCommandController> command_controller_; variable