Searched refs:ShellDelegate (Results 1 – 10 of 10) sorted by relevance
22 class ShellDelegate; variable28 ShellDelegate* delegate;
63 class ASH_EXPORT ShellDelegate {66 virtual ~ShellDelegate() {} in ~ShellDelegate()
128 class ShellDelegate; variable400 ShellDelegate* delegate() { return delegate_.get(); } in delegate()591 explicit Shell(ShellDelegate* delegate);637 scoped_ptr<ShellDelegate> delegate_;
634 Shell::Shell(ShellDelegate* delegate) in Shell()
15 class ShellDelegate; variable
25 class TestShellDelegate : public ShellDelegate {
27 class ShellDelegateImpl : public ash::ShellDelegate {
41 class ChromeShellDelegate : public ash::ShellDelegate,
111 ShellDelegate* shell_delegate = Shell::GetInstance()->delegate(); in HandleAccelerator()
302 ShellDelegate* delegate = Shell::GetInstance()->delegate(); in OnRealShutdownTimeout()