Searched defs:delegate (Results 1 - 25 of 37) sorted by relevance

12

/macosx-10.10.1/Heimdal-398.1.2/tests/GSSTestApp/Tests/
H A DTestHarness.h23 @property (weak) id<TestHarnessProtocol> delegate; variable
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/Cocoa/
H A DWKConnection.h46 @property (assign) id <WKConnectionDelegate> delegate; variable
H A DWKProcessGroup.h54 @property (assign) id <WKProcessGroupDelegate> delegate; variable
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/ios/forms/
H A DWKFileUploadPanel.h39 @property (nonatomic, assign) id <WKFileUploadPanelDelegate> delegate; variable
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/Plugins/PDF/
H A DPDFLayerControllerDetails.h55 @property(retain) id<PDFLayerControllerDelegate> delegate; variable
/macosx-10.10.1/objc4-646/test/
H A DARRBase.h15 @property(weak) __weak id delegate; variable
H A DMRRBase.h15 @property(weak) __weak id delegate; variable
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/interp/
H A Ddeleg_proc.tcl
/macosx-10.10.1/WebKit-7600.1.25/mac/Misc/
H A DWebIconDatabaseInternal.h39 id delegate; member in namespace:NSObject
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/xpc-tsa/
H A Dtimestampclient.h38 id delegate; variable
42 @property (retain) id delegate; variable
/macosx-10.10.1/Security-57031.1.35/Security/sec/SOSCircle/Regressions/
H A DCKDKeyValueStore.h64 @property (retain) id <CKDKVSDelegate> delegate; variable
/macosx-10.10.1/WebKit-7600.1.25/ios/WebView/
H A DWebPDFViewPlaceholder.h66 @property (assign) NSObject<WebPDFViewPlaceholderDelegate> *delegate; variable
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tk/
H A Dcomposite.rb198 def delegate(option, *wins) method in class:TkComposite.initialize
/macosx-10.10.1/Security-57031.1.35/Security/authd/
H A Drule.h15 typedef bool (^delegate_iterator_t)(rule_t delegate); variable
/macosx-10.10.1/WebKit-7600.1.25/win/
H A DWebDownload.cpp77 WebDownload* WebDownload::createInstance(ResourceHandle* handle, const ResourceRequest& request, const ResourceResponse& response, IWebDownloadDelegate* delegate) argument
85 WebDownload* WebDownload::createInstance(const URL& url, IWebDownloadDelegate* delegate) argument
H A DWebDownloadCurl.cpp57 void WebDownload::init(ResourceHandle* handle, const ResourceRequest& request, const ResourceResponse& response, IWebDownloadDelegate* delegate) argument
72 void WebDownload::init(const URL& url, IWebDownloadDelegate* delegate) argument
81 initWithRequest( IWebURLRequest* request, IWebDownloadDelegate* delegate) argument
89 initToResumeWithBundle( BSTR bundlePath, IWebDownloadDelegate* delegate) argument
H A DWebDownloadCFNet.cpp72 void WebDownload::init(ResourceHandle* handle, const ResourceRequest& request, const ResourceResponse& response, IWebDownloadDelegate* delegate) argument
103 void WebDownload::init(const URL& url, IWebDownloadDelegate* delegate) argument
125 initWithRequest( IWebURLRequest* request, IWebDownloadDelegate* delegate) argument
162 initToResumeWithBundle( BSTR bundlePath, IWebDownloadDelegate* delegate) argument
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cdsa_utilities/
H A Dobjectacl.h117 bool delegate; // delegation flag member in class:Security::ObjectAcl::Entry
139 void init(const TypedList &subject, bool delegate = false) { init(make(subject), delegate); } local
H A Dcssmaclpod.h184 bool delegate() cons function in class:Security::AuthorizationGroup
186 void delegate(bool d) { make()->delegate(d); } function in class:Security::AuthorizationGroup
[all...]
H A Dobjectacl.cpp438 void ObjectAcl::Entry::init(const AclSubjectPointer &subject, bool delegate) argument
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cdsa_utilities/lib/
H A Dobjectacl.h117 bool delegate; // delegation flag member in class:Security::ObjectAcl::Entry
139 void init(const TypedList &subject, bool delegate = false) { init(make(subject), delegate); } local
H A Dcssmaclpod.h184 bool delegate() cons function in class:Security::AuthorizationGroup
186 void delegate(bool d) { make()->delegate(d); } function in class:Security::AuthorizationGroup
[all...]
/macosx-10.10.1/WebKit-7600.1.25/win/WebCoreSupport/
H A DWebDesktopNotificationsDelegate.cpp211 COMPtr<IWebDesktopNotificationsDelegate> delegate; local
/macosx-10.10.1/JavaScriptCore-7600.1.17/yarr/
H A DYarrParser.h77 CharacterClassParserDelegate(Delegate& delegate, ErrorCode& err) argument
231 Parser(Delegate& delegate, const String& pattern, unsigned backReferenceLimit) argument
263 parseEscape(EscapeDelegate& delegate) argument
439 parseCharacterClassEscape(CharacterClassParserDelegate& delegate) argument
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/
H A Djsc.cpp240 static ImpureGetter* create(VM& vm, Structure* structure, JSObject* delegate) argument
247 void finishCreation(VM& vm, JSObject* delegate) argument
273 void setDelegate(VM& vm, JSObject* delegate) argument
[all...]

Completed in 179 milliseconds

12