/external/webkit/WebKitTools/DumpRenderTree/win/ |
D | UIDelegate.cpp | 155 UIDelegate::UIDelegate() in UIDelegate() function in UIDelegate 165 void UIDelegate::resetUndoManager() in resetUndoManager() 170 HRESULT STDMETHODCALLTYPE UIDelegate::QueryInterface(REFIID riid, void** ppvObject) in QueryInterface() 186 ULONG STDMETHODCALLTYPE UIDelegate::AddRef() in AddRef() 191 ULONG STDMETHODCALLTYPE UIDelegate::Release() in Release() 200 HRESULT STDMETHODCALLTYPE UIDelegate::hasCustomMenuImplementation( in hasCustomMenuImplementation() 208 HRESULT STDMETHODCALLTYPE UIDelegate::trackCustomPopupMenu( in trackCustomPopupMenu() 217 HRESULT STDMETHODCALLTYPE UIDelegate::registerUndoWithTarget( in registerUndoWithTarget() 226 HRESULT STDMETHODCALLTYPE UIDelegate::removeAllActionsWithTarget( in removeAllActionsWithTarget() 233 HRESULT STDMETHODCALLTYPE UIDelegate::setActionTitle( in setActionTitle() [all …]
|
D | UIDelegate.h | 38 class UIDelegate : public IWebUIDelegate, IWebUIDelegatePrivate { 40 UIDelegate();
|
D | DumpRenderTree.cpp | 92 COMPtr<UIDelegate> sharedUIDelegate; 1124 sharedUIDelegate.adoptRef(new UIDelegate); in main()
|
/external/webkit/WebKit/mac/WebView/ |
D | WebDelegateImplementationCaching.mm | 398 return CallDelegate(self, self->_private->UIDelegate, selector); 403 return CallDelegate(self, self->_private->UIDelegate, selector, object); 408 return CallDelegate(self, self->_private->UIDelegate, selector, object, boolean); 413 return CallDelegate(self, self->_private->UIDelegate, selector, rect); 418 return CallDelegate(self, self->_private->UIDelegate, selector, object1, object2); 423 return CallDelegate(self, self->_private->UIDelegate, selector, object1, object2, object3); 428 return CallDelegate(self, self->_private->UIDelegate, selector, object, integer); 433 return CallDelegateReturningFloat(self, self->_private->UIDelegate, selector); 438 return CallDelegateReturningBoolean(result, self, self->_private->UIDelegate, selector); 443 return CallDelegateReturningBoolean(result, self, self->_private->UIDelegate, selector, object); [all …]
|
D | WebViewData.h | 55 id UIDelegate; variable
|
D | WebView.h | 233 - (id)UIDelegate;
|
D | WebView.mm | 1409 …elegateForwarder = [[_WebSafeForwarder alloc] initWithTarget:_private->UIDelegate defaultTarget:[W… 2654 _private->UIDelegate = delegate; 2659 - UIDelegate 2661 return _private->UIDelegate; 4136 if (![_private->UIDelegate respondsToSelector:selector]) 4159 if (![_private->UIDelegate respondsToSelector:selector])
|
D | WebHTMLView.mm | 3127 // UIDelegate to nil, then the UIDelegate will be stale and this code will crash.
|
/external/webkit/WebKitTools/DumpRenderTree/mac/ |
D | UIDelegate.h | 31 @interface UIDelegate : NSObject {
|
D | UIDelegate.mm | 30 #import "UIDelegate.h" 44 @implementation UIDelegate implementation
|
D | DumpRenderTree.mm | 49 #import "UIDelegate.h" 116 static UIDelegate *uiDelegate; 447 uiDelegate = [[UIDelegate alloc] init];
|
/external/webkit/WebKit/mac/WebCoreSupport/ |
D | WebChromeClient.mm | 179 id delegate = [m_webView UIDelegate]; 249 return [[m_webView UIDelegate] respondsToSelector:@selector(webViewRunModal:)]; 306 id delegate = [m_webView UIDelegate]; 322 …return [[m_webView UIDelegate] respondsToSelector:@selector(webView:runBeforeUnloadConfirmPanelWit… 352 id delegate = [m_webView UIDelegate]; 369 id delegate = [m_webView UIDelegate]; 384 id delegate = [m_webView UIDelegate]; 516 if ([[m_webView UIDelegate] respondsToSelector:@selector(webView:printFrame:)]) 611 id delegate = [m_webView UIDelegate];
|
D | WebContextMenuClient.mm | 273 id delegate = [m_webView UIDelegate]; 305 id delegate = [m_webView UIDelegate];
|
D | WebDragClient.mm | 104 id delegate = [m_webView UIDelegate];
|
D | WebFrameLoaderClient.mm | 1433 if ([[webView UIDelegate] respondsToSelector:selector]) {
|
/external/webkit/WebKitTools/DumpRenderTree/DumpRenderTree.xcodeproj/ |
D | project.pbxproj | 94 …CA18B690C9B08C200114369 /* UIDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = BCA18B5F0C9… 95 …CA18B6A0C9B08C200114369 /* UIDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = BCA18B600C… 239 …69 /* UIDelegate.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode… 240 …* UIDelegate.mm */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cp… 395 BCA18B5F0C9B08C200114369 /* UIDelegate.h */, 396 BCA18B600C9B08C200114369 /* UIDelegate.mm */, 531 BCA18B690C9B08C200114369 /* UIDelegate.h in Headers */, 696 BCA18B6A0C9B08C200114369 /* UIDelegate.mm in Sources */,
|
/external/webkit/WebKit/mac/DefaultDelegates/ |
D | WebDefaultUIDelegate.m | 65 …if (![[wv UIDelegate] respondsToSelector:@selector(webView:createWebViewWithRequest:windowFeatures… 66 return [[wv UIDelegate] webView:wv createWebViewWithRequest:request];
|
/external/webkit/WebKitTools/ |
D | ChangeLog-2009-06-16 | 635 * DumpRenderTree/mac/UIDelegate.mm: 636 …(-[UIDelegate webView:dragImage:at:offset:event:pasteboard:source:slideBack:forView:]): removed ad… 694 * DumpRenderTree/mac/UIDelegate.mm: 695 (-[UIDelegate webView:dragImage:at:offset:event:pasteboard:source:slideBack:forView:]): 3031 * DumpRenderTree/mac/UIDelegate.mm: 3032 (-[UIDelegate webViewFrame:]): 4701 * DumpRenderTree/win/UIDelegate.cpp: 5243 * DumpRenderTree/win/UIDelegate.cpp: 5329 * DumpRenderTree/mac/UIDelegate.mm: 5330 (-[UIDelegate webView:dragImage:at:offset:event:pasteboard:source:slideBack:forView:]): [all …]
|
D | ChangeLog | 1385 * DumpRenderTree/mac/UIDelegate.mm: 3623 * DumpRenderTree/win/UIDelegate.h: 3624 (UIDelegate::willPerformDragSourceAction): 3830 * DumpRenderTree/win/UIDelegate.cpp: 3831 * DumpRenderTree/win/UIDelegate.h:
|
/external/webkit/WebCore/page/mac/ |
D | DragControllerMac.mm | 72 // for the UIDelegate to take over the drag, and fail to send the appropriate
|
/external/webkit/WebKit/win/Interfaces/ |
D | IWebView.idl | 236 @method UIDelegate 239 - (id)UIDelegate;
|
/external/webkit/WebKit/mac/ |
D | WebKit.order | 346 -[WebView UIDelegate]
|
D | ChangeLog-2007-10-14 | 3566 and set the UIDelegate to nil, so the UIDelegate is stale and we 3568 UIDelegate in the drawRect code path was only added recently. The 3569 method that the UIDelegate calls into is new -- it does not exist 3573 check...particularly because, as I mentioned, the new UIDelegate 4459 Remove default implementation of UIDelegate method that was removed 10607 call into the UIDelegate. 11436 First cut at factoring Page's UIDelegate-related functions into Chrome 18867 Bug 9818: move new UIDelegate API that has been through API review to public headers 19639 - added support for UIDelegate to be notified of scrolling in any WebHTMLView 19640 - cleaned up recently-added UIDelegate code [all …]
|
D | ChangeLog | 14662 … Added UIDelegate methods to let the application handle generating replacement files for uploads.
|
/external/webkit/WebKit/win/ |
D | ChangeLog-2009-06-16 | 3794 …the MouseEvent is located in the resize corner, we send it back to the UIDelegate and early return. 3796 …* Interfaces/IWebUIDelegatePrivate.idl: Add a new method to the UIDelegate to send the resize mess… 3798 …(WebView::handleMouseEvent): If the mouse event is in the resize corner and our UIDelegate support… 15965 Make submenus draw using the UIDelegate. 17955 Added new delegate calls to the UIDelegate to draw context menus 17971 the UIDelegate to draw the menus. 17973 UIDelegate.
|