]>
git.saurik.com Git - iphone-api.git/blob - UIKit/DOMNode-UIWebViewAdditions.h
2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
9 @interface
DOMNode (UIWebViewAdditions
)
10 + (id
)approvedFocusNode
;
12 - (id
)calloutSubtitle
;
13 - (void)setApprovedFocus
:(BOOL
)fp8
;
14 - (BOOL
)hasApprovedFocus
;
15 - (BOOL
)canBecomeFirstResponder
;
16 - (struct CGRect
)boundingBoxAtPoint
:(struct CGPoint
)fp8
;
17 - (struct _WKQuad
)absoluteQuadAtPoint
:(struct CGPoint
)fp8
;
18 - (id
)boundingBoxesAtPoint
:(struct CGPoint
)fp8
;
19 - (id
)absoluteQuadsAtPoint
:(struct CGPoint
)fp8
;
20 - (BOOL
)showsTapHighlight
;
21 - (id
)tapHighlightColor
;
22 - (BOOL
)touchCalloutEnabled
;
23 - (struct CGRect
)convertRect
:(struct CGRect
)fp8 toView
:(id
)fp24
;
24 - (BOOL
)isLikelyToBeginPageLoad
;
26 - (BOOL
)isTextControl
;