HomeSort by relevance Sort by last modified time
    Searched full:key_to_remove (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chromeos/login/auth/
extended_authenticator_impl.h 50 const std::string& key_to_remove,
74 void DoRemoveKey(const std::string& key_to_remove,
fake_extended_authenticator.h 45 const std::string& key_to_remove,
extended_authenticator_impl.cc 138 const std::string& key_to_remove,
143 key_to_remove,
274 void ExtendedAuthenticatorImpl::DoRemoveKey(const std::string& key_to_remove,
287 key_to_remove,
fake_extended_authenticator.cc 88 const std::string& key_to_remove,
extended_authenticator.h 100 // Attempts to remove the key labeled |key_to_remove| for the user identified/
104 const std::string& key_to_remove,
  /external/chromium_org/chrome/browser/android/thumbnail/
thumbnail_store.cc 433 TabId key_to_remove; local
442 key_to_remove = iter->first;
454 key_to_remove = *riter;
462 cache_.Remove(key_to_remove);

Completed in 281 milliseconds