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

  /external/chromium_org/extensions/browser/api/dns/
dns_api.h 37 void OnLookupFinished(int result);
dns_api.cc 67 base::Bind(&DnsResolveFunction::OnLookupFinished, this),
71 // Balanced in OnLookupFinished.
75 OnLookupFinished(resolve_result);
83 void DnsResolveFunction::OnLookupFinished(int resolve_result) {
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_lookup_request.h 41 base::Bind(&PepperLookupRequest<T>::OnLookupFinished,
45 OnLookupFinished(result);
49 void OnLookupFinished(int result) {
pepper_host_resolver_message_filter.h 69 void OnLookupFinished(int net_result,
pepper_host_resolver_message_filter.cc 180 base::Bind(&PepperHostResolverMessageFilter::OnLookupFinished, this));
184 void PepperHostResolverMessageFilter::OnLookupFinished(
  /external/chromium_org/chrome/browser/net/
predictor.cc 118 base::Bind(&LookupRequest::OnLookupFinished, base::Unretained(this)),
123 void OnLookupFinished(int result) {
124 predictor_->OnLookupFinished(this, url_, result == net::OK);
    [all...]
predictor.h 463 void OnLookupFinished(LookupRequest* request, const GURL& url, bool found);

Completed in 755 milliseconds