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

/external/chromium_org/chrome/browser/chromeos/login/easy_unlock/
H A Deasy_unlock_remove_keys_operation.cc39 RemoveKey();
46 RemoveKey();
49 void EasyUnlockRemoveKeysOperation::RemoveKey() { function in class:chromeos::EasyUnlockRemoveKeysOperation
70 RemoveKey();
/external/chromium_org/chromeos/login/auth/
H A Dfake_extended_authenticator.cc87 void FakeExtendedAuthenticator::RemoveKey(const UserContext& context, function in class:chromeos::FakeExtendedAuthenticator
H A Dextended_authenticator_impl.cc137 void ExtendedAuthenticatorImpl::RemoveKey(const UserContext& context, function in class:chromeos::ExtendedAuthenticatorImpl
/external/chromium_org/components/policy/core/common/
H A Dregistry_dict_win.cc162 RemoveKey(name);
171 scoped_ptr<RegistryDict> RegistryDict::RemoveKey(const std::string& name) { function in class:policy::RegistryDict
/external/llvm/lib/Support/
H A DStringMap.cpp156 /// RemoveKey - Remove the specified StringMapEntry from the table, but do not
158 void StringMapImpl::RemoveKey(StringMapEntryBase *V) { function in class:StringMapImpl
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) { function in class:StringMapImpl
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dautofill_helper.cc120 // scheduling additional empty task on DB Thread. Call after AddKeys/RemoveKey.
211 void RemoveKey(int profile, const AutofillKey& key) { function in namespace:autofill_helper
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_maps.cpp159 FX_BOOL CFX_MapPtrToPtr::RemoveKey(void* key) function in class:CFX_MapPtrToPtr
369 FX_BOOL CFX_MapByteStringToPtr::RemoveKey(FX_BSTR key) function in class:CFX_MapByteStringToPtr
557 void CFX_CMapByteStringToPtr::RemoveKey(FX_BSTR key) function in class:CFX_CMapByteStringToPtr
/external/pdfium/core/include/fxcrt/
H A Dfx_basic.h875 FX_BOOL RemoveKey(void* key);
943 FX_BOOL RemoveKey(KeyType key) function in class:CFX_MapPtrTemplate
945 return CFX_MapPtrToPtr::RemoveKey((void*)(FX_UINTPTR)key);
1013 FX_BOOL RemoveKey(FX_BSTR key);
1079 void RemoveKey(FX_BSTR key);

Completed in 1001 milliseconds