Searched refs:identifier (Results 401 - 425 of 682) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/WebCore-7600.1.25/crypto/algorithms/
H A DCryptoAlgorithmRSA_OAEP.cpp55 CryptoAlgorithmIdentifier CryptoAlgorithmRSA_OAEP::identifier() const function in class:WebCore::CryptoAlgorithmRSA_OAEP
/macosx-10.10/WebCore-7600.1.25/loader/
H A DResourceLoader.cpp258 // Ensure an identifier is always set. This ensures that this assetion is not hit:
271 // We need a resource identifier for all requests, even if FrameLoader is never going to see it (such as with CORS preflight requests).
503 InspectorInstrumentationCookie cookie = InspectorInstrumentation::willReceiveResourceData(m_frame.get(), identifier(), encodedDataLength);
510 InspectorInstrumentationCookie cookie = InspectorInstrumentation::willReceiveResourceData(m_frame.get(), identifier(), encodedDataLength);
543 return frameLoader()->client().shouldUseCredentialStorage(documentLoader(), identifier());
583 return frameLoader()->client().canAuthenticateAgainstProtectionSpace(documentLoader(), identifier(), protectionSpace);
/macosx-10.10/WebCore-7600.1.25/page/
H A DPageGroup.h89 unsigned identifier() { return m_identifier; } function in class:WebCore::PageGroup
/macosx-10.10/WebCore-7600.1.25/workers/
H A DDefaultSharedWorkerRepository.cpp280 virtual void didReceiveResponse(unsigned long identifier, const ResourceResponse&);
307 void SharedWorkerScriptLoader::didReceiveResponse(unsigned long identifier, const ResourceResponse&) argument
309 InspectorInstrumentation::didReceiveScriptResponse(m_worker->scriptExecutionContext(), identifier);
321 InspectorInstrumentation::scriptImported(m_worker->scriptExecutionContext(), m_scriptLoader->identifier(), m_scriptLoader->script());
/macosx-10.10/WebKit-7600.1.25/mac/Plugins/Hosted/
H A DProxyInstance.h87 JSC::JSValue invoke(JSC::ExecState*, InvokeType, uint64_t identifier, const JSC::ArgList&);
/macosx-10.10/WebKit-7600.1.25/mac/Storage/
H A DWebDatabaseManager.mm239 static void setTransactionBackgroundTaskIdentifier(WebBackgroundTaskIdentifier identifier)
241 transactionBackgroundTaskIdentifier = identifier;
/macosx-10.10/WebKit2-7600.1.25/DatabaseProcess/IndexedDB/sqlite/
H A DSQLiteIDBCursor.h56 const IDBIdentifier& identifier() const { return m_cursorIdentifier; } function in class:WebKit::SQLiteIDBCursor
/macosx-10.10/WebKit2-7600.1.25/Shared/
H A DSessionState.h124 uint64_t identifier; member in struct:WebKit::BackForwardListItemState
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Plugins/Netscape/
H A DJSNPObject.cpp406 Identifier identifier; local
411 identifier = Identifier(exec, String::fromUTF8WithLatin1Fallback(string, length).impl());
413 identifier = Identifier::from(exec, identifierRep->number());
415 propertyNameArray.add(identifier);
/macosx-10.10/configd-699.1.5/configd.tproj/
H A D_SCD.h176 int32_t identifier,
/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Dnnlistserv.el56 (identifier . nnlistserv-kk-identity)))
110 (concat "<" (nnweb-identifier url) "@kk>")
148 "Return an unique identifier based on URL."
/macosx-10.10/llvmCore-3425.0.34/lib/MC/MCParser/
H A DCOFFAsmParser.cpp133 /// ::= { ".weak", ... } [ identifier ( , identifier )* ]
144 return TokError("expected identifier in directive");
180 return TokError("expected identifier in directive");
436 StringRef identifier; local
441 if (getParser().ParseIdentifier(identifier))
443 if (identifier == "unwind")
445 else if (identifier == "except")
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DNSPreferences.h111 - (NSString *) titleForIdentifier:(NSString *) identifier;
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DNSPreferences.h111 - (NSString *) titleForIdentifier:(NSString *) identifier;
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DNSPreferences.h111 - (NSString *) titleForIdentifier:(NSString *) identifier;
/macosx-10.10/vim-55/runtime/syntax/
H A Dr.vim46 " identifier with leading letter and optional following keyword characters
48 " identifier with leading period, one or more digits, and at least one non-digit keyword character
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIOStatistics.h177 char identifier[kIOStatisticsDriverNameLength]; member in struct:IOStatisticsKextIdentifier
/macosx-10.10/JavaScriptCore-7600.1.17/parser/
H A DASTBuilder.h678 void appendObjectPatternEntry(ObjectPattern node, const JSTokenLocation& location, bool wasString, const Identifier& identifier, DeconstructionPattern pattern) argument
680 node->appendEntry(location, identifier, wasString, pattern.get());
738 return new (m_vm) TypeOfResolveNode(location, resolve->identifier());
749 return new (m_vm) DeleteResolveNode(location, resolve->identifier(), divot, start, end);
757 return new (m_vm) DeleteDotNode(location, dot->base(), dot->identifier(), divot, start, end);
881 const Identifier& identifier = resolve->identifier(); local
882 if (identifier == m_vm->propertyNames->eval) {
886 return new (m_vm) FunctionCallResolveNode(location, identifier, args, divot, divotStart, divotEnd);
897 if (dot->identifier()
[all...]
/macosx-10.10/Security-57031.1.35/securityd/src/
H A Dkcdatabase.cpp195 session.findFirst<KeychainDbCommon, const DbIdentifier &>(&KeychainDbCommon::identifier, ident)) {
226 std::string newDbName = std::string("////") + std::string(src.identifier().dbName());
227 DLDbIdentifier newDLDbIdent(src.identifier().dlDbIdentifier().ssuid(), newDbName.c_str(), src.identifier().dlDbIdentifier().dbLocation());
228 DbIdentifier ident(newDLDbIdent, src.identifier());
459 if (kckey->database().global().identifier() == identifier()) {
1282 server.findFirst<KeychainDbGlobal, const DbIdentifier &>(&KeychainDbGlobal::identifier, identifier())) {
1287 parent(*new KeychainDbGlobal(identifier()));
[all...]
H A Dpcscmonitor.cpp202 string bundleName = tokendBundle->identifier();
230 secdebug("pcsc", "exception loading softtoken %s - continuing", tokendBundle->identifier().c_str());
/macosx-10.10/Security-57031.1.35/Security/include/security_codesigning/
H A DStaticCode.h125 std::string identifier() { return codeDirectory()->identifier(); } function in class:Security::CodeSigning::SecStaticCode
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A DStaticCode.h125 std::string identifier() { return codeDirectory()->identifier(); } function in class:Security::CodeSigning::SecStaticCode
/macosx-10.10/WebCore-7600.1.25/css/
H A DStyleProperties.h203 bool setProperty(CSSPropertyID, CSSValueID identifier, bool important = false);
204 bool setProperty(CSSPropertyID, CSSPropertyID identifier, bool important = false);
/macosx-10.10/WebCore-7600.1.25/loader/cache/
H A DCachedRawResource.cpp169 m_identifier = m_loader->identifier();
188 toCachedRawResource(resourceToRevalidate())->m_identifier = m_loader->identifier();
/macosx-10.10/WebCore-7600.1.25/xml/
H A DXMLHttpRequest.h181 virtual void didReceiveResponse(unsigned long identifier, const ResourceResponse&) override;
183 virtual void didFinishLoading(unsigned long identifier, double finishTime) override;

Completed in 507 milliseconds

<<11121314151617181920>>