Lines Matching refs:data
20 * A simple class which allows clients to add opaque data types, and returns a url where this data
21 * will be hosted. Its up to the owner of this class to actually serve the data.
31 * Adds a data blob to the cache with a particular content type. UrlDataManager will hash
32 * the blob data to ensure uniqueness
73 // We use the data as a hash, this is not really optimal but is fine until proven otherwise
74 static const SkData& GetKey(const UrlData& data) {
75 return *data.fData;
84 static const SkString& GetKey(const UrlData& data) {
85 return data.fUrl;