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

  /external/chromium_org/chrome/browser/ui/webui/
about_ui.cc 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))
    [all...]
  /external/chromium/chrome/browser/
browser_about_handler.cc 546 // AboutDnsHandler bounces the request back to the IO thread to collect
548 class AboutDnsHandler : public base::RefCountedThreadSafe<AboutDnsHandler> {
551 scoped_refptr<AboutDnsHandler> handler(
552 new AboutDnsHandler(source, request_id));
557 AboutDnsHandler(AboutSource* source, int request_id)
568 NewRunnableMethod(this, &AboutDnsHandler::StartOnIOThread));
579 NewRunnableMethod(this, &AboutDnsHandler::FinishOnUIThread, data));
593 DISALLOW_COPY_AND_ASSIGN(AboutDnsHandler);
    [all...]

Completed in 337 milliseconds