Searched refs:WKBrowsingContextLoadDelegate (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/Cocoa/
H A DWKBrowsingContextLoadDelegatePrivate.h26 #import <WebKit/WKBrowsingContextLoadDelegate.h>
28 @protocol WKBrowsingContextLoadDelegatePrivate <WKBrowsingContextLoadDelegate>
H A DWebKit2.h28 #import <WebKit/WKBrowsingContextLoadDelegate.h>
H A DWKBrowsingContextLoadDelegate.h35 @protocol WKBrowsingContextLoadDelegate <NSObject>
H A DWKBrowsingContextController.h37 @protocol WKBrowsingContextLoadDelegate; variable
45 @property (weak) id <WKBrowsingContextLoadDelegate> loadDelegate;
H A DWKBrowsingContextController.mm148 WeakObjCPtr<id <WKBrowsingContextLoadDelegate>> _loadDelegate;
698 - (id <WKBrowsingContextLoadDelegate>)loadDelegate
703 - (void)setLoadDelegate:(id <WKBrowsingContextLoadDelegate>)loadDelegate

Completed in 126 milliseconds