Searched defs:ApplicationDelegateImpl (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/mojo/apps/js/
H A Dapplication_delegate_impl.cc13 ContentHandlerImpl::ContentHandlerImpl(ApplicationDelegateImpl* app)
27 ApplicationDelegateImpl::ApplicationDelegateImpl() function in class:mojo::apps::ApplicationDelegateImpl
31 void ApplicationDelegateImpl::Initialize(ApplicationImpl* app) {
35 ApplicationDelegateImpl::~ApplicationDelegateImpl() {
38 bool ApplicationDelegateImpl::ConfigureIncomingConnection(
44 void ApplicationDelegateImpl::StartJSApp(const std::string& url,
52 void ApplicationDelegateImpl::QuitJSApp(JSApp* app) {
59 void ApplicationDelegateImpl
[all...]
H A Dapplication_delegate_impl.h20 class ApplicationDelegateImpl;
27 ContentHandlerImpl(ApplicationDelegateImpl* content_handler);
36 ApplicationDelegateImpl* content_handler_;
43 class ApplicationDelegateImpl : public ApplicationDelegate { class in namespace:mojo::apps
45 ApplicationDelegateImpl();
46 virtual ~ApplicationDelegateImpl();
64 InterfaceFactoryImplWithContext<ContentHandlerImpl, ApplicationDelegateImpl>

Completed in 1895 milliseconds