]> git.saurik.com Git - iphone-api.git/blob - UIKit/DOMNode-UIWebViewAdditions.h
Commit the Preferences folder (for WinterBoard).
[iphone-api.git] / UIKit / DOMNode-UIWebViewAdditions.h
1 /*
2 * Generated by class-dump 3.1.2.
3 *
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
5 */
6
7 #import "DOMNode.h"
8
9 @interface DOMNode (UIWebViewAdditions)
10 + (id)approvedFocusNode;
11 - (id)calloutTitle;
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;
25 - (BOOL)hasText;
26 - (BOOL)isTextControl;
27 @end
28