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

12

/macosx-10.9.5/Heimdal-323.92.1/tests/GSSTestApp/Tests/
H A DTestHarness.h23 @property (weak) id<TestHarnessProtocol> delegate; variable
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/mac/
H A DWKConnection.h48 @property(assign) id<WKConnectionDelegate> delegate; variable
H A DWKProcessGroup.h53 @property(assign) id<WKProcessGroupDelegate> delegate; variable
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/Plugins/PDF/
H A DPDFLayerControllerDetails.h55 @property(retain) id<PDFLayerControllerDelegate> delegate; variable
/macosx-10.9.5/objc4-551.1/test/
H A DARRBase.h15 @property(weak) __weak id delegate; variable
H A DMRRBase.h15 @property(weak) __weak id delegate; variable
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/interp/
H A Ddeleg_proc.tcl
/macosx-10.9.5/WebKit-7537.78.2/mac/Misc/
H A DWebIconDatabaseInternal.h37 id delegate; member in namespace:NSObject
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/xpc-tsa/
H A Dtimestampclient.h38 id delegate; variable
42 @property (retain) id delegate; variable
/macosx-10.9.5/Security-55471.14.18/sec/SOSCircle/Regressions/
H A DCKDKeyValueStore.h48 @property (retain) id <CKDKVSDelegate> delegate; variable
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tk/
H A Dcomposite.rb198 def delegate(option, *wins) method in class:TkComposite.initialize
/macosx-10.9.5/Security-55471.14.18/authd/
H A Drule.h15 typedef bool (^delegate_iterator_t)(rule_t delegate); variable
/macosx-10.9.5/WebKit-7537.78.2/blackberry/Api/
H A DWebSettings_p.h68 WebSettingsDelegate* delegate; member in struct:BlackBerry::WebKit::WebSettingsPrivate
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebDownload.cpp77 WebDownload* WebDownload::createInstance(ResourceHandle* handle, const ResourceRequest& request, const ResourceResponse& response, IWebDownloadDelegate* delegate) argument
85 WebDownload* WebDownload::createInstance(const KURL& url, IWebDownloadDelegate* delegate) argument
H A DWebDownloadCurl.cpp58 void WebDownload::init(ResourceHandle* handle, const ResourceRequest& request, const ResourceResponse& response, IWebDownloadDelegate* delegate) argument
63 void WebDownload::init(const KURL& url, IWebDownloadDelegate* delegate) argument
72 initWithRequest( IWebURLRequest* request, IWebDownloadDelegate* delegate) argument
80 initToResumeWithBundle( BSTR bundlePath, IWebDownloadDelegate* delegate) argument
H A DWebDownloadCFNet.cpp73 void WebDownload::init(ResourceHandle* handle, const ResourceRequest& request, const ResourceResponse& response, IWebDownloadDelegate* delegate) argument
104 void WebDownload::init(const KURL& url, IWebDownloadDelegate* delegate) argument
126 initWithRequest( IWebURLRequest* request, IWebDownloadDelegate* delegate) argument
163 initToResumeWithBundle( BSTR bundlePath, IWebDownloadDelegate* delegate) argument
[all...]
H A DWebScrollBar.cpp93 init( IWebScrollBarDelegatePrivate* delegate, OLE_HANDLE containingWindow, WebScrollBarOrientation orientation, WebScrollBarControlSize controlSize) argument
/macosx-10.9.5/Security-55471.14.18/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.9.5/Security-55471.14.18/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.9.5/WebKit-7537.78.2/qt/examples/platformplugin/
H A DWebPlugin.cpp184 MultipleItemListDelegate* delegate = new MultipleItemListDelegate(this); local
/macosx-10.9.5/WebKit-7537.78.2/win/WebCoreSupport/
H A DWebDesktopNotificationsDelegate.cpp211 COMPtr<IWebDesktopNotificationsDelegate> delegate; local
/macosx-10.9.5/JavaScriptCore-7537.78.1/yarr/
H A DYarrParser.h78 CharacterClassParserDelegate(Delegate& delegate, ErrorCode& err) argument
231 Parser(Delegate& delegate, const String& pattern, unsigned backReferenceLimit) argument
263 parseEscape(EscapeDelegate& delegate) argument
438 parseCharacterClassEscape(CharacterClassParserDelegate& delegate) argument
[all...]

Completed in 156 milliseconds

12