Searched refs:IsAsync (Results 1 – 6 of 6) sorted by relevance
107 virtual bool IsAsync() const = 0;
91 if (!info->IsAsync()) { in WillRedirectRequest()
84 virtual bool IsAsync() const OVERRIDE;
224 bool ResourceRequestInfoImpl::IsAsync() const { in IsAsync() function in content::ResourceRequestInfoImpl
458 !ResourceRequestInfo::ForRequest(&url_request)->IsAsync()) { in ShouldStartRequest()
1509 bool is_async_request = !info || info->IsAsync(); in GetMatchingListeners()