Home | History | Annotate | Download | only in WebView

Lines Matching refs:WebHTMLRepresentation

66 #import "WebHTMLRepresentation.h"
972 [WebView registerViewClass:[WebHTMLView class] representationClass:[WebHTMLRepresentation class] forMIMEType:MIMEType];
1002 if (viewClass == [WebHTMLView class] && repClass == [WebHTMLRepresentation class]) {
1038 *rClass = [WebHTMLRepresentation class];
3059 representationClass:[WebHTMLRepresentation class]