Searched refs:m_urlForReading (Results 1 – 2 of 2) sorted by relevance
75 if (!m_urlForReading.isEmpty()) { in ~FileReaderLoader()77 BlobRegistry::unregisterStreamURL(m_urlForReading); in ~FileReaderLoader()79 BlobRegistry::revokePublicBlobURL(m_urlForReading); in ~FileReaderLoader()86 m_urlForReading = BlobURL::createPublicURL(executionContext.securityOrigin()); in startInternal()87 if (m_urlForReading.isEmpty()) { in startInternal()94 … BlobRegistry::registerPublicBlobURL(executionContext.securityOrigin(), m_urlForReading, blobData); in startInternal()97 …BlobRegistry::registerStreamURL(executionContext.securityOrigin(), m_urlForReading, stream->url()); in startInternal()101 ResourceRequest request(m_urlForReading); in startInternal()
117 KURL m_urlForReading; variable