Searched refs:UnregisterStream (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/content/browser/streams/
H A Dstream_registry.h33 void UnregisterStream(const GURL& url);
H A Dstream_registry.cc43 void StreamRegistry::UnregisterStream(const GURL& url) { function in class:content::StreamRegistry
H A Dstream.cc102 registry_->UnregisterStream(url());
137 registry_->UnregisterStream(url());
H A Dstream_unittest.cc198 TEST_F(StreamTest, UnregisterStream) {
205 registry_->UnregisterStream(url);
/external/chromium_org/content/browser/fileapi/
H A Dfileapi_message_filter.cc124 stream_context_->registry()->UnregisterStream(GURL(*iter));
702 stream_context_->registry()->UnregisterStream(url);

Completed in 2806 milliseconds