HomeSort by relevance Sort by last modified time
    Searched defs:RemoveKey (Results 1 - 10 of 10) 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) {
  /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/
dxtmpl.h 670 WINBOOL RemoveKey(ARG_KEY key);
831 WINBOOL CDXMap<KEY,ARG_KEY,VALUE,ARG_VALUE>::RemoveKey(ARG_KEY key) {
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...]
  /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...]

Completed in 1074 milliseconds