Searched defs:ApplicationDelegate (Results 1 - 2 of 2) sorted by path

/external/chromium_org/mojo/public/cpp/application/
H A Dapplication_delegate.h17 class ApplicationDelegate { class in namespace:mojo
19 ApplicationDelegate();
20 virtual ~ApplicationDelegate();
23 // ApplicationDelegate. Ownership is taken by the caller. It will be deleted.
24 static ApplicationDelegate* Create();
39 MOJO_DISALLOW_COPY_AND_ASSIGN(ApplicationDelegate);
/external/chromium_org/mojo/public/cpp/application/lib/
H A Dapplication_delegate.cc9 ApplicationDelegate::ApplicationDelegate() {} function in class:mojo::ApplicationDelegate
10 ApplicationDelegate::~ApplicationDelegate() {}
12 void ApplicationDelegate::Initialize(ApplicationImpl* app) {}
14 bool ApplicationDelegate::ConfigureIncomingConnection(
19 bool ApplicationDelegate::ConfigureOutgoingConnection(

Completed in 251 milliseconds