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

12

/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/components/policy/core/common/
H A Dregistry_dict_win.h50 scoped_ptr<RegistryDict> RemoveKey(const std::string& name);
H A Dregistry_dict_win.cc161 RemoveKey(name);
170 scoped_ptr<RegistryDict> RegistryDict::RemoveKey(const std::string& name) { function in class:policy::RegistryDict
H A Dpolicy_loader_win.cc436 gpo_dict.RemoveKey(kKeyRecommended));
438 gpo_dict.RemoveKey(kKeyThirdParty));
H A Dpreg_parser_win.cc200 dict->RemoveKey(*key);
H A Dregistry_dict_win_unittest.cc123 scoped_ptr<RegistryDict> removed_key(test_dict.RemoveKey("one"));
/external/chromium_org/chrome/browser/chromeos/login/auth/
H A Dextended_authenticator.h101 void RemoveKey(const UserContext& context,
H A Dextended_authenticator.cc141 void ExtendedAuthenticator::RemoveKey(const UserContext& context, function in class:chromeos::ExtendedAuthenticator
/external/chromium_org/chrome/browser/supervised_user/chromeos/
H A Dmanager_password_service.cc240 authenticator_->RemoveKey(
252 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);
H A Dpageint.h405 map.RemoveKey(findKey);
/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);
H A Dfpdf_render.cpp34 m_Type3FaceMap.RemoveKey(pFont);
48 m_TransferFuncMap.RemoveKey(key);
/external/chromium_org/chrome/browser/chromeos/login/managed/
H A Dsupervised_user_login_flow.cc186 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
/external/pdfium/core/src/fpdfapi/fpdf_font/
H A Dfpdf_font.cpp87 m_pStockMap.RemoveKey(key);
106 m_pStockMap.RemoveKey(key);
1689 m_CacheMap.RemoveKey((FX_LPVOID)(FX_UINTPTR)charcode);
/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_FormFiller.cpp491 m_Maps.RemoveKey(pPageView);

Completed in 827 milliseconds

12