Home
last modified time | relevance | path

Searched refs:IWebUIDelegate (Results 1 – 25 of 26) sorted by relevance

12

/external/webkit/Source/WebKit/win/WebCoreSupport/
DWebChromeClient.cpp87 IWebUIDelegate* uiDelegate = 0; in setWindowRect()
97 IWebUIDelegate* uiDelegate = 0; in windowRect()
126 IWebUIDelegate* uiDelegate = 0; in focus()
137 IWebUIDelegate* uiDelegate = 0; in unfocus()
148 IWebUIDelegate* uiDelegate = 0; in canTakeFocus()
161 IWebUIDelegate* uiDelegate = 0; in takeFocus()
201 COMPtr<IWebUIDelegate> delegate = uiDelegate(); in createWindow()
235 IWebUIDelegate* uiDelegate = 0; in show()
245 if (COMPtr<IWebUIDelegate> delegate = uiDelegate()) in canRunModal()
252 if (COMPtr<IWebUIDelegate> delegate = uiDelegate()) in runModal()
[all …]
DWebDragClient.cpp67 COMPtr<IWebUIDelegate> delegateRef = 0; in actionMaskForDrag()
81 COMPtr<IWebUIDelegate> delegateRef = 0; in willPerformDragDestinationAction()
88 COMPtr<IWebUIDelegate> delegateRef = 0; in dragSourceActionMaskForPoint()
98 COMPtr<IWebUIDelegate> uiDelegate; in willPerformDragSourceAction()
147 COMPtr<IWebUIDelegate> ui; in startDrag()
DWebEditorClient.cpp531 IWebUIDelegate* uiDelegate = 0; in registerCommandForUndo()
547 IWebUIDelegate* uiDelegate = 0; in registerCommandForRedo()
560 IWebUIDelegate* uiDelegate = 0; in clearUndoRedoOperations()
580 IWebUIDelegate* uiDelegate = 0; in canUndo()
591 IWebUIDelegate* uiDelegate = 0; in canRedo()
601 IWebUIDelegate* uiDelegate = 0; in undo()
610 IWebUIDelegate* uiDelegate = 0; in redo()
DWebContextMenuClient.cpp60 COMPtr<IWebUIDelegate> uiDelegate; in customizeMenu()
85 COMPtr<IWebUIDelegate> uiDelegate; in contextMenuItemSelected()
DWebDesktopNotificationsDelegate.cpp186 COMPtr<IWebUIDelegate> ui; in hasNotificationDelegate()
195 COMPtr<IWebUIDelegate> ui; in notificationDelegate()
DWebChromeClient.h38 interface IWebUIDelegate; variable
182 COMPtr<IWebUIDelegate> uiDelegate();
DWebGeolocationClient.cpp84 COMPtr<IWebUIDelegate> uiDelegate; in requestPermission()
DWebFrameLoaderClient.cpp434 COMPtr<IWebUIDelegate> ui; in dispatchCreatePage()
453 COMPtr<IWebUIDelegate> ui; in dispatchShow()
880 COMPtr<IWebUIDelegate> ui; in createPlugin()
DWebInspectorDelegate.h34 class WebInspectorDelegate : public IWebUIDelegate {
/external/webkit/Tools/WinLauncher/
DPrintWebUIDelegate.cpp43 *ppvObject = static_cast<IWebUIDelegate*>(this); in QueryInterface()
45 *ppvObject = static_cast<IWebUIDelegate*>(this); in QueryInterface()
DPrintWebUIDelegate.h32 class PrintWebUIDelegate : public IWebUIDelegate {
/external/webkit/Source/WebKit/win/Interfaces/
DIWebUIDelegatePrivate.idl91 // This function obsoletes IWebUIDelegate::createWebViewWithRequest and
92 // IWebUIDelegate::createModalDialog. Clients should determine whether to create a modal dialog
DIWebUIDelegate2.idl49 interface IWebUIDelegate2 : IWebUIDelegate
DIWebView.idl37 import "IWebUIDelegate.idl";
67 interface IWebUIDelegate;
235 HRESULT setUIDelegate([in] IWebUIDelegate* d);
243 HRESULT uiDelegate([retval, out] IWebUIDelegate** d);
DWebKit.idl128 #include "IWebUIDelegate.idl"
DIWebUIDelegate.idl188 interface IWebUIDelegate : IUnknown
/external/webkit/Source/WebKit/win/
DWebFrame.h393 …phicsContext* pctx, WebCore::GraphicsContext* spoolCtx, HDC printDC, IWebUIDelegate*, float header…
394 …void drawHeader(PlatformGraphicsContext* pctx, IWebUIDelegate*, const WebCore::IntRect& pageRect, …
395 …void drawFooter(PlatformGraphicsContext* pctx, IWebUIDelegate*, const WebCore::IntRect& pageRect, …
DWebFrame.cpp2034 COMPtr<IWebUIDelegate> ui; in headerAndFooterHeights()
2047 COMPtr<IWebUIDelegate> ui; in printerMarginRect()
2117 void WebFrame::drawHeader(PlatformGraphicsContext* pctx, IWebUIDelegate* ui, const IntRect& pageRec… in drawHeader()
2125 void WebFrame::drawFooter(PlatformGraphicsContext* pctx, IWebUIDelegate* ui, const IntRect& pageRec… in drawFooter()
2133 …atformGraphicsContext* pctx, GraphicsContext* spoolCtx, HDC printDC, IWebUIDelegate* ui, float hea… in spoolPage()
2193 void WebFrame::drawHeader(PlatformGraphicsContext* pctx, IWebUIDelegate* ui, const IntRect& pageRec… in drawHeader()
2204 void WebFrame::drawFooter(PlatformGraphicsContext* pctx, IWebUIDelegate* ui, const IntRect& pageRec… in drawFooter()
2230 …atformGraphicsContext* pctx, GraphicsContext* spoolCtx, HDC printDC, IWebUIDelegate* ui, float hea… in spoolPage()
2387 COMPtr<IWebUIDelegate> ui; in spoolPages()
DWebView.h128 /* [in] */ IWebUIDelegate *d);
131 /* [out][retval] */ IWebUIDelegate **d);
1010 COMPtr<IWebUIDelegate> m_uiDelegate;
DWebView.cpp1223 COMPtr<IWebUIDelegate> ui; in closeWindow()
2169 COMPtr<IWebUIDelegate> uiDelegate; in WebViewWndProc()
2186 COMPtr<IWebUIDelegate> uiDelegate; in WebViewWndProc()
2265 COMPtr<IWebUIDelegate> uiDelegate; in WebViewWndProc()
2752 /* [in] */ IWebUIDelegate* d) in setUIDelegate()
2768 /* [out][retval] */ IWebUIDelegate** d) in uiDelegate()
DChangeLog-2009-06-164185 …* Interfaces/IWebUIDelegate.idl: Added WebUIDelegate4 with new delegate methods, paintCustomScroll…
7282 * Interfaces/IWebUIDelegate.idl:
9679 * Interfaces/IWebUIDelegate.idl: Added the functions needed below.
9742 * Interfaces/IWebUIDelegate.idl: Added canRunModal, createModalDialog,
11224 * Interfaces/IWebUIDelegate.idl: Added webViewPrintingMarginRect.
12791 * Interfaces/IWebUIDelegate.idl: added methods for header/footer drawing.
13038 … * Interfaces/IWebUIDelegate.idl: Add IWebUIDelegate2 method for getting the path to the template
13158 * Interfaces/IWebUIDelegate.idl: Rename print to printFrame to closer
13247 * Interfaces/IWebUIDelegate.idl:
13496 * Interfaces/IWebUIDelegate.idl:
[all …]
DChangeLog9715 * Interfaces/IWebUIDelegate.idl:
9769 * Interfaces/IWebUIDelegate.idl:
10473 * Interfaces/IWebUIDelegate.idl:
10575 * Interfaces/IWebUIDelegate.idl:
/external/webkit/Tools/DumpRenderTree/win/
DUIDelegate.cpp176 *ppvObject = static_cast<IWebUIDelegate*>(this); in QueryInterface()
178 *ppvObject = static_cast<IWebUIDelegate*>(this); in QueryInterface()
/external/webkit/Tools/FindSafari/
DSafari.exe.manifest40 …<comInterfaceExternalProxyStub name="IWebUIDelegate" iid="{2452A889-A74A-4FBC-9617-326A0A953630}" …
/external/webkit/Source/WebKit/mac/
DChangeLog-2007-10-1415265 * COM/Interfaces/IWebUIDelegate.idl:
20535 * COM/Interfaces/IWebUIDelegate.idl: Added.

12