Searched defs:found_list (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/sync_file_system/
H A Dfake_remote_change_processor.cc56 URLToFileChangeList::iterator found_list = local_changes_.find(url); local
57 if (found_list != local_changes_.end())
58 change_list = found_list->second;
79 URLToFileChangeList::iterator found_list = local
81 if (found_list != local_changes_.end()) {
82 const FileChange& local_change = found_list->second.back();

Completed in 29 milliseconds