Searched refs:identifier (Results 26 - 50 of 682) sorted by relevance

1234567891011>>

/macosx-10.10/JavaScriptCore-7600.1.17/inspector/
H A DIdentifiersFactory.cpp47 String IdentifiersFactory::requestId(unsigned long identifier) argument
49 if (identifier)
50 return addProcessIdPrefixTo(String::number(identifier));
H A DScriptBreakpoint.h46 ScriptBreakpointAction(ScriptBreakpointActionType type, int identifier, const String& data) argument
48 , identifier(identifier)
54 int identifier; member in struct:Inspector::ScriptBreakpointAction
/macosx-10.10/WebKit2-7600.1.25/Shared/API/Cocoa/
H A D_WKRemoteObjectInterface.h37 - (id)initWithProtocol:(Protocol *)protocol identifier:(NSString *)identifier;
40 @property (readonly) NSString *identifier; variable
/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Dglobalizer.cpp79 ProcessNexusBase::ProcessNexusBase(const char *identifier) argument
81 const char *env = getenv(identifier);
86 setenv(identifier, form, 0); // do NOT overwrite...
87 env = getenv(identifier); // ... and refetch to resolve races
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dglobalizer.cpp79 ProcessNexusBase::ProcessNexusBase(const char *identifier) argument
81 const char *env = getenv(identifier);
86 setenv(identifier, form, 0); // do NOT overwrite...
87 env = getenv(identifier); // ... and refetch to resolve races
/macosx-10.10/WebKit-7600.1.25/win/Interfaces/
H A DIWebResourceLoadDelegate.idl49 The various progress methods of this protocol all receive an identifier as the
50 parameter. This identifier can be used to track messages associated with a single
69 @discussion An implementor of WebResourceLoadDelegate should provide an identifier
70 that can be used to track the load of a single resource. This identifier will be
72 identifier is useful to track changes to a resources request, which will be
74 @result An identifier that will be passed back to the implementor for each callback.
75 The identifier will be retained.
78 HRESULT identifierForInitialRequest([in] IWebView* webView, [in] IWebURLRequest* request, [in] IWebDataSource* dataSource, [in] unsigned long identifier);
85 @param identifier An identifier tha
[all...]
/macosx-10.10/WebKit2-7600.1.25/UIProcess/UserContent/
H A DWebScriptMessageHandler.cpp35 encoder << identifier; local
41 if (!decoder.decode(handle.identifier))
52 static uint64_t identifier; local
54 return ++identifier;
/macosx-10.10/WebKit2-7600.1.25/WebProcess/InjectedBundle/API/Cocoa/
H A DWKWebProcessPlugInPageGroup.h35 @property (readonly) NSString *identifier; variable
H A DWKWebProcessPlugInPageGroup.mm43 - (NSString *)identifier
45 return _bundlePageGroup->identifier();
/macosx-10.10/WebKit2-7600.1.25/WebProcess/UserContent/
H A DWebUserContentController.cpp57 PassRefPtr<WebUserContentController> WebUserContentController::getOrCreate(uint64_t identifier) argument
59 auto& userContentControllerPtr = userContentControllers().add(identifier, nullptr).iterator->value;
63 RefPtr<WebUserContentController> userContentController = adoptRef(new WebUserContentController(identifier));
69 WebUserContentController::WebUserContentController(uint64_t identifier) argument
70 : m_identifier(identifier)
112 static PassRefPtr<WebUserMessageHandlerDescriptorProxy> create(WebUserContentController* controller, const String& name, uint64_t identifier) argument
114 return adoptRef(new WebUserMessageHandlerDescriptorProxy(controller, name, identifier));
136 WebProcess::shared().parentProcessConnection()->send(Messages::WebUserContentControllerProxy::DidPostMessage(webPage->pageID(), webFrame->frameID(), m_identifier, IPC::DataReference(value->data())), m_controller->identifier());
140 uint64_t identifier() { return m_identifier; } function in class:WebKit::WebUserMessageHandlerDescriptorProxy
143 WebUserMessageHandlerDescriptorProxy(WebUserContentController* controller, const String& name, uint64_t identifier) argument
170 removeUserScriptMessageHandler(uint64_t identifier) argument
[all...]
/macosx-10.10/eap8021x-198/EAP8021X.fproj/
H A Dchap.h43 chap_md5(uint8_t identifier, const uint8_t * password, int password_length,
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DJVNotificationController.h9 - (void) performNotification:(NSString *) identifier withContextInfo:(NSDictionary *) context;
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-AddressBook/PyObjCTest/
H A Dtest_abactions.py6 def shouldEnableActionForPerson_identifier_(self, person, identifier):
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DJVNotificationController.h9 - (void) performNotification:(NSString *) identifier withContextInfo:(NSDictionary *) context;
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-AddressBook/PyObjCTest/
H A Dtest_abactions.py6 def shouldEnableActionForPerson_identifier_(self, person, identifier):
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DJVNotificationController.h9 - (void) performNotification:(NSString *) identifier withContextInfo:(NSDictionary *) context;
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-AddressBook-2.5.1/PyObjCTest/
H A Dtest_abactions.py6 def shouldEnableActionForPerson_identifier_(self, person, identifier):
/macosx-10.10/WebCore-7600.1.25/bindings/js/
H A DJSCryptoAlgorithmBuilder.cpp59 Identifier identifier(&vm, key);
60 m_dictionary->putDirect(vm, identifier, jsNumber(value));
66 Identifier identifier(&vm, key);
67 m_dictionary->putDirect(vm, identifier, jsString(m_exec, value));
73 Identifier identifier(&vm, key);
75 m_dictionary->putDirect(vm, identifier, arrayView->wrap(m_exec, vm.entryScope->globalObject()));
81 Identifier identifier(&vm, key);
83 m_dictionary->putDirect(vm, identifier, jsBuilder.result());
/macosx-10.10/WebCore-7600.1.25/crypto/
H A DCryptoAlgorithmRegistry.cpp76 String CryptoAlgorithmRegistry::nameForIdentifier(CryptoAlgorithmIdentifier identifier) argument
80 return m_identifierToNameMap.get(static_cast<unsigned>(identifier)).isolatedCopy();
83 std::unique_ptr<CryptoAlgorithm> CryptoAlgorithmRegistry::create(CryptoAlgorithmIdentifier identifier) argument
87 auto iter = m_identifierToConstructorMap.find(static_cast<unsigned>(identifier));
94 void CryptoAlgorithmRegistry::registerAlgorithm(const String& name, CryptoAlgorithmIdentifier identifier, CryptoAlgorithmConstructor constructor) argument
98 bool added = m_nameToIdentifierMap.add(name, identifier).isNewEntry;
101 added = m_identifierToNameMap.add(static_cast<unsigned>(identifier), name).isNewEntry;
104 added = m_identifierToConstructorMap.add(static_cast<unsigned>(identifier), constructor).isNewEntry;
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DControlToolbarItem.js26 WebInspector.ControlToolbarItem = function(identifier, toolTip, image, imageWidth, imageHeight)
28 WebInspector.ButtonNavigationItem.call(this, identifier, toolTip, image, imageWidth, imageHeight, false);
/macosx-10.10/WebKit2-7600.1.25/Shared/
H A DWebBackForwardListItem.cpp42 if (m_itemState.identifier > highestUsedItemID)
43 highestUsedItemID = m_itemState.identifier;
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Dturn.c40 LDAP_CONST char* identifier,
52 ber_printf( turnvalber, "{bs}", mutual, identifier );
54 ber_printf( turnvalber, "{s}", identifier );
71 LDAP_CONST char* identifier,
82 ber_printf( turnvalber, "{bs}", 0xFF, identifier );
84 ber_printf( turnvalber, "{s}", identifier );
37 ldap_turn( LDAP *ld, int mutual, LDAP_CONST char* identifier, LDAPControl **sctrls, LDAPControl **cctrls, int *msgidp ) argument
68 ldap_turn_s( LDAP *ld, int mutual, LDAP_CONST char* identifier, LDAPControl **sctrls, LDAPControl **cctrls ) argument
/macosx-10.10/WebCore-7600.1.25/loader/
H A DThreadableLoaderClientWrapper.h65 void didReceiveResponse(unsigned long identifier, const ResourceResponse& response) argument
68 m_client->didReceiveResponse(identifier, response);
77 void didFinishLoading(unsigned long identifier, double finishTime) argument
81 m_client->didFinishLoading(identifier, finishTime);
105 void didReceiveAuthenticationCancellation(unsigned long identifier, const ResourceResponse& response) argument
108 m_client->didReceiveResponse(identifier, response);
/macosx-10.10/WebKit-7600.1.25/ios/DefaultDelegates/
H A DWebDefaultResourceLoadDelegate.m47 - (NSURLRequest *)webView:(WebView *)sender resource:(id)identifier willSendRequest:(NSURLRequest *)request redirectResponse:(NSURLResponse *)redirectResponse fromDataSource:(WebDataSource *)dataSource
52 - (void)webView:(WebView *)sender resource:(id)identifier didReceiveAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge fromDataSource:(WebDataSource *)dataSource
56 - (void)webView:(WebView *)sender resource:(id)identifier didCancelAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge fromDataSource:(WebDataSource *)dataSource
60 - (BOOL)webView:(WebView *)sender resource:(id)identifier canAuthenticateAgainstProtectionSpace:(NSURLProtectionSpace *)protectionSpace forDataSource:(WebDataSource *)dataSource
65 - (NSDictionary *)webView:(WebView *)sender connectionPropertiesForResource:(id)identifier dataSource:(WebDataSource *)dataSource
70 - (void)webView:(WebView *)sender resource:(id)identifier didReceiveResponse:(NSURLResponse *)response fromDataSource:(WebDataSource *)dataSource
74 - (void)webView:(WebView *)sender resource:(id)identifier didReceiveContentLength:(NSInteger)length fromDataSource:(WebDataSource *)dataSource
78 - (void)webView:(WebView *)sender resource:(id)identifier didFinishLoadingFromDataSource:(WebDataSource *)dataSource
82 - (void)webView:(WebView *)sender resource:(id)identifier didFailLoadingWithError:(NSError *)error fromDataSource:(WebDataSource *)dataSource
94 - (BOOL)webView:(WebView *)webView resource:(id)identifier shouldUseCredentialStorageForDataSourc
[all...]
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebResourceLoadDelegate.h41 The various progress methods of this protocol all receive an identifier as the
42 parameter. This identifier can be used to track messages associated with a single
53 @discussion An implementor of WebResourceLoadDelegate should provide an identifier
54 that can be used to track the load of a single resource. This identifier will be
56 identifier is useful to track changes to a resources request, which will be
58 @result An identifier that will be passed back to the implementor for each callback.
59 The identifier will be retained.
68 @param identifier An identifier that can be used to track the progress of a resource load across
77 - (NSURLRequest *)webView:(WebView *)sender resource:(id)identifier willSendReques
[all...]

Completed in 230 milliseconds

1234567891011>>