/external/webkit/Source/WebKit/android/jni/ |
D | WebFrameView.cpp | 43 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()
|
D | WebFrameView.h | 38 class WebFrameView: public WebCoreViewBridge { 40 WebFrameView(WebCore::FrameView* frameView, WebViewCore* webViewCore); 41 virtual ~WebFrameView();
|
/external/webkit/Source/WebKit/mac/WebView/ |
D | WebFrameViewPrivate.h | 29 #import <WebKit/WebFrameView.h> 31 @interface WebFrameView (WebPrivate) 41 - (WebFrameView *)_largestChildWithScrollBars; 57 - (WebFrameView *)_largestScrollableChild;
|
D | WebFrameInternal.h | 44 @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;
|
D | WebFrame.h | 38 @class WebFrameView; 63 - (id)initWithName:(NSString *)name webFrameView:(WebFrameView *)view webView:(WebView *)webView; 81 - (WebFrameView *)frameView;
|
D | WebFrameViewInternal.h | 29 #import <WebKit/WebFrameView.h> 34 @interface WebFrameView (WebInternal)
|
D | WebFrameView.mm | 29 #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 …]
|
D | WebClipView.mm | 32 #import "WebFrameView.h" 89 WebFrameView *webFrameView = (WebFrameView *)[[self superview] superview]; 90 if (![webFrameView isKindOfClass:[WebFrameView class]])
|
D | WebFrameView.h | 40 @interface WebFrameView : NSView
|
D | WebUIDelegatePrivate.h | 183 - (void)webView:(WebView *)sender didScrollDocumentInFrameView:(WebFrameView *)frameView; 188 - (void)webView:(WebView *)sender saveFrameView:(WebFrameView *)frameView showingPanel:(BOOL)showin…
|
D | WebUIDelegate.h | 527 - (void)webView:(WebView *)sender printFrameView:(WebFrameView *)frameView;
|
D | WebFrame.mm | 175 - (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
|
D | WebView.mm | 379 - (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/ |
D | IWebFrameView.idl | 33 @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
|
D | IWebFrame.idl | 57 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
|
D | IWebDocument.idl | 38 @discussion Protocol implemented by the document view of WebFrameView 101 @discussion Optional protocol for searching document view of WebFrameView.
|
/external/webkit/Source/WebKit/mac/ |
D | WebKit.order | 31 +[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 …]
|
D | ChangeLog-2006-02-09 | 273 * 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/ |
D | WebNSViewExtras.h | 34 @class WebFrameView; 41 - (WebFrameView *)_web_parentWebFrameView;
|
D | WebKit.h | 39 #import <WebKit/WebFrameView.h>
|
D | WebNSViewExtras.m | 57 - (WebFrameView *)_web_parentWebFrameView 59 return (WebFrameView *)[self _web_superviewOfClass:[WebFrameView class]];
|
/external/webkit/Source/WebKit/mac/WebCoreSupport/ |
D | WebInspectorClient.mm | 34 #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/ |
D | WebDefaultUIDelegate.m | 186 - (void)webView:(WebView *)sender printFrameView:(WebFrameView *)frameView 218 - (void)webView:(WebView *)sender didScrollDocumentInFrameView:(WebFrameView *)frameView
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
D | FrameLoaderClientAndroid.cpp | 950 WebFrameView* oldWebFrameView = static_cast<WebFrameView*> (oldFrameView->platformWidget()); in transitionToCommittedForNewPage() 965 WebFrameView* newFrameView = new WebFrameView(m_frame->view(), webViewCore); in transitionToCommittedForNewPage()
|
/external/webkit/Source/WebKit/ |
D | Android.mk | 74 android/jni/WebFrameView.cpp \
|