Home
last modified time | relevance | path

Searched refs:WebFrameView (Results 1 – 25 of 49) sorted by relevance

12

/external/webkit/Source/WebKit/android/jni/
DWebFrameView.cpp43 WebFrameView::WebFrameView(WebCore::FrameView* frameView, WebViewCore* webViewCore) in WebFrameView() function in android::WebFrameView
52 WebFrameView::~WebFrameView() { in ~WebFrameView()
56 void WebFrameView::draw(WebCore::GraphicsContext* gc, const WebCore::IntRect& rect) { in draw()
DWebFrameView.h38 class WebFrameView: public WebCoreViewBridge {
40 WebFrameView(WebCore::FrameView* frameView, WebViewCore* webViewCore);
41 virtual ~WebFrameView();
/external/webkit/Source/WebKit/mac/WebView/
DWebFrameViewPrivate.h29 #import <WebKit/WebFrameView.h>
31 @interface WebFrameView (WebPrivate)
41 - (WebFrameView *)_largestChildWithScrollBars;
57 - (WebFrameView *)_largestScrollableChild;
DWebFrameInternal.h44 @class WebFrameView;
81 WebFrameView *webFrameView;
95 …thPage:(WebCore::Page*)page frameName:(const WTF::String&)name frameView:(WebFrameView *)frameView;
96 …eOwnerElement*)ownerElement frameName:(const WTF::String&)name frameView:(WebFrameView *)frameView;
97 - (id)_initWithWebFrameView:(WebFrameView *)webFrameView webView:(WebView *)webView;
DWebFrame.h38 @class WebFrameView;
63 - (id)initWithName:(NSString *)name webFrameView:(WebFrameView *)view webView:(WebView *)webView;
81 - (WebFrameView *)frameView;
DWebFrameViewInternal.h29 #import <WebKit/WebFrameView.h>
34 @interface WebFrameView (WebInternal)
DWebFrameView.mm29 #import "WebFrameView.h"
87 @interface WebFrameView (WebFrameViewFileInternal) <WebCoreFrameView> interface in WebFrameViewFileInternal
109 @implementation WebFrameView (WebFrameViewFileInternal) implementation in WebFrameViewFileInternal
124 @implementation WebFrameView (WebInternal) implementation in WebInternal
189 // Not retained because the WebView owns the WebFrame, which owns the WebFrameView.
293 @implementation WebFrameView implementation
407 // This works together with setNextKeyView to splice the WebFrameView into
433 // This works together with becomeFirstResponder to splice the WebFrameView into
615 if (WebFrameView *child = [self _largestScrollableChild]) {
627 if (WebFrameView *child = [self _largestScrollableChild]) {
[all …]
DWebClipView.mm32 #import "WebFrameView.h"
89 WebFrameView *webFrameView = (WebFrameView *)[[self superview] superview];
90 if (![webFrameView isKindOfClass:[WebFrameView class]])
DWebFrameView.h40 @interface WebFrameView : NSView
DWebUIDelegatePrivate.h183 - (void)webView:(WebView *)sender didScrollDocumentInFrameView:(WebFrameView *)frameView;
188 - (void)webView:(WebView *)sender saveFrameView:(WebFrameView *)frameView showingPanel:(BOOL)showin…
DWebUIDelegate.h527 - (void)webView:(WebView *)sender printFrameView:(WebFrameView *)frameView;
DWebFrame.mm175 - (void)setWebFrameView:(WebFrameView *)v
260 …ateFrameWithPage:(Page*)page frameName:(const String&)name frameView:(WebFrameView *)frameView own…
282 + (void)_createMainFrameWithPage:(Page*)page frameName:(const String&)name frameView:(WebFrameView
287 …MLFrameOwnerElement*)ownerElement frameName:(const String&)name frameView:(WebFrameView *)frameView
328 - (id)_initWithWebFrameView:(WebFrameView *)fv webView:(WebView *)v
336 // Set includedInWebKitStatistics before calling WebFrameView _setWebFrame, since
1370 - (id)initWithName:(NSString *)name webFrameView:(WebFrameView *)view webView:(WebView *)webView
1401 - (WebFrameView *)frameView
DWebView.mm379 - (WebFrameView *)_frameViewAtWindowPoint:(NSPoint)point;
693 WebFrameView *frameView = nil;
696 … frameView = [[WebFrameView alloc] initWithFrame: NSMakeRect(0,0,f.size.width,f.size.height)];
943 return [[WebFrameView _viewTypesAllowImageTypeOmission:NO] allKeys];
985 …Class viewClass = [[WebFrameView _viewTypesAllowImageTypeOmission:YES] _webkit_objectForMIMEType:M…
997 …viewClass = [[WebFrameView _viewTypesAllowImageTypeOmission:NO] _webkit_objectForMIMEType:MIMEType…
1721 [[WebFrameView _viewTypesAllowImageTypeOmission:NO] removeObjectForKey:MIMEType];
3028 return [WebFrameView _canShowMIMETypeAsHTML:MIMEType];
3033 NSMutableDictionary *viewTypes = [WebFrameView _viewTypesAllowImageTypeOmission:YES];
3048 NSDictionary *viewTypes = [[WebFrameView _viewTypesAllowImageTypeOmission:YES] copy];
[all …]
/external/webkit/Source/WebKit/win/Interfaces/
DIWebFrameView.idl33 @class WebFrameView
34 @interface WebFrameView : NSView
49 @abstract Returns the WebFrame associated with this WebFrameView
50 @result The WebFrameView's frame.
57 @abstract Returns the WebFrameView's document subview
58 @result The subview that renders the WebFrameView's contents
65 @abstract Sets whether the WebFrameView allows its document to be scrolled
73 @abstract Returns whether the WebFrameView allows its document to be scrolled
DIWebFrame.idl57 has a WebFrameView and a WebDataSource.
84 @result The WebFrameView for this frame.
85 - (WebFrameView *)frameView;
223 @abstract Sets whether the WebFrameView allows its document to be scrolled
231 @abstract Returns whether the WebFrameView allows its document to be scrolled
DIWebDocument.idl38 @discussion Protocol implemented by the document view of WebFrameView
101 @discussion Optional protocol for searching document view of WebFrameView.
/external/webkit/Source/WebKit/mac/
DWebKit.order31 +[WebFrameView(WebInternal) _viewTypesAllowImageTypeOmission:]
75 -[WebFrameView initWithFrame:]
82 -[WebFrameView visibleRect]
83 -[WebFrameView webFrame]
116 -[WebFrameView(WebInternal) _setWebFrame:]
134 -[WebFrameView(WebInternal) _scrollView]
145 -[WebFrameView(WebInternal) _viewClassForMIMEType:]
146 -[WebFrameView(WebInternal) _webView]
149 +[WebFrameView(WebInternal) _viewClassForMIMEType:allowingPlugins:]
154 -[WebFrameView(WebInternal) _makeDocumentViewForDataSource:]
[all …]
DChangeLog-2006-02-09273 * WebView.subproj/WebFrameView.m:
274 (-[WebFrameView _webView]):
275 (-[WebFrameView _goBack]):
276 (-[WebFrameView _goForward]):
937 * WebView.subproj/WebFrameView.m:
938 (-[WebFrameView webCoreBridge]):
939 (-[WebFrameView _bridge]):
1012 * WebView.subproj/WebFrameView.m:
1013 (-[WebFrameView _largestChildWithScrollBars]):
1192 * WebView.subproj/WebFrameView.m:
[all …]
/external/webkit/Source/WebKit/mac/Misc/
DWebNSViewExtras.h34 @class WebFrameView;
41 - (WebFrameView *)_web_parentWebFrameView;
DWebKit.h39 #import <WebKit/WebFrameView.h>
DWebNSViewExtras.m57 - (WebFrameView *)_web_parentWebFrameView
59 return (WebFrameView *)[self _web_superviewOfClass:[WebFrameView class]];
/external/webkit/Source/WebKit/mac/WebCoreSupport/
DWebInspectorClient.mm34 #import "WebFrameView.h"
335 WebFrameView *frameView = [[_inspectedWebView mainFrame] frameView];
367 WebFrameView *frameView = [[_inspectedWebView mainFrame] frameView];
438 WebFrameView *frameView = [[_inspectedWebView mainFrame] frameView];
/external/webkit/Source/WebKit/mac/DefaultDelegates/
DWebDefaultUIDelegate.m186 - (void)webView:(WebView *)sender printFrameView:(WebFrameView *)frameView
218 - (void)webView:(WebView *)sender didScrollDocumentInFrameView:(WebFrameView *)frameView
/external/webkit/Source/WebKit/android/WebCoreSupport/
DFrameLoaderClientAndroid.cpp950 WebFrameView* oldWebFrameView = static_cast<WebFrameView*> (oldFrameView->platformWidget()); in transitionToCommittedForNewPage()
965 WebFrameView* newFrameView = new WebFrameView(m_frame->view(), webViewCore); in transitionToCommittedForNewPage()
/external/webkit/Source/WebKit/
DAndroid.mk74 android/jni/WebFrameView.cpp \

12