Searched defs:ContentHandlerImpl (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/mojo/examples/content_handler_demo/
H A Dcontent_handler_demo.cc17 class ContentHandlerImpl : public InterfaceImpl<ContentHandler> { class in namespace:mojo::examples
19 explicit ContentHandlerImpl(ContentHandlerApp* content_handler_app) function in class:mojo::examples::ContentHandlerImpl
22 virtual ~ContentHandlerImpl() {}
71 InterfaceFactoryImplWithContext<ContentHandlerImpl,
75 void ContentHandlerImpl::OnConnect(
/external/chromium_org/mojo/services/html_viewer/
H A Dhtml_viewer.cc30 class ContentHandlerImpl : public InterfaceImpl<ContentHandler> { class in namespace:mojo
32 ContentHandlerImpl(Shell* shell, function in class:mojo::ContentHandlerImpl
38 virtual ~ContentHandlerImpl() {}
57 DISALLOW_COPY_AND_ASSIGN(ContentHandlerImpl);
98 new ContentHandlerImpl(shell_, compositor_thread_.message_loop_proxy(),
/external/chromium_org/mojo/apps/js/
H A Dapplication_delegate_impl.cc13 ContentHandlerImpl::ContentHandlerImpl(ApplicationDelegateImpl* app) function in class:mojo::apps::ContentHandlerImpl
17 ContentHandlerImpl::~ContentHandlerImpl() {
20 void ContentHandlerImpl::OnConnect(
H A Dapplication_delegate_impl.h25 class ContentHandlerImpl : public InterfaceImpl<ContentHandler> { class in namespace:mojo::apps
27 ContentHandlerImpl(ApplicationDelegateImpl* content_handler);
28 virtual ~ContentHandlerImpl();
64 InterfaceFactoryImplWithContext<ContentHandlerImpl, ApplicationDelegateImpl>
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
H A DContentHandlerTest.java36 ContentHandler handler = new ContentHandlerImpl();
37 ((ContentHandlerImpl) handler).setContent(new Foo());
41 ((ContentHandlerImpl) handler).setContent(new FooSub());
46 ((ContentHandlerImpl) handler).setContent(new Foo());
52 class ContentHandlerImpl extends ContentHandler { class in inherits:ContentHandler
/external/chromium_org/mojo/examples/png_viewer/
H A Dpng_viewer.cc188 class ContentHandlerImpl : public InterfaceImpl<ContentHandler> { class in namespace:mojo::examples
190 explicit ContentHandlerImpl(Shell* shell) : shell_(shell) {} function in class:mojo::examples::ContentHandlerImpl
191 virtual ~ContentHandlerImpl() {}
208 DISALLOW_COPY_AND_ASSIGN(ContentHandlerImpl);
218 new InterfaceFactoryImplWithContext<ContentHandlerImpl, Shell>(
229 scoped_ptr<InterfaceFactoryImplWithContext<ContentHandlerImpl, Shell> >

Completed in 3161 milliseconds