Home | History | Annotate | Download | only in WebView

Lines Matching refs:action

47     SEL action;
50 - (id)initWithTarget:(id)target action:(SEL)action;
56 - (id)initWithTarget:(id)t action:(SEL)a
62 action = a;
76 - (id)_initWithTarget:(id)target action:(SEL)action
81 _private = [[WebPolicyDecisionListenerPrivate alloc] initWithTarget:target action:action];
94 ((void (*)(id, SEL, PolicyAction))objc_msgSend)(_private->target, _private->action, policy);