Searched defs:IWebView (Results 1 - 2 of 2) sorted by relevance

/external/webkit/WebKit/win/WebCoreSupport/
H A DWebInspectorDelegate.cpp59 /* [in] */ IWebView*,
58 dragDestinationActionMaskForDraggingInfo( IWebView*, IDataObject*, WebDragDestinationAction* action) argument
H A DWebInspectorDelegate.h34 struct IWebView;
51 /* [in] */ IWebView*,
57 /* [in] */ IWebView*,
59 /* [retval][out] */ IWebView**) { return E_NOTIMPL; }
62 /* [in] */ IWebView*) { return E_NOTIMPL; }
65 /* [in] */ IWebView*) { return E_NOTIMPL; }
68 /* [in] */ IWebView*) { return E_NOTIMPL; }
71 /* [in] */ IWebView*) { return E_NOTIMPL; }
74 /* [in] */ IWebView*,
78 /* [in] */ IWebView*,
56 createWebViewWithRequest( IWebView*, IWebURLRequest*, IWebView**) argument
61 webViewShow( IWebView*) argument
64 webViewClose( IWebView*) argument
67 webViewFocus( IWebView*) argument
70 webViewUnfocus( IWebView*) argument
73 webViewFirstResponder( IWebView*, OLE_HANDLE*) argument
77 makeFirstResponder( IWebView*, OLE_HANDLE) argument
81 setStatusText( IWebView*, BSTR) argument
85 webViewStatusText( IWebView*, BSTR*) argument
89 webViewAreToolbarsVisible( IWebView*, BOOL*) argument
93 setToolbarsVisible( IWebView*, BOOL) argument
97 webViewIsStatusBarVisible( IWebView*, BOOL*) argument
101 setStatusBarVisible( IWebView*, BOOL) argument
105 webViewIsResizable( IWebView*, BOOL*) argument
109 setResizable( IWebView*, BOOL) argument
113 setFrame( IWebView*, RECT*) argument
117 webViewFrame( IWebView*, RECT*) argument
121 setContentRect( IWebView*, RECT*) argument
125 webViewContentRect( IWebView*, RECT*) argument
129 runJavaScriptAlertPanelWithMessage( IWebView*, BSTR) argument
133 runJavaScriptConfirmPanelWithMessage( IWebView*, BSTR, BOOL*) argument
138 runJavaScriptTextInputPanelWithPrompt( IWebView*, BSTR , BSTR , BSTR*) argument
144 runBeforeUnloadConfirmPanelWithMessage( IWebView*, BSTR , IWebFrame* , BOOL*) argument
150 runOpenPanelForFileButtonWithResultListener( IWebView*, IWebOpenPanelResultListener*) argument
154 mouseDidMoveOverElement( IWebView*, IPropertyBag*, UINT ) argument
159 contextMenuItemsForElement( IWebView*, IPropertyBag*, OLE_HANDLE, OLE_HANDLE*) argument
165 validateUserInterfaceItem( IWebView*, UINT, BOOL, BOOL*) argument
171 shouldPerformAction( IWebView*, UINT , UINT ) argument
176 willPerformDragDestinationAction( IWebView*, WebDragDestinationAction, IDataObject*) argument
181 dragSourceActionMaskForPoint( IWebView*, LPPOINT, WebDragSourceAction*) argument
186 willPerformDragSourceAction( IWebView*, WebDragSourceAction, LPPOINT, IDataObject*, IDataObject**) argument
193 contextMenuItemSelected( IWebView*, void* , IPropertyBag*) argument
201 trackCustomPopupMenu( IWebView*, OLE_HANDLE, LPPOINT) argument
206 measureCustomMenuItem( IWebView*, void* ) argument
210 drawCustomMenuItem( IWebView*, void* ) argument
214 addCustomMenuDrawingData( IWebView*, OLE_HANDLE) argument
218 cleanUpCustomMenuDrawingData( IWebView*, OLE_HANDLE) argument
222 canTakeFocus( IWebView*, BOOL , BOOL*) argument
227 takeFocus( IWebView*, BOOL ) argument
[all...]

Completed in 29 milliseconds