Home | History | Annotate | Download | only in Interfaces

Lines Matching full:frame

361         @abstract Set the window's frame rect
363 @param frame The new window frame size
364 @discussion Even though a caller could set the frame directly using the NSWindow,
367 - (void)webView:(WebView *)sender setFrame:(NSRect)frame;
369 HRESULT setFrame([in] IWebView* sender, [in] RECT* frame);
374 @abstract REturn the window's frame rect
378 HRESULT webViewFrame([in] IWebView* sender, [out, retval] RECT* frame);
384 @param frame The new window content rect
444 @param frame The WebFrame whose JavaScript initiated this call.
449 - (BOOL)webView:(WebView *)sender runBeforeUnloadConfirmPanelWithMessage:(NSString *)message initiatedByFrame:(WebFrame *)frame;
688 @param frame The WebFrame needing to be printed
692 frame);