stale_data_       197 third_party/libaddressinput/chromium/cpp/src/retriever.cc       stale_data_[key].swap(*unwrapped);
stale_data_       210 third_party/libaddressinput/chromium/cpp/src/retriever.cc       stale_data_.find(key);
stale_data_       222 third_party/libaddressinput/chromium/cpp/src/retriever.cc   } else if (stale_data_it != stale_data_.end()) {
stale_data_       232 third_party/libaddressinput/chromium/cpp/src/retriever.cc   if (stale_data_it != stale_data_.end()) {
stale_data_       233 third_party/libaddressinput/chromium/cpp/src/retriever.cc     stale_data_.erase(stale_data_it);
stale_data_       100 third_party/libaddressinput/chromium/cpp/src/retriever.h   std::map<std::string, std::string> stale_data_;