HomeSort by relevance Sort by last modified time
    Searched refs:RemoveKey (Results 1 - 25 of 40) sorted by null

1 2

  /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();
easy_unlock_remove_keys_operation.h 34 void RemoveKey();
  /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/chrome/browser/sync/test/integration/
autofill_helper.h 50 void RemoveKey(int profile, const autofill::AutofillKey& key);
two_client_autofill_sync_test.cc 37 using autofill_helper::RemoveKey;
94 RemoveKey(1, AutofillKey("name1", "value1-0"));
100 RemoveKey(0, AutofillKey("name0", "value0"));
101 RemoveKey(0, AutofillKey("name1", "value1-1"));
  /external/chromium_org/chromeos/login/auth/
extended_authenticator.h 103 virtual void RemoveKey(const UserContext& context,
fake_extended_authenticator.h 44 virtual void RemoveKey(const UserContext& context,
fake_extended_authenticator.cc 87 void FakeExtendedAuthenticator::RemoveKey(const UserContext& context,
extended_authenticator_impl.h 49 virtual void RemoveKey(const UserContext& context,
extended_authenticator_impl.cc 137 void ExtendedAuthenticatorImpl::RemoveKey(const UserContext& context,
  /external/chromium_org/components/policy/core/common/
registry_dict_win.h 50 scoped_ptr<RegistryDict> RemoveKey(const std::string& name);
registry_dict_win.cc 162 RemoveKey(name);
171 scoped_ptr<RegistryDict> RegistryDict::RemoveKey(const std::string& name) {
policy_loader_win.cc 471 gpo_dict.RemoveKey(kKeyRecommended));
473 gpo_dict.RemoveKey(kKeyThirdParty));
preg_parser_win.cc 200 dict->RemoveKey(*key);
  /external/chromium_org/chrome/browser/supervised_user/chromeos/
manager_password_service.cc 248 authenticator_->RemoveKey(
260 authenticator_->RemoveKey(
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_doc.cpp 191 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/
StringMap.h 81 /// 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/
fpdf_basic_module.cpp 126 m_SecurityHandlerMap.RemoveKey(filter);
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_cache.cpp 77 m_ImageCaches.RemoveKey(pStream);
82 m_ImageCaches.RemoveKey(pStream);
  /external/chromium_org/chrome/browser/chromeos/login/supervised/
supervised_user_login_flow.cc 190 authenticator_->RemoveKey(
  /external/pdfium/core/include/fxcrt/
fx_basic.h 875 FX_BOOL RemoveKey(void* key);
943 FX_BOOL RemoveKey(KeyType key)
945 return CFX_MapPtrToPtr::RemoveKey((void*)(FX_UINTPTR)key);
1013 FX_BOOL RemoveKey(FX_BSTR key);
1079 void RemoveKey(FX_BSTR key);
    [all...]
  /external/pdfium/core/src/fpdfdoc/
doc_tagged.cpp 152 map.RemoveKey(pDict);
169 map.RemoveKey(pDict);
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_objects.cpp 814 m_Map.RemoveKey(key);
831 m_Map.RemoveKey(key);
841 m_Map.RemoveKey(oldkey);
    [all...]
  /external/pdfium/core/src/fxcrt/
fx_basic_maps.cpp 159 FX_BOOL CFX_MapPtrToPtr::RemoveKey(void* key)
369 FX_BOOL CFX_MapByteStringToPtr::RemoveKey(FX_BSTR key)
557 void CFX_CMapByteStringToPtr::RemoveKey(FX_BSTR key)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wmiutils.h 113 virtual HRESULT WINAPI RemoveKey(LPCWSTR wszName,ULONG uFlags) = 0;
130 HRESULT (WINAPI *RemoveKey)(IWbemPathKeyList *This,LPCWSTR wszName,ULONG uFlags);
149 #define IWbemPathKeyList_RemoveKey(This,wszName,uFlags) (This)->lpVtbl->RemoveKey(This,wszName,uFlags)
    [all...]

Completed in 412 milliseconds

1 2