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

/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebInspectorDelegate.cpp59 /* [in] */ IWebView*,
58 dragDestinationActionMaskForDraggingInfo( IWebView*, IDataObject*, WebDragDestinationAction* action) argument
H A DWebInspectorDelegate.h45 /* [in] */ IWebView*,
51 /* [in] */ IWebView*,
53 /* [retval][out] */ IWebView**) { return E_NOTIMPL; }
56 /* [in] */ IWebView*) { return E_NOTIMPL; }
59 /* [in] */ IWebView*) { return E_NOTIMPL; }
62 /* [in] */ IWebView*) { return E_NOTIMPL; }
65 /* [in] */ IWebView*) { return E_NOTIMPL; }
68 /* [in] */ IWebView*,
72 /* [in] */ IWebView*,
76 /* [in] */ IWebView*,
50 createWebViewWithRequest( IWebView*, IWebURLRequest*, IWebView**) argument
55 webViewShow( IWebView*) argument
58 webViewClose( IWebView*) argument
61 webViewFocus( IWebView*) argument
64 webViewUnfocus( IWebView*) argument
67 webViewFirstResponder( IWebView*, OLE_HANDLE*) argument
71 makeFirstResponder( IWebView*, OLE_HANDLE) argument
75 setStatusText( IWebView*, BSTR) argument
79 webViewStatusText( IWebView*, BSTR*) argument
83 webViewAreToolbarsVisible( IWebView*, BOOL*) argument
87 setToolbarsVisible( IWebView*, BOOL) argument
91 webViewIsStatusBarVisible( IWebView*, BOOL*) argument
95 setStatusBarVisible( IWebView*, BOOL) argument
99 webViewIsResizable( IWebView*, BOOL*) argument
103 setResizable( IWebView*, BOOL) argument
107 setFrame( IWebView*, RECT*) argument
111 webViewFrame( IWebView*, RECT*) argument
115 setContentRect( IWebView*, RECT*) argument
119 webViewContentRect( IWebView*, RECT*) argument
123 runJavaScriptAlertPanelWithMessage( IWebView*, BSTR) argument
127 runJavaScriptConfirmPanelWithMessage( IWebView*, BSTR, BOOL*) argument
132 runJavaScriptTextInputPanelWithPrompt( IWebView*, BSTR , BSTR , BSTR*) argument
138 runBeforeUnloadConfirmPanelWithMessage( IWebView*, BSTR , IWebFrame* , BOOL*) argument
144 runOpenPanelForFileButtonWithResultListener( IWebView*, IWebOpenPanelResultListener*) argument
148 mouseDidMoveOverElement( IWebView*, IPropertyBag*, UINT ) argument
153 contextMenuItemsForElement( IWebView*, IPropertyBag*, OLE_HANDLE, OLE_HANDLE*) argument
159 validateUserInterfaceItem( IWebView*, UINT, BOOL, BOOL*) argument
165 shouldPerformAction( IWebView*, UINT , UINT ) argument
170 willPerformDragDestinationAction( IWebView*, WebDragDestinationAction, IDataObject*) argument
175 dragSourceActionMaskForPoint( IWebView*, LPPOINT, WebDragSourceAction*) argument
180 willPerformDragSourceAction( IWebView*, WebDragSourceAction, LPPOINT, IDataObject*, IDataObject**) argument
187 contextMenuItemSelected( IWebView*, void* , IPropertyBag*) argument
195 trackCustomPopupMenu( IWebView*, OLE_HANDLE, LPPOINT) argument
200 measureCustomMenuItem( IWebView*, void* ) argument
204 drawCustomMenuItem( IWebView*, void* ) argument
208 addCustomMenuDrawingData( IWebView*, OLE_HANDLE) argument
212 cleanUpCustomMenuDrawingData( IWebView*, OLE_HANDLE) argument
216 canTakeFocus( IWebView*, BOOL , BOOL*) argument
221 takeFocus( IWebView*, BOOL ) argument
[all...]

Completed in 121 milliseconds