• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/mac/

Lines Matching +refs:mouse +refs:yank +refs:at +refs:point

650 WEBCORE_COMMAND(yank)
835 // The centerSelectionInVisibleArea: selector is enabled if there's a selection range or if there's an insertion point in an editable area.
862 // FIXME <rdar://problem/8803459>: This means disabled items will flash enabled at first for a moment.
1090 // FIXME: This check is surprisingly specific. Are there any other cases where we need to block mouse events?
1091 // Do we actually need to in thumbnail view? And if we do, what about non-mouse events?
1214 // When a view is first responder, it gets mouse moved events even when the mouse is outside its visible rect.
1460 // - If it's sent outside of keyboard event processing (e.g. from Character Viewer, or when confirming an inline input area with a mouse),
1604 thePoint = [self convertPoint:thePoint fromView:nil]; // the point is relative to the main frame
1737 // this event. This lets webpages have a crack at intercepting key-modified keypresses.
1919 // - If it's sent outside of keyboard event processing (e.g. from Character Viewer, or when confirming an inline input area with a mouse),
2104 thePoint = [self convertPoint:thePoint fromView:nil]; // the point is relative to the main frame
2168 // this event. This lets webpages have a crack at intercepting key-modified keypresses.
2401 - (NSView *)_hitTest:(NSPoint *)point dragTypes:(NSSet *)types
2403 if ([[self superview] mouse:*point inRect:[self frame]])
2714 - (id)accessibilityHitTest:(NSPoint)point
2746 - (NSView *)hitTest:(NSPoint)point
2748 NSView *hitView = [super hitTest:point];
3015 - (NSString *)view:(NSView *)view stringForToolTip:(NSToolTipTag)tag point:(NSPoint)point userData:(void *)data
3117 // Work around <rdar://problem/17084993>; re-request the snapshot at kCGWindowImageNominalResolution if it was captured at the wrong scale.
3203 - (void)_setDragImage:(NSImage *)image at:(NSPoint)clientPoint linkDrag:(BOOL)linkDrag
3215 at:clientPoint
3482 // Legacy style scrollbars have design details that rely on tracking the mouse all the time.
4027 - (void)setMagnification:(double)magnification centeredAtPoint:(NSPoint)point
4029 _data->_page->scalePageInViewCoordinates(magnification, roundedIntPoint(point));