Home | History | Annotate | Download | only in net

Lines Matching refs:Registry

72   class Registry {
74 Registry();
75 ~Registry();
89 DISALLOW_COPY_AND_ASSIGN(Registry);
102 // Deletes the request, removes it from the registry, and removes the
170 static base::LazyInstance<Registry> g_registry;
176 URLFetcher::Core::Registry::Registry() {}
177 URLFetcher::Core::Registry::~Registry() {}
179 void URLFetcher::Core::Registry::AddURLFetcherCore(Core* core) {
184 void URLFetcher::Core::Registry::RemoveURLFetcherCore(Core* core) {
189 void URLFetcher::Core::Registry::CancelAll() {
195 base::LazyInstance<URLFetcher::Core::Registry>