HomeSort by relevance Sort by last modified time
    Searched refs:ContentHandlerImpl (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/mojo/apps/js/
application_delegate_impl.h 25 class ContentHandlerImpl : public InterfaceImpl<ContentHandler> {
27 ContentHandlerImpl(ApplicationDelegateImpl* content_handler);
28 virtual ~ContentHandlerImpl();
64 InterfaceFactoryImplWithContext<ContentHandlerImpl, ApplicationDelegateImpl>
application_delegate_impl.cc 13 ContentHandlerImpl::ContentHandlerImpl(ApplicationDelegateImpl* app)
17 ContentHandlerImpl::~ContentHandlerImpl() {
20 void ContentHandlerImpl::OnConnect(
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
ContentHandlerTest.java 36 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 {
  /external/chromium_org/mojo/examples/content_handler_demo/
content_handler_demo.cc 17 class ContentHandlerImpl : public InterfaceImpl<ContentHandler> {
19 explicit ContentHandlerImpl(ContentHandlerApp* content_handler_app)
22 virtual ~ContentHandlerImpl() {}
71 InterfaceFactoryImplWithContext<ContentHandlerImpl,
75 void ContentHandlerImpl::OnConnect(
  /external/chromium_org/mojo/services/html_viewer/
html_viewer.cc 30 class ContentHandlerImpl : public InterfaceImpl<ContentHandler> {
32 ContentHandlerImpl(Shell* shell,
38 virtual ~ContentHandlerImpl() {}
57 DISALLOW_COPY_AND_ASSIGN(ContentHandlerImpl);
98 new ContentHandlerImpl(shell_, compositor_thread_.message_loop_proxy(),
  /external/chromium_org/mojo/examples/png_viewer/
png_viewer.cc 188 class ContentHandlerImpl : public InterfaceImpl<ContentHandler> {
190 explicit ContentHandlerImpl(Shell* shell) : shell_(shell) {}
191 virtual ~ContentHandlerImpl() {}
208 DISALLOW_COPY_AND_ASSIGN(ContentHandlerImpl);
218 new InterfaceFactoryImplWithContext<ContentHandlerImpl, Shell>(
229 scoped_ptr<InterfaceFactoryImplWithContext<ContentHandlerImpl, Shell> >

Completed in 1519 milliseconds