HomeSort by relevance Sort by last modified time
    Searched refs:UIDelegate (Results 1 - 16 of 16) sorted by null

  /external/webkit/WebKitTools/DumpRenderTree/mac/
UIDelegate.h 31 @interface UIDelegate : NSObject {
UIDelegate.mm 30 #import "UIDelegate.h"
46 @implementation UIDelegate
DumpRenderTree.mm 50 #import "UIDelegate.h"
122 static UIDelegate *uiDelegate;
285 [webView setUIDelegate:uiDelegate];
523 uiDelegate = [[UIDelegate alloc] init];
543 releaseAndZero(&uiDelegate);
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/win/
UIDelegate.cpp 30 #include "UIDelegate.h"
156 UIDelegate::UIDelegate()
167 void UIDelegate::resetUndoManager()
172 HRESULT STDMETHODCALLTYPE UIDelegate::QueryInterface(REFIID riid, void** ppvObject)
190 ULONG STDMETHODCALLTYPE UIDelegate::AddRef()
195 ULONG STDMETHODCALLTYPE UIDelegate::Release()
204 HRESULT STDMETHODCALLTYPE UIDelegate::hasCustomMenuImplementation(
212 HRESULT STDMETHODCALLTYPE UIDelegate::trackCustomPopupMenu(
221 HRESULT STDMETHODCALLTYPE UIDelegate::registerUndoWithTarget
    [all...]
UIDelegate.h 40 class UIDelegate : public IWebUIDelegate2, IWebUIDelegatePrivate {
42 UIDelegate();
DumpRenderTree.cpp 39 #include "UIDelegate.h"
98 COMPtr<UIDelegate> sharedUIDelegate;
    [all...]
  /external/webkit/WebKit/mac/WebCoreSupport/
WebPluginHalterClient.mm 49 return [[m_webView UIDelegate] respondsToSelector:@selector(webView:shouldHaltPlugin:isWindowed:pluginName:)];
WebChromeClient.mm 192 id delegate = [m_webView UIDelegate];
262 return [[m_webView UIDelegate] respondsToSelector:@selector(webViewRunModal:)];
319 id delegate = [m_webView UIDelegate];
335 return [[m_webView UIDelegate] respondsToSelector:@selector(webView:runBeforeUnloadConfirmPanelWithMessage:initiatedByFrame:)];
365 id delegate = [m_webView UIDelegate];
382 id delegate = [m_webView UIDelegate];
397 id delegate = [m_webView UIDelegate];
521 if ([[m_webView UIDelegate] respondsToSelector:@selector(webView:printFrame:)])
625 id delegate = [m_webView UIDelegate];
760 if (![[m_webView UIDelegate] respondsToSelector:selector])
    [all...]
WebContextMenuClient.mm 273 id delegate = [m_webView UIDelegate];
305 id delegate = [m_webView UIDelegate];
WebDragClient.mm 104 id delegate = [m_webView UIDelegate];
WebFrameLoaderClient.mm     [all...]
  /external/webkit/WebKit/mac/DefaultDelegates/
WebDefaultUIDelegate.m 65 if (![[wv UIDelegate] respondsToSelector:@selector(webView:createWebViewWithRequest:windowFeatures:)] && [[wv UIDelegate] respondsToSelector:@selector(webView:createWebViewWithRequest:)])
66 return [[wv UIDelegate] webView:wv createWebViewWithRequest:request];
  /external/webkit/WebKit/mac/WebView/
WebDelegateImplementationCaching.mm 420 return CallDelegate(self, self->_private->UIDelegate, selector);
425 return CallDelegate(self, self->_private->UIDelegate, selector, object);
430 return CallDelegate(self, self->_private->UIDelegate, selector, object, boolean);
435 return CallDelegate(self, self->_private->UIDelegate, selector, rect);
440 return CallDelegate(self, self->_private->UIDelegate, selector, object1, object2);
445 return CallDelegate(self, self->_private->UIDelegate, selector, object1, object2, object3);
450 return CallDelegate(self, self->_private->UIDelegate, selector, object, integer);
455 return CallDelegateReturningFloat(self, self->_private->UIDelegate, selector);
460 return CallDelegateReturningBoolean(result, self, self->_private->UIDelegate, selector);
465 return CallDelegateReturningBoolean(result, self, self->_private->UIDelegate, selector, object)
    [all...]
WebViewData.h 59 id UIDelegate;
WebView.h 229 @method UIDelegate
233 - (id)UIDelegate;
WebView.mm     [all...]

Completed in 231 milliseconds