Searched refs:corsEnabled (Results 1 – 3 of 3) sorted by relevance
62 …achedImage(ResourceFetcher* fetcher, const ResourceLoaderOptions& options, CORSEnabled corsEnabled) in cachedImage() argument71 if (corsEnabled == PotentiallyCORSEnabled) in cachedImage()
394 CORSEnabled corsEnabled = isPotentiallyCORSEnabled() ? PotentiallyCORSEnabled : NotCORSEnabled; in notifyFinished() local395 if (!elementDocument->fetcher()->canAccess(m_resource.get(), corsEnabled)) { in notifyFinished()
537 bool ResourceFetcher::canAccess(Resource* resource, CORSEnabled corsEnabled, FetchRequest::OriginRe… in canAccess() argument547 if (corsEnabled == PotentiallyCORSEnabled in canAccess()