Searched refs:TouchViewControllerDelegate (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/chromeos/
H A Dtouch_view_controller_delegate.cc12 TouchViewControllerDelegate::TouchViewControllerDelegate() { function in class:chromeos::TouchViewControllerDelegate
16 TouchViewControllerDelegate::~TouchViewControllerDelegate() {
20 void TouchViewControllerDelegate::AddObserver(Observer* observer) {
24 void TouchViewControllerDelegate::RemoveObserver(Observer* observer) {
28 bool TouchViewControllerDelegate::IsMaximizeModeEnabled() const {
33 void TouchViewControllerDelegate::OnMaximizeModeStarted() {
37 void TouchViewControllerDelegate::OnMaximizeModeEnded() {
H A Dtouch_view_controller_delegate.h14 class TouchViewControllerDelegate : public ash::ShellObserver { class in namespace:chromeos
28 TouchViewControllerDelegate();
29 virtual ~TouchViewControllerDelegate();
47 DISALLOW_COPY_AND_ASSIGN(TouchViewControllerDelegate);
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dsignin_screen_handler.h219 public TouchViewControllerDelegate::Observer,
346 // TouchViewControllerDelegate::Observer implementation:
525 scoped_ptr<TouchViewControllerDelegate> max_mode_delegate_;
H A Dsignin_screen_handler.cc282 max_mode_delegate_.reset(new TouchViewControllerDelegate());

Completed in 85 milliseconds