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

  /external/chromium_org/chrome/browser/chromeos/login/easy_unlock/
easy_unlock_remove_keys_operation.cc 39 RemoveKey();
46 RemoveKey();
49 void EasyUnlockRemoveKeysOperation::RemoveKey() {
70 RemoveKey();
  /external/chromium_org/chromeos/login/auth/
fake_extended_authenticator.cc 87 void FakeExtendedAuthenticator::RemoveKey(const UserContext& context,
extended_authenticator_impl.cc 137 void ExtendedAuthenticatorImpl::RemoveKey(const UserContext& context,
  /external/llvm/lib/Support/
StringMap.cpp 156 /// RemoveKey - Remove the specified StringMapEntry from the table, but do not
158 void StringMapImpl::RemoveKey(StringMapEntryBase *V) {
160 StringMapEntryBase *V2 = RemoveKey(StringRef(VStr, V->getKeyLength()));
165 /// RemoveKey - Remove the StringMapEntry for the specified key from the
167 StringMapEntryBase *StringMapImpl::RemoveKey(StringRef Key) {
  /external/chromium_org/components/policy/core/common/
registry_dict_win.cc 162 RemoveKey(name);
171 scoped_ptr<RegistryDict> RegistryDict::RemoveKey(const std::string& name) {
  /external/chromium_org/chrome/browser/sync/test/integration/
autofill_helper.cc 120 // scheduling additional empty task on DB Thread. Call after AddKeys/RemoveKey.
211 void RemoveKey(int profile, const AutofillKey& key) {

Completed in 294 milliseconds