OriginRestriction   65 Source/core/fetch/FetchRequest.h     OriginRestriction originRestriction() const { return m_originRestriction; }
OriginRestriction   66 Source/core/fetch/FetchRequest.h     void setOriginRestriction(OriginRestriction restriction) { m_originRestriction = restriction; }
OriginRestriction   75 Source/core/fetch/FetchRequest.h     OriginRestriction m_originRestriction;
OriginRestriction  447 Source/core/fetch/ResourceFetcher.cpp bool ResourceFetcher::canRequest(Resource::Type type, const KURL& url, const ResourceLoaderOptions& options, bool forPreload, FetchRequest::OriginRestriction originRestriction) const
OriginRestriction  180 Source/core/fetch/ResourceFetcher.h     bool canRequest(Resource::Type, const KURL&, const ResourceLoaderOptions&, bool forPreload, FetchRequest::OriginRestriction) const;