Searched refs:_WKActivatedElementInfo (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/Cocoa/
H A D_WKElementActionInternal.h36 - (void)_runActionWithElementInfo:(_WKActivatedElementInfo *)info view:(WKContentView *)view;
H A D_WKElementAction.mm45 typedef void (^WKElementActionHandlerInternal)(WKContentView *, _WKActivatedElementInfo *);
74 return [[[self alloc] _initWithTitle:title actionHandler:^(WKContentView *view, _WKActivatedElementInfo *actionInfo) { handler(actionInfo); }
103 handler = ^(WKContentView *view, _WKActivatedElementInfo *actionInfo) {
109 handler = ^(WKContentView *view, _WKActivatedElementInfo *actionInfo) {
115 handler = ^(WKContentView *view, _WKActivatedElementInfo *actionInfo) {
121 handler = ^(WKContentView *view, _WKActivatedElementInfo *actionInfo) {
143 - (void)_runActionWithElementInfo:(_WKActivatedElementInfo *)info view:(WKContentView *)view
H A D_WKElementAction.h32 #import <WebKit/_WKActivatedElementInfo.h>
34 typedef void (^WKElementActionHandler)(_WKActivatedElementInfo *);
H A DWKUIDelegatePrivate.h30 #import <WebKit/_WKActivatedElementInfo.h>
48 - (NSArray *)_webView:(WKWebView *)webView actionsForElement:(_WKActivatedElementInfo *)element defaultActions:(NSArray *)defaultActions;
H A D_WKActivatedElementInfoInternal.h26 #import "_WKActivatedElementInfo.h"
34 @interface _WKActivatedElementInfo ()
H A D_WKActivatedElementInfo.h42 @interface _WKActivatedElementInfo : NSObject
H A D_WKActivatedElementInfo.mm42 @implementation _WKActivatedElementInfo {
/macosx-10.10.1/WebKit2-7600.1.25/Shared/API/Cocoa/
H A DWebKitPrivate.h32 #import <WebKit/_WKActivatedElementInfo.h>
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/Cocoa/
H A DUIDelegate.h37 @class _WKActivatedElementInfo;
69 virtual RetainPtr<NSArray> actionsForElement(_WKActivatedElementInfo *, RetainPtr<NSArray> defaultActions) override;
H A DUIDelegate.mm232 RetainPtr<NSArray> UIDelegate::UIClient::actionsForElement(_WKActivatedElementInfo *elementInfo, RetainPtr<NSArray> defaultActions)
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/ios/
H A DWKActionSheetAssistant.mm69 RetainPtr<_WKActivatedElementInfo> _elementInfo;
235 auto elementInfo = adoptNS([[_WKActivatedElementInfo alloc] _initWithType:_WKActivatedElementTypeImage
271 RetainPtr<_WKActivatedElementInfo> elementInfo = adoptNS([[_WKActivatedElementInfo alloc] _initWithType:_WKActivatedElementTypeLink
306 _WKElementAction *elementAction = [_WKElementAction elementActionWithTitle:[action localizedName] actionHandler:^(_WKActivatedElementInfo *actionInfo) {
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/
H A DAPIUIClient.h39 OBJC_CLASS _WKActivatedElementInfo; variable
144 virtual RetainPtr<NSArray> actionsForElement(_WKActivatedElementInfo *, RetainPtr<NSArray> defaultActions) { return WTF::move(defaultActions); }

Completed in 106 milliseconds