Lines Matching refs:WebFrameView
38 @class WebFrameView
40 @interface WebFrameView : NSView
48 @abstract Returns the WebFrame associated with this WebFrameView
49 @result The WebFrameView's frame.
55 @abstract Returns the WebFrameView's document subview
56 @result The subview that renders the WebFrameView's contents
62 @abstract Sets whether the WebFrameView allows its document to be scrolled
69 @abstract Returns whether the WebFrameView allows its document to be scrolled
92 WebFrameView. The document view is then expected to run its own print operation. If YES is returned, the host
99 @abstract Called by the host application when the WebFrameView returns YES from -documentViewShouldHandlePrint.