Searched refs:ScanCallbackList (Results 1 – 2 of 2) sorted by relevance
304 typedef std::list<base::Closure> ScanCallbackList; typedef305 typedef std::map<std::string, ScanCallbackList> ScanCompleteCallbackMap;
915 ScanCallbackList& callback_list = scan_complete_callbacks_[type]; in ScanCompleted()916 for (ScanCallbackList::iterator iter = callback_list.begin(); in ScanCompleted()