Searched refs:RemoveKey (Results 1 - 25 of 38) sorted by relevance

12

/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();
H A Deasy_unlock_remove_keys_operation.h34 void RemoveKey();
/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.h50 void RemoveKey(int profile, const autofill::AutofillKey& key);
H A Dtwo_client_autofill_sync_test.cc37 using autofill_helper::RemoveKey;
94 RemoveKey(1, AutofillKey("name1", "value1-0"));
100 RemoveKey(0, AutofillKey("name0", "value0"));
101 RemoveKey(0, AutofillKey("name1", "value1-1"));
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/chromium_org/chromeos/login/auth/
H A Dfake_extended_authenticator.h44 virtual void RemoveKey(const UserContext& context,
H A Dextended_authenticator.h103 virtual void RemoveKey(const UserContext& context,
H A Dfake_extended_authenticator.cc87 void FakeExtendedAuthenticator::RemoveKey(const UserContext& context, function in class:chromeos::FakeExtendedAuthenticator
H A Dextended_authenticator_impl.h49 virtual void RemoveKey(const UserContext& context,
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.h50 scoped_ptr<RegistryDict> RemoveKey(const std::string& name);
H A Dregistry_dict_win.cc162 RemoveKey(name);
171 scoped_ptr<RegistryDict> RegistryDict::RemoveKey(const std::string& name) { function in class:policy::RegistryDict
H A Dpolicy_loader_win.cc471 gpo_dict.RemoveKey(kKeyRecommended));
473 gpo_dict.RemoveKey(kKeyThirdParty));
H A Dpreg_parser_win.cc200 dict->RemoveKey(*key);
/external/chromium_org/chrome/browser/supervised_user/chromeos/
H A Dmanager_password_service.cc248 authenticator_->RemoveKey(
260 authenticator_->RemoveKey(
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_doc.cpp191 m_ImageMap.RemoveKey(objNum);
222 m_HashProfileMap.RemoveKey(bsKey);
228 m_IccProfileMap.RemoveKey(ipKey);
242 m_FontFileMap.RemoveKey(ftKey);
604 m_HashProfileMap.RemoveKey(key);
/external/llvm/include/llvm/ADT/
H A DStringMap.h81 /// RemoveKey - Remove the specified StringMapEntry from the table, but do not
83 void RemoveKey(StringMapEntryBase *V);
85 /// RemoveKey - Remove the StringMapEntry for the specified key from the
87 StringMapEntryBase *RemoveKey(StringRef Key);
381 RemoveKey(KeyValue);
/external/pdfium/core/src/fpdfapi/
H A Dfpdf_basic_module.cpp126 m_SecurityHandlerMap.RemoveKey(filter);
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render_cache.cpp77 m_ImageCaches.RemoveKey(pStream);
82 m_ImageCaches.RemoveKey(pStream);
/external/chromium_org/chrome/browser/chromeos/login/supervised/
H A Dsupervised_user_login_flow.cc190 authenticator_->RemoveKey(
/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);
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_tagged.cpp152 map.RemoveKey(pDict);
169 map.RemoveKey(pDict);
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_objects.cpp814 m_Map.RemoveKey(key);
831 m_Map.RemoveKey(key);
841 m_Map.RemoveKey(oldkey);
1324 m_IndirectObjs.RemoveKey((FX_LPVOID)(FX_UINTPTR)objnum);
/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

Completed in 5282 milliseconds

12