Searched refs:handler_it (Results 1 – 2 of 2) sorted by relevance
124 DomainHandlerMap::iterator handler_it = handlers_.find(*domain_it); in Detach() local125 CHECK(handler_it != handlers_.end()); in Detach()126 ui_handlers.push_back(handler_it->second); in Detach()127 handlers_.erase(handler_it); in Detach()
194 UpdateHandlerMap::iterator handler_it = update_handler_map_->find(it.Get()); in PrepareGetUpdates() local195 DCHECK(handler_it != update_handler_map_->end()) in PrepareGetUpdates()199 handler_it->second->GetDownloadProgress(progress_marker); in PrepareGetUpdates()203 handler_it->second->GetDataTypeContext(&context); in PrepareGetUpdates()