DomDistillerHandler 37 components/dom_distiller/webui/dom_distiller_handler.cc DomDistillerHandler::DomDistillerHandler(DomDistillerService* service, DomDistillerHandler 41 components/dom_distiller/webui/dom_distiller_handler.cc DomDistillerHandler::~DomDistillerHandler() {} DomDistillerHandler 43 components/dom_distiller/webui/dom_distiller_handler.cc void DomDistillerHandler::RegisterMessages() { DomDistillerHandler 46 components/dom_distiller/webui/dom_distiller_handler.cc base::Bind(&DomDistillerHandler::HandleRequestEntries, DomDistillerHandler 50 components/dom_distiller/webui/dom_distiller_handler.cc base::Bind(&DomDistillerHandler::HandleAddArticle, DomDistillerHandler 54 components/dom_distiller/webui/dom_distiller_handler.cc base::Bind(&DomDistillerHandler::HandleSelectArticle, DomDistillerHandler 58 components/dom_distiller/webui/dom_distiller_handler.cc base::Bind(&DomDistillerHandler::HandleViewUrl, base::Unretained(this))); DomDistillerHandler 61 components/dom_distiller/webui/dom_distiller_handler.cc void DomDistillerHandler::HandleAddArticle(const base::ListValue* args) { DomDistillerHandler 68 components/dom_distiller/webui/dom_distiller_handler.cc base::Bind(base::Bind(&DomDistillerHandler::OnArticleAdded, DomDistillerHandler 75 components/dom_distiller/webui/dom_distiller_handler.cc void DomDistillerHandler::HandleViewUrl(const base::ListValue* args) { DomDistillerHandler 88 components/dom_distiller/webui/dom_distiller_handler.cc void DomDistillerHandler::HandleSelectArticle(const base::ListValue* args) { DomDistillerHandler 101 components/dom_distiller/webui/dom_distiller_handler.cc void DomDistillerHandler::HandleRequestEntries(const base::ListValue* args) { DomDistillerHandler 121 components/dom_distiller/webui/dom_distiller_handler.cc void DomDistillerHandler::OnArticleAdded(bool article_available) { DomDistillerHandler 19 components/dom_distiller/webui/dom_distiller_handler.h class DomDistillerHandler : public content::WebUIMessageHandler { DomDistillerHandler 22 components/dom_distiller/webui/dom_distiller_handler.h DomDistillerHandler(DomDistillerService* service, const std::string& scheme); DomDistillerHandler 23 components/dom_distiller/webui/dom_distiller_handler.h virtual ~DomDistillerHandler(); DomDistillerHandler 57 components/dom_distiller/webui/dom_distiller_handler.h base::WeakPtrFactory<DomDistillerHandler> weak_ptr_factory_; DomDistillerHandler 59 components/dom_distiller/webui/dom_distiller_handler.h DISALLOW_COPY_AND_ASSIGN(DomDistillerHandler); DomDistillerHandler 55 components/dom_distiller/webui/dom_distiller_ui.cc web_ui->AddMessageHandler(new DomDistillerHandler(service, scheme));