Searched refs:identifier (Results 126 - 150 of 682) sorted by relevance

1234567891011>>

/macosx-10.10/WebCore-7600.1.25/loader/
H A DFrameLoaderClient.h134 virtual void assignIdentifierToInitialRequest(unsigned long identifier, DocumentLoader*, const ResourceRequest&) = 0;
136 virtual void dispatchWillSendRequest(DocumentLoader*, unsigned long identifier, ResourceRequest&, const ResourceResponse& redirectResponse) = 0;
137 virtual bool shouldUseCredentialStorage(DocumentLoader*, unsigned long identifier) = 0;
138 virtual void dispatchDidReceiveAuthenticationChallenge(DocumentLoader*, unsigned long identifier, const AuthenticationChallenge&) = 0;
139 virtual void dispatchDidCancelAuthenticationChallenge(DocumentLoader*, unsigned long identifier, const AuthenticationChallenge&) = 0;
141 virtual bool canAuthenticateAgainstProtectionSpace(DocumentLoader*, unsigned long identifier, const ProtectionSpace&) = 0;
145 virtual RetainPtr<CFDictionaryRef> connectionProperties(DocumentLoader*, unsigned long identifier) = 0;
148 virtual void dispatchDidReceiveResponse(DocumentLoader*, unsigned long identifier, const ResourceResponse&) = 0;
149 virtual void dispatchDidReceiveContentLength(DocumentLoader*, unsigned long identifier, int dataLength) = 0;
150 virtual void dispatchDidFinishLoading(DocumentLoader*, unsigned long identifier)
[all...]
H A DLoaderStrategy.h45 virtual void loadResourceSynchronously(NetworkingContext*, unsigned long identifier, const ResourceRequest&, StoredCredentials, ClientCredentialPolicy, ResourceError&, ResourceResponse&, Vector<char>& data);
/macosx-10.10/dcerpc-61/dcerpc/idl_compiler/
H A Dastp_cpx.c162 char const *identifier; /* place to receive the identifier text pointer */
165 NAMETABLE_id_to_string (name, &identifier);
174 log_error (location->lineno, NIDL_NAMEPREVDECLAT, identifier,
178 log_error (location->lineno, NIDL_NAMEALRDEC, identifier, NULL);
382 NAMETABLE_id_t identifier
395 structure_node_ptr->tag_name = identifier;
403 if (identifier != NAMETABLE_NIL_ID)
408 tag_type_node_ptr = (AST_type_n_t *) NAMETABLE_lookup_tag_binding(identifier);
427 ASTP_add_tag_binding(location, identifier, tag_type_node_pt
159 char const *identifier; /* place to receive the identifier text pointer */ local
618 AST_disc_union_node( parser_location_p location, NAMETABLE_id_t identifier, NAMETABLE_id_t union_name, NAMETABLE_id_t disc_name, AST_type_n_t *disc_type, AST_arm_n_t *arm_list ) argument
1151 char const *identifier; /* place to receive the identifier text */ local
1180 char const *identifier; local
[all...]
H A Dkeywds.c90 ** determines if an identifier is really a keyword.
266 const char * identifier,
274 * Hash the identifier.
276 HASH(identifier, hash_value);
294 if ((!strcmp (identifier, keywords [i].keyword)) &&
301 * If we get here, we truely have an identifier. Add it to the nametable
305 * id = NAMETABLE_add_id(identifier);
264 KEYWORDS_screen( const char * identifier, NAMETABLE_id_t * id ) argument
/macosx-10.10/WebCore-7600.1.25/loader/mac/
H A DResourceLoaderMac.mm57 return [frameLoader()->client().willCacheResponse(documentLoader(), identifier(), nsCachedResponse.get()) _CFCachedURLResponse];
66 return frameLoader()->client().willCacheResponse(documentLoader(), identifier(), response);
109 InspectorInstrumentationCookie cookie = InspectorInstrumentation::willReceiveResourceData(m_frame.get(), identifier(), dataLength);
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DDetailsSection.js26 WebInspector.DetailsSection = function(identifier, title, groups, optionsElement, defaultCollapsedSettingValue) {
29 console.assert(identifier);
33 this._element.classList.add(identifier);
56 this._identifier = identifier;
60 this._collapsedSetting = new WebInspector.Setting(identifier + "-details-section-collapsed", !!defaultCollapsedSettingValue);
85 get identifier()
/macosx-10.10/WebKit2-7600.1.25/Shared/ios/
H A DNativeWebTouchEventIOS.mm86 unsigned identifier = touchPoint.identifier;
89 touchPointList.uncheckedAppend(WebPlatformTouchPoint(identifier, location, phase));
/macosx-10.10/WebKit2-7600.1.25/UIProcess/
H A DWebPreferences.cpp40 PassRefPtr<WebPreferences> WebPreferences::create(const String& identifier, const String& keyPrefix, const String& globalDebugKeyPrefix) argument
42 return adoptRef(new WebPreferences(identifier, keyPrefix, globalDebugKeyPrefix));
45 PassRefPtr<WebPreferences> WebPreferences::createWithLegacyDefaults(const String& identifier, const String& keyPrefix, const String& globalDebugKeyPrefix) argument
47 RefPtr<WebPreferences> preferences = adoptRef(new WebPreferences(identifier, keyPrefix, globalDebugKeyPrefix));
57 WebPreferences::WebPreferences(const String& identifier, const String& keyPrefix, const String& globalDebugKeyPrefix) argument
58 : m_identifier(identifier)
/macosx-10.10/eap8021x-198/EAP8021X.fproj/
H A DEAPTLSUtil.h127 EAPTLSPacketCreate(EAPCode code, int type, u_char identifier, int mtu,
131 EAPTLSPacketCreate2(EAPCode code, int type, u_char identifier, int mtu,
179 * given domain, identifier, and server_hash_str, all of which must be
187 CFStringRef domain, CFStringRef identifier,
192 * Finds a stored trust exceptions object for the given domain, identifier,
198 CFStringRef identifier,
205 * trust domain and identifier.
212 CFStringRef identifier);
220 * trust exceptions identifier 'identifier'
[all...]
H A DEAPUtil.h80 * int identifier = 123;
86 * identifier, kEAPTypeIdentity, identity,
95 uint8_t code, int identifier, int type,
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/comp_match/
H A Dcertificate.c116 if ( ( comp->algorithm.identifier.bv_val && strncmp(comp->algorithm.identifier.bv_val, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) || ( strncmp(comp->algorithm.id_buf, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) ) {
122 if ( ( comp->parameters.identifier.bv_val && strncmp(comp->parameters.identifier.bv_val, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) || ( strncmp(comp->parameters.id_buf, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) ) {
168 (&k->algorithm)->identifier.bv_val = (&k->algorithm)->id_buf;
169 (&k->algorithm)->identifier.bv_len = strlen("algorithm");
170 strcpy( (&k->algorithm)->identifier.bv_val, "algorithm");
192 (&k->parameters)->identifier.bv_val = (&k->parameters)->id_buf;
193 (&k->parameters)->identifier.bv_len = strlen("parameters");
194 strcpy( (&k->parameters)->identifier
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/heap/
H A DBlockAllocator.cpp42 ThreadIdentifier identifier = createThread(allocator->blockFreeingThreadStartFunc, allocator, "JavaScriptCore::BlockFree");
43 RELEASE_ASSERT(identifier);
44 return identifier;
/macosx-10.10/KerberosHelper-151/Source/
H A DNetworkAuthenticationHelper.h136 NAHAddReferenceAndLabel(NAHSelectionRef client, CFStringRef identifier);
139 NAHFindByLabelAndRelease(CFStringRef identifier);
148 NAHCreateRefLabelFromIdentifier(CFStringRef identifier);
/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSOMUtils.cpp52 void serializeIdentifier(const String& identifier, StringBuilder& appendTo) argument
58 while (index < identifier.length()) {
59 UChar32 c = identifier.characterStartingAt(index);
/macosx-10.10/WebCore-7600.1.25/dom/
H A DStyledElement.h51 bool setInlineStyleProperty(CSSPropertyID, CSSValueID identifier, bool important = false);
52 bool setInlineStyleProperty(CSSPropertyID, CSSPropertyID identifier, bool important = false);
76 void addPropertyToPresentationAttributeStyle(MutableStyleProperties&, CSSPropertyID, CSSValueID identifier);
/macosx-10.10/WebCore-7600.1.25/inspector/
H A DInspectorLayerTreeAgent.cpp318 String identifier = m_documentLayerToIdMap.get(layer);
319 if (identifier.isNull()) {
320 identifier = IdentifiersFactory::createIdentifier();
321 m_documentLayerToIdMap.set(layer, identifier);
322 m_idToLayer.set(identifier, layer);
324 return identifier;
340 String identifier = m_pseudoElementToIdMap.get(pseudoElement);
341 if (identifier.isNull()) {
342 identifier = IdentifiersFactory::createIdentifier();
343 m_pseudoElementToIdMap.set(pseudoElement, identifier);
[all...]
/macosx-10.10/WebCore-7600.1.25/crypto/algorithms/
H A DCryptoAlgorithmSHA1.cpp50 CryptoAlgorithmIdentifier CryptoAlgorithmSHA1::identifier() const function in class:WebCore::CryptoAlgorithmSHA1
H A DCryptoAlgorithmSHA224.cpp50 CryptoAlgorithmIdentifier CryptoAlgorithmSHA224::identifier() const function in class:WebCore::CryptoAlgorithmSHA224
H A DCryptoAlgorithmSHA256.cpp50 CryptoAlgorithmIdentifier CryptoAlgorithmSHA256::identifier() const function in class:WebCore::CryptoAlgorithmSHA256
H A DCryptoAlgorithmSHA384.cpp50 CryptoAlgorithmIdentifier CryptoAlgorithmSHA384::identifier() const function in class:WebCore::CryptoAlgorithmSHA384
H A DCryptoAlgorithmSHA512.cpp50 CryptoAlgorithmIdentifier CryptoAlgorithmSHA512::identifier() const function in class:WebCore::CryptoAlgorithmSHA512
/macosx-10.10/WebCore-7600.1.25/workers/
H A DWorkerScriptLoader.cpp107 void WorkerScriptLoader::didReceiveResponse(unsigned long identifier, const ResourceResponse& response) argument
116 m_client->didReceiveResponse(identifier, response);
140 void WorkerScriptLoader::didFinishLoading(unsigned long identifier, double) argument
150 m_identifier = identifier;
/macosx-10.10/WebKit2-7600.1.25/Shared/API/c/
H A DWKSecurityOrigin.h38 WK_EXPORT WKSecurityOriginRef WKSecurityOriginCreateFromDatabaseIdentifier(WKStringRef identifier);
/macosx-10.10/WebKit2-7600.1.25/Shared/EntryPointUtilities/mac/LegacyProcess/
H A DChildProcessEntryPoint.mm58 bool ChildProcessMainDelegate::getConnectionIdentifier(IPC::Connection::Identifier& identifier)
71 identifier = serverPort;
77 clientIdentifier = m_commandLine["client-identifier"];
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/efl/
H A Dewk_page_group.cpp61 PassRefPtr<EwkPageGroup> EwkPageGroup::create(const char* identifier) argument
63 WKRetainPtr<WKStringRef> identifierRef = adoptWK(toCopiedAPI(identifier));
101 Ewk_Page_Group* ewk_page_group_create(const char* identifier) argument
103 return EwkPageGroup::create(identifier).leakRef();

Completed in 155 milliseconds

1234567891011>>