Home | History | Annotate | Download | only in main

Lines Matching full:athena

5 #include "athena/activity/public/activity_factory.h"
6 #include "athena/activity/public/activity_manager.h"
7 #include "athena/content/public/web_contents_view_delegate_creator.h"
8 #include "athena/env/public/athena_env.h"
9 #include "athena/extensions/public/extensions_delegate.h"
10 #include "athena/main/athena_content_client.h"
11 #include "athena/main/athena_renderer_pdf_helper.h"
12 #include "athena/main/public/athena_launcher.h"
13 #include "athena/screen/public/screen_manager.h"
54 return athena::AthenaEnv::Get()->GetHost();
101 athena::StartAthenaEnv(content::BrowserThread::GetBlockingPool()->
104 athena::ExtensionsDelegate::CreateExtensionsDelegateForShell(context);
105 athena::CreateVirtualKeyboardWithContext(context);
106 athena::StartAthenaSessionWithContext(context);
110 athena::AthenaEnv::Get()->OnTerminating();
111 athena::ShutdownAthena();
133 return athena::CreateWebContentsViewDelegate(web_contents);
148 new athena::AthenaRendererPDFHelper(render_frame);
169 return new athena::AthenaContentClient();