Home | History | Annotate | Download | only in WebView

Lines Matching full:webview

29 #import <WebKit/WebView.h>
76 // One of the subviews of the WebView entered compositing mode.
110 IBOutlet WebView *webView;
112 - (WebView *)webView;
113 - (void)setWebView:(WebView *)newWebView;
116 @interface WebView (WebViewEditingActionsPendingPublic)
122 @interface WebView (WebPendingPublic)
136 // setHoverFeedbackSuspended: can be called by clients that want to temporarily prevent the webView
144 @abstract Set the WebView's WebScriptDebugDelegate delegate.
151 @abstract Return the WebView's WebScriptDebugDelegate.
152 @result The WebView's WebScriptDebugDelegate.
158 @abstract Set the WebView's WebHistoryDelegate delegate.
165 @abstract Return the WebView's WebHistoryDelegate delegate.
166 @result The WebView's WebHistoryDelegate delegate.
195 @abstract Change the zoom factor of the page in views managed by this webView.
206 // Commands for doing page zoom. Will end up in WebView (WebIBActions) <NSUserInterfaceValidations>
214 // Sets a master volume control for all media elements in the WebView. Valid values are 0..1.
223 @interface WebView (WebPrivate)
248 @param otherView The WebView from which to copy contents.
250 - (void)_loadBackForwardListFromOtherView:(WebView *)otherView;
305 // Indicates if the WebView is in the midst of a user gesture.
393 @abstract Prohibits scrolling in the WebView's main frame. Used to "lock" a WebView
400 @abstract Sets additional plugin search paths for a specific WebView.
406 @abstract Used to place a WebView into a special source-viewing mode.
412 @abstract Whether or not the WebView is in source-view mode for HTML.
589 @discussion Sets the minimum interval for DOMTimers in this WebView. This method is
615 @interface WebView (WebViewPrintingPrivate)
629 @abstract Gives the WebView's UIDelegate a chance to draw a header and footer on the
637 @interface WebView (WebViewGrammarChecking)
650 @interface WebView (WebViewTextChecking)
674 @interface WebView (WebViewEditingInMail)
681 @interface WebView (WebViewDeviceOrientation)
687 - (void)registerWebView:(WebView *)webView;
688 - (void)unregisterWebView:(WebView *)webView;
692 @interface WebView (WebViewGeolocation)
700 @interface WebView (WebViewPrivateStyleInfo)
704 @interface WebView (WebViewPrivateNodesFromRect)
709 - (void)webView:(WebView *)sender didFirstLayoutInFrame:(WebFrame *)frame;
714 - (void)webView:(WebView *)sender didFinishDocumentLoadForFrame:(WebFrame *)frame;
717 - (void)webView:(WebView *)sender didHandleOnloadEventsForFrame:(WebFrame *)frame;
719 - (void)webView:(WebView *)sender didFirstVisuallyNonEmptyLayoutInFrame:(WebFrame *)frame;
722 - (void)webView:(WebView *)webView didClearInspectorWindowObject:(WebScriptObject *)windowObject forFrame:(WebFrame *)frame;
728 - (NSCachedURLResponse *)webView:(WebView *)sender resource:(id)identifier willCacheResponse:(NSCachedURLResponse *)response fromDataSource:(WebDataSource *)dataSource;