Searched refs:BlobURL (Results 1 – 19 of 19) sorted by relevance
41 const char BlobURL::kBlobProtocol[] = "blob";43 KURL BlobURL::createPublicURL(SecurityOrigin* securityOrigin) in createPublicURL()49 String BlobURL::getOrigin(const KURL& url) in getOrigin()58 KURL BlobURL::createInternalStreamURL() in createInternalStreamURL()63 KURL BlobURL::createBlobURL(const String& originString) in createBlobURL()
49 class PLATFORM_EXPORT BlobURL {59 BlobURL() { } in BlobURL() function
121 if (origin && BlobURL::getOrigin(url) == "null") in saveToOriginMap()127 if (BlobURL::getOrigin(url) == "null") in removeFromOriginMap()
47 m_internalURL = BlobURL::createInternalStreamURL(); in Stream()
78 KURL publicURL = BlobURL::createPublicURL(executionContext->securityOrigin()); in createPublicURL()
86 m_urlForReading = BlobURL::createPublicURL(executionContext.securityOrigin()); in startInternal()
249 'blob/BlobURL.cpp',250 'blob/BlobURL.h',
141 third_party/WebKit/Source/platform/blob/BlobURL.cpp \
142 third_party/WebKit/Source/platform/blob/BlobURL.cpp \