Searched refs:AboutDnsHandler (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/
H A Dabout_ui.cc620 // AboutDnsHandler bounces the request back to the IO thread to collect
622 class AboutDnsHandler : public base::RefCountedThreadSafe<AboutDnsHandler> { class in namespace:__anon6449
626 scoped_refptr<AboutDnsHandler> handler(
627 new AboutDnsHandler(profile, callback));
632 friend class base::RefCountedThreadSafe<AboutDnsHandler>;
634 AboutDnsHandler(Profile* profile, function in class:__anon6449::AboutDnsHandler
641 virtual ~AboutDnsHandler() {}
649 base::Bind(&AboutDnsHandler::StartOnIOThread, this, predictor));
663 base::Bind(&AboutDnsHandler
[all...]
/external/chromium/chrome/browser/
H A Dbrowser_about_handler.cc546 // AboutDnsHandler bounces the request back to the IO thread to collect
548 class AboutDnsHandler : public base::RefCountedThreadSafe<AboutDnsHandler> { class in namespace:__anon1934
551 scoped_refptr<AboutDnsHandler> handler(
552 new AboutDnsHandler(source, request_id));
557 AboutDnsHandler(AboutSource* source, int request_id) function in class:__anon1934::AboutDnsHandler
568 NewRunnableMethod(this, &AboutDnsHandler::StartOnIOThread));
579 NewRunnableMethod(this, &AboutDnsHandler::FinishOnUIThread, data));
593 DISALLOW_COPY_AND_ASSIGN(AboutDnsHandler);
1015 AboutDnsHandler
[all...]

Completed in 45 milliseconds