Searched refs:IsAsync (Results 1 – 7 of 7) sorted by relevance
112 virtual bool IsAsync() const = 0;
62 AsWeakPtr(), header, info->GetResourceType(), info->IsAsync(), in WillRedirectRequest()
86 virtual bool IsAsync() const OVERRIDE;
221 bool ResourceRequestInfoImpl::IsAsync() const { in IsAsync() function in content::ResourceRequestInfoImpl
600 if (!ResourceRequestInfo::ForRequest(&url_request)->IsAsync()) { in ShouldStartRequest()
651 if (info && ((!info->IsAsync()) || in OnCanGetCookies()
1558 bool is_async_request = !info || info->IsAsync(); in GetMatchingListeners()