Home | History | Annotate | Download | only in webui

Lines Matching refs:AboutDnsHandler

620 // AboutDnsHandler bounces the request back to the IO thread to collect
622 class AboutDnsHandler : public base::RefCountedThreadSafe<AboutDnsHandler> {
626 scoped_refptr<AboutDnsHandler> handler(
627 new AboutDnsHandler(profile, callback));
632 friend class base::RefCountedThreadSafe<AboutDnsHandler>;
634 AboutDnsHandler(Profile* profile,
641 virtual ~AboutDnsHandler() {}
649 base::Bind(&AboutDnsHandler::StartOnIOThread, this, predictor));
663 base::Bind(&AboutDnsHandler::FinishOnUIThread, this, data));
677 DISALLOW_COPY_AND_ASSIGN(AboutDnsHandler);
1119 AboutDnsHandler::Start(profile(), callback);