Home | History | Annotate | Download | only in Interfaces

Lines Matching full:protocol

37     @protocol WebDocumentView
38 @discussion Protocol implemented by the document view of WebFrameView
40 @protocol WebDocumentView <NSObject>
100 @protocol WebDocumentSearching
101 @discussion Optional protocol for searching document view of WebFrameView.
103 @protocol WebDocumentSearching <NSObject>
127 @protocol WebDocumentText
128 @discussion Optional protocol for supporting text operations.
130 @protocol WebDocumentText <NSObject>
177 @protocol WebDocumentRepresentation
178 @discussion Protocol implemented by the document representation of a data source.
180 @protocol WebDocumentRepresentation <NSObject>