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

  /external/webkit/Tools/DumpRenderTree/win/
UIDelegate.cpp 30 #include "UIDelegate.h"
156 UIDelegate::UIDelegate()
167 void UIDelegate::resetUndoManager()
172 HRESULT STDMETHODCALLTYPE UIDelegate::QueryInterface(REFIID riid, void** ppvObject)
194 ULONG STDMETHODCALLTYPE UIDelegate::AddRef()
199 ULONG STDMETHODCALLTYPE UIDelegate::Release()
208 HRESULT STDMETHODCALLTYPE UIDelegate::hasCustomMenuImplementation(
216 HRESULT STDMETHODCALLTYPE UIDelegate::trackCustomPopupMenu(
225 HRESULT STDMETHODCALLTYPE UIDelegate::registerUndoWithTarget
    [all...]
UIDelegate.h 40 class UIDelegate : public IWebUIDelegate2, IWebUIDelegatePrivate3 {
42 UIDelegate();
DumpRenderTree.cpp 39 #include "UIDelegate.h"
100 COMPtr<UIDelegate> sharedUIDelegate;
    [all...]
  /external/webkit/Tools/DumpRenderTree/mac/
UIDelegate.h 31 @interface UIDelegate : NSObject {
UIDelegate.mm 30 #import "UIDelegate.h"
48 @implementation UIDelegate
DumpRenderTree.mm 52 #import "UIDelegate.h"
134 static UIDelegate *uiDelegate;
296 [webView setUIDelegate:uiDelegate];
555 uiDelegate = [[UIDelegate alloc] init];
576 releaseAndZero(&uiDelegate);
    [all...]
LayoutTestControllerMac.mm 37 #import "UIDelegate.h"
318 return [[[mainFrame webView] UIDelegate] numberOfPendingGeolocationPermissionRequests];
446 [[[mainFrame webView] UIDelegate] didSetMockGeolocationPermission];
    [all...]
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebPluginHalterClient.mm 49 return [[m_webView UIDelegate] respondsToSelector:@selector(webView:shouldHaltPlugin:isWindowed:pluginName:)];
WebGeolocationClient.mm 72 if (![[m_webView UIDelegate] respondsToSelector:selector]) {
WebChromeClient.mm 240 id delegate = [m_webView UIDelegate];
310 return [[m_webView UIDelegate] respondsToSelector:@selector(webViewRunModal:)];
431 id delegate = [m_webView UIDelegate];
466 return [[m_webView UIDelegate] respondsToSelector:@selector(webView:runBeforeUnloadConfirmPanelWithMessage:initiatedByFrame:)];
496 id delegate = [m_webView UIDelegate];
513 id delegate = [m_webView UIDelegate];
528 id delegate = [m_webView UIDelegate];
647 return [[m_webView UIDelegate] respondsToSelector:@selector(webView:didPressMissingPluginButton:)];
670 if ([[m_webView UIDelegate] respondsToSelector:@selector(webView:printFrame:)])
781 id delegate = [m_webView UIDelegate];
    [all...]
WebContextMenuClient.mm 278 id delegate = [m_webView UIDelegate];
310 id delegate = [m_webView UIDelegate];
WebDragClient.mm 108 id delegate = [m_webView UIDelegate];
WebFrameLoaderClient.mm     [all...]
  /external/webkit/Source/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/Source/WebKit/mac/WebView/
WebDelegateImplementationCaching.mm 434 return CallDelegate(self, self->_private->UIDelegate, selector);
439 return CallDelegate(self, self->_private->UIDelegate, selector, object);
444 return CallDelegate(self, self->_private->UIDelegate, selector, object, boolean);
449 return CallDelegate(self, self->_private->UIDelegate, selector, rect);
454 return CallDelegate(self, self->_private->UIDelegate, selector, object1, object2);
459 return CallDelegate(self, self->_private->UIDelegate, selector, object1, object2, object3);
464 return CallDelegate(self, self->_private->UIDelegate, selector, object, integer);
469 return CallDelegateReturningFloat(self, self->_private->UIDelegate, selector);
474 return CallDelegateReturningBoolean(result, self, self->_private->UIDelegate, selector);
479 return CallDelegateReturningBoolean(result, self, self->_private->UIDelegate, selector, object)
    [all...]
WebViewData.h 65 id UIDelegate;
WebView.h 229 @method UIDelegate
233 - (id)UIDelegate;
WebView.mm     [all...]

Completed in 187 milliseconds