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

/external/chromium_org/mojo/examples/content_handler_demo/
H A Dcontent_handler_demo.cc15 class ContentHandlerApp;
19 explicit ContentHandlerImpl(ContentHandlerApp* content_handler_app)
30 ContentHandlerApp* content_handler_app_;
33 class ContentHandlerApp : public ApplicationDelegate { class in namespace:mojo::examples
35 ContentHandlerApp() : content_handler_factory_(this) { function in class:mojo::examples::ContentHandlerApp
72 ContentHandlerApp> content_handler_factory_;
88 return new examples::ContentHandlerApp();

Completed in 45 milliseconds