Searched defs:AthenaShellAppDelegate (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/athena/extensions/shell/
H A Dathena_shell_app_delegate.h12 class AthenaShellAppDelegate : public AthenaAppDelegateBase { class in namespace:athena
14 AthenaShellAppDelegate();
15 virtual ~AthenaShellAppDelegate();
39 DISALLOW_COPY_AND_ASSIGN(AthenaShellAppDelegate);
H A Dathena_shell_app_delegate.cc12 AthenaShellAppDelegate::AthenaShellAppDelegate() { function in class:athena::AthenaShellAppDelegate
15 AthenaShellAppDelegate::~AthenaShellAppDelegate() {
18 void AthenaShellAppDelegate::InitWebContents(
25 content::ColorChooser* AthenaShellAppDelegate::ShowColorChooser(
32 void AthenaShellAppDelegate::RunFileChooser(
38 void AthenaShellAppDelegate::RequestMediaAccessPermission(
47 bool AthenaShellAppDelegate::CheckMediaAccessPermission(
56 void AthenaShellAppDelegate
[all...]

Completed in 115 milliseconds