Searched defs:key (Results 451 - 475 of 2468) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A Ddefaultcreds.cpp146 CssmClient::Key key = dynamic_cast<KeyItem &>(*keyItem).key(); local
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DIdentity.cpp49 Item key; local
H A DSecFrameworkP.c82 CFStringRef SecFrameworkCopyLocalizedString(CFStringRef key, argument
H A Ddefaultcreds.cpp146 CssmClient::Key key = dynamic_cast<KeyItem &>(*keyItem).key(); local
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dadornments.h105 Ad *swapAdornment(Key key, Ad *ad) argument
144 adornment(Key key) argument
153 adornment(Key key, Arg1 &arg1) argument
162 adornment(Key key, Arg1 &arg1, Arg2 &arg2) argument
171 adornment(Key key, Arg1 &arg1, Arg2 &arg2, Arg3 &arg3) argument
180 attachment(Key key) argument
190 attachment(Key key, Arg1 arg1) argument
[all...]
/macosx-10.9.5/Security-55471.14.18/sec/SOSCircle/SecureObjectSync/
H A DSOSAccount.h212 typedef bool (^SOSAccountSendBlock)(SOSCircleRef circle, CFStringRef key, CFDataRef message, CFErrorRef *error); variable
/macosx-10.9.5/Security-55471.14.18/sec/Security/Regressions/crypto/
H A Dpbkdf2-00-hmac-sha1.c17 hmac_sha1(const uint8_t *key, size_t key_len, const uint8_t *text, size_t text_len, argument
/macosx-10.9.5/Security-55471.14.18/sec/Security/
H A DSecPBKDF.c16 void hmac_sha1_PRF(const uint8_t *key, argument
/macosx-10.9.5/WebCore-7537.78.1/Modules/indexeddb/
H A DIDBCursorBackendImpl.h65 PassRefPtr<IDBKey> key() const { return m_cursor->key(); } function in class:WebCore::IDBCursorBackendImpl
H A DIDBIndex.cpp80 PassRefPtr<IDBRequest> IDBIndex::openCursor(ScriptExecutionContext* context, const ScriptValue& key, const String& direction, ExceptionCode& ec) argument
105 PassRefPtr<IDBRequest> IDBIndex::count(ScriptExecutionContext* context, const ScriptValue& key, ExceptionCode& ec) argument
135 PassRefPtr<IDBRequest> IDBIndex::openKeyCursor(ScriptExecutionContext* context, const ScriptValue& key, const String& direction, ExceptionCode& ec) argument
144 PassRefPtr<IDBRequest> IDBIndex::get(ScriptExecutionContext* context, const ScriptValue& key, ExceptionCode& ec) argument
174 PassRefPtr<IDBRequest> IDBIndex::getKey(ScriptExecutionContext* context, const ScriptValue& key, ExceptionCode& ec) argument
[all...]
H A DIDBIndex.h66 PassRefPtr<IDBRequest> openCursor(ScriptExecutionContext* context, const ScriptValue& key, ExceptionCode& ec) { return openCursor(context, key, IDBCursor::directionNext(), ec); } argument
75 PassRefPtr<IDBRequest> openKeyCursor(ScriptExecutionContext* context, const ScriptValue& key, ExceptionCode& ec) { return openKeyCursor(context, key, IDBCursor::directionNext(), ec); } argument
H A DIDBKeyRange.cpp40 RefPtr<IDBKey> key = prpKey; local
66 RefPtr<IDBKey> key = prpKey; local
78 RefPtr<IDBKey> key = scriptValueToIDBKey(&requestState, keyValue); local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DWebKitCSSKeyframeRule.cpp64 float key = -1; local
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DDocumentOrderedMap.cpp45 inline bool keyMatchesId(AtomicStringImpl* key, Element* element) argument
50 inline bool keyMatchesName(AtomicStringImpl* key, Element* element) argument
55 inline bool keyMatchesMapName(AtomicStringImpl* key, Element* element) argument
60 inline bool keyMatchesLowercasedMapName(AtomicStringImpl* key, Element* element) argument
65 inline bool keyMatchesLabelForAttribute(AtomicStringImpl* key, Element* element) argument
70 keyMatchesWindowNamedItem(AtomicStringImpl* key, Element* element) argument
75 keyMatchesDocumentNamedItem(AtomicStringImpl* key, Element* element) argument
85 add(AtomicStringImpl* key, Element* element, const TreeScope* treeScope) argument
102 remove(AtomicStringImpl* key, Element* element) argument
127 get(AtomicStringImpl* key, const TreeScope* scope) const argument
159 getElementById(AtomicStringImpl* key, const TreeScope* scope) const argument
164 getElementByName(AtomicStringImpl* key, const TreeScope* scope) const argument
169 getElementByMapName(AtomicStringImpl* key, const TreeScope* scope) const argument
174 getElementByLowercasedMapName(AtomicStringImpl* key, const TreeScope* scope) const argument
179 getElementByLabelForAttribute(AtomicStringImpl* key, const TreeScope* scope) const argument
184 getElementByWindowNamedItem(AtomicStringImpl* key, const TreeScope* scope) const argument
189 getElementByDocumentNamedItem(AtomicStringImpl* key, const TreeScope* scope) const argument
194 getAllElementsById(AtomicStringImpl* key, const TreeScope* scope) const argument
[all...]
H A DDocumentSharedObjectPool.cpp65 ShareableElementDataCacheKey key; member in class:WebCore::ShareableElementDataCacheEntry
H A DNamedFlowCollection.cpp121 static unsigned hash(WebKitNamedFlow* key) { return DefaultHash<String>::Hash::hash(key->name()); } argument
128 static unsigned hash(const String& key) { return DefaultHash<String>::Hash::hash(key); } argument
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DRadioInputType.cpp71 const String& key = event->keyIdentifier(); local
109 const String& key = event->keyIdentifier(); local
/macosx-10.9.5/WebCore-7537.78.1/platform/network/
H A DHTTPHeaderMap.cpp87 static bool equal(const AtomicString& key, const char* cString) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/network/blackberry/
H A DDeferredData.cpp46 void DeferredData::deferHeaderReceived(const String& key, const String& value) argument
52 void DeferredData::deferMultipartHeaderReceived(const String& key, const String& value) argument
/macosx-10.9.5/WebCore-7537.78.1/rendering/style/
H A DKeyframeList.h42 KeyframeValue(float key, PassRefPtr<RenderStyle> style) argument
52 float key() const { return m_key; } function in class:WebCore::KeyframeValue
53 void setKey(float key) { m_key = key; } argument
/macosx-10.9.5/WebKit-7537.78.2/blackberry/Api/
H A DWebSettings_p.h94 void setString(const String& key, cons argument
[all...]
/macosx-10.9.5/WebKit-7537.78.2/cf/WebCoreSupport/
H A DWebInspectorClientCF.cpp67 static inline RetainPtr<CFStringRef> createKeyForPreferences(const String& key) argument
72 static void populateSetting(const String& key, String* setting) argument
89 static void storeSetting(const String& key, const String& setting) argument
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DCFDictionaryPropertyBag.cpp163 CFStringRef key = MarshallingHelpers::LPCOLESTRToCFStringRef(pszPropName); local
185 CFStringRef key = MarshallingHelpers::LPCOLESTRToCFStringRef(pszPropName); local
/macosx-10.9.5/WebKit2-7537.78.2/Platform/CoreIPC/
H A DArgumentCoders.h82 KeyType key; local
178 KeyArg key; local
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/
H A DWebPreferences.cpp92 void WebPreferences::updateStringValueForKey(const String& key, const String& value) argument
98 void WebPreferences::updateBoolValueForKey(const String& key, bool value) argument
109 void WebPreferences::updateUInt32ValueForKey(const String& key, uint32_t value) argument
115 updateDoubleValueForKey(const String& key, double value) argument
121 updateFloatValueForKey(const String& key, float value) argument
[all...]

Completed in 156 milliseconds

<<11121314151617181920>>