Home | History | Annotate | Download | only in mac

Lines Matching full:self

174     self = [super init];
175 if (self)
177 return self;
194 [invocation setTarget:self];
279 if (([self currentEventTime] - lastClick >= 1) ||
310 [self updateClickCountForButton:buttonNumber];
316 timestamp:[self currentEventTime]
333 [self mouseDown:buttonNumber withModifiers:nil];
338 [[mainFrame webView] makeTextLarger:self];
343 [[mainFrame webView] makeTextSmaller:self];
348 [[mainFrame webView] zoomPageIn:self];
353 [[mainFrame webView] zoomPageOut:self];
360 [invocation setTarget:self];
376 timestamp:[self currentEventTime]
413 [self mouseUp:buttonNumber withModifiers:nil];
420 [invocation setTarget:self];
434 timestamp:[self currentEventTime]
459 [self updateClickCountForButton:RightMouseButton];
464 timestamp:[self currentEventTime]
478 [self performSelector:@selector(mouseDown:) withObject:nil afterDelay:0];
479 [self performSelector:@selector(mouseUp:) withObject:nil afterDelay:0];
567 timestamp:[self currentEventTime]
580 timestamp:[self currentEventTime]
596 [(id<DOMEventTarget>)node addEventListener:eventName listener:self useCapture:NO];