Searched defs:key_to_remove (Results 1 - 3 of 3) sorted by path

/external/chromium_org/chrome/browser/android/thumbnail/
H A Dthumbnail_store.cc433 TabId key_to_remove; local
442 key_to_remove = iter->first;
454 key_to_remove = *riter;
462 cache_.Remove(key_to_remove);
/external/chromium_org/chromeos/login/auth/
H A Dextended_authenticator_impl.cc138 const std::string& key_to_remove,
143 key_to_remove,
274 void ExtendedAuthenticatorImpl::DoRemoveKey(const std::string& key_to_remove, argument
287 key_to_remove,
137 RemoveKey(const UserContext& context, const std::string& key_to_remove, const base::Closure& success_callback) argument
H A Dfake_extended_authenticator.cc88 const std::string& key_to_remove,
87 RemoveKey(const UserContext& context, const std::string& key_to_remove, const base::Closure& success_callback) argument

Completed in 286 milliseconds