Searched refs:CallbackInfo (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DCCallbackMgr.h46 class CallbackInfo;
49 class CallbackInfo class in namespace:Security::KeychainCore
52 ~CallbackInfo();
53 CallbackInfo();
54 CallbackInfo(SecKeychainCallback inCallbackFunction,SecKeychainEventMask inEventMask,void *inContext);
56 bool operator ==(const CallbackInfo& other) const;
57 bool operator !=(const CallbackInfo& other) const;
65 typedef CallbackInfo *CallbackInfoPtr;
66 typedef CallbackInfo const *ConstCallbackInfoPtr;
68 typedef list<CallbackInfo>
[all...]
H A DCCallbackMgr.cp48 #pragma mark ���� CallbackInfo ����
50 CallbackInfo::CallbackInfo() : mCallback(NULL),mEventMask(0),mContext(NULL) function in class:CallbackInfo
54 CallbackInfo::CallbackInfo(SecKeychainCallback inCallbackFunction, function in class:CallbackInfo
60 CallbackInfo::~CallbackInfo()
64 bool CallbackInfo::operator==(const CallbackInfo& other) const
69 bool CallbackInfo
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DCCallbackMgr.h46 class CallbackInfo;
49 class CallbackInfo class in namespace:Security::KeychainCore
52 ~CallbackInfo();
53 CallbackInfo();
54 CallbackInfo(SecKeychainCallback inCallbackFunction,SecKeychainEventMask inEventMask,void *inContext);
56 bool operator ==(const CallbackInfo& other) const;
57 bool operator !=(const CallbackInfo& other) const;
65 typedef CallbackInfo *CallbackInfoPtr;
66 typedef CallbackInfo const *ConstCallbackInfoPtr;
68 typedef list<CallbackInfo>
[all...]
H A DCCallbackMgr.cp48 #pragma mark ���� CallbackInfo ����
50 CallbackInfo::CallbackInfo() : mCallback(NULL),mEventMask(0),mContext(NULL) function in class:CallbackInfo
54 CallbackInfo::CallbackInfo(SecKeychainCallback inCallbackFunction, function in class:CallbackInfo
60 CallbackInfo::~CallbackInfo()
64 bool CallbackInfo::operator==(const CallbackInfo& other) const
69 bool CallbackInfo
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DCCallbackMgr.h46 class CallbackInfo;
49 class CallbackInfo class in namespace:Security::KeychainCore
52 ~CallbackInfo();
53 CallbackInfo();
54 CallbackInfo(SecKeychainCallback inCallbackFunction,SecKeychainEventMask inEventMask,void *inContext);
56 bool operator ==(const CallbackInfo& other) const;
57 bool operator !=(const CallbackInfo& other) const;
65 typedef CallbackInfo *CallbackInfoPtr;
66 typedef CallbackInfo const *ConstCallbackInfoPtr;
68 typedef list<CallbackInfo>
[all...]
H A DCCallbackMgr.cp48 #pragma mark ���� CallbackInfo ����
50 CallbackInfo::CallbackInfo() : mCallback(NULL),mEventMask(0),mContext(NULL) function in class:CallbackInfo
54 CallbackInfo::CallbackInfo(SecKeychainCallback inCallbackFunction, function in class:CallbackInfo
60 CallbackInfo::~CallbackInfo()
64 bool CallbackInfo::operator==(const CallbackInfo& other) const
69 bool CallbackInfo
[all...]
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DContainerNode.cpp71 typedef pair<NodeCallback, CallbackParameters> CallbackInfo; typedef in namespace:WebCore
72 typedef Vector<CallbackInfo> NodeCallbackQueue;
755 s_postAttachCallbackQueue->append(CallbackInfo(callback, CallbackParameters(node, callbackData)));
768 const CallbackInfo& info = (*s_postAttachCallbackQueue)[i];

Completed in 125 milliseconds