Searched refs:presentationPoint (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/WebKit2-7600.1.25/UIProcess/ios/forms/
H A DWKFormPopover.h40 @property(nonatomic, assign) CGPoint presentationPoint; variable
H A DWKFormPopover.mm91 self.presentationPoint = CGPointZero;
139 BOOL presentWithPoint = !CGPointEqualToPoint(self.presentationPoint, CGPointZero);
142 [_popoverController presentPopoverFromRect:CGRectIntegral(CGRectMake(self.presentationPoint.x * scale, self.presentationPoint.y * scale, 1, 1))
/macosx-10.10/WebKit2-7600.1.25/UIProcess/ios/
H A DWKActionSheetAssistant.mm110 CGPoint presentationPoint = [hostView convertPoint:point fromView:_view];
111 CGRect presentationRect = CGRectMake(presentationPoint.x, presentationPoint.y, 1.0, 1.0);

Completed in 95 milliseconds