/external/webkit/WebKit/win/ |
D | WebNotification.h | 34 …static WebNotification* createInstance(BSTR name = 0, IUnknown* anObject = 0, IPropertyBag* userIn… 36 WebNotification(BSTR name, IUnknown* anObject, IPropertyBag* userInfo); 49 /* [optional][in] */ IPropertyBag *userInfo); 58 /* [retval][out] */ IPropertyBag **result); 64 IPropertyBag* m_userInfo;
|
D | WebError.h | 40 static WebError* createInstance(const WebCore::ResourceError&, IPropertyBag* userInfo = 0); 43 WebError(const WebCore::ResourceError&, IPropertyBag* userInfo); 80 /* [retval][out] */ IPropertyBag **result); 96 COMPtr<IPropertyBag> m_userInfo;
|
D | WebNotification.cpp | 35 WebNotification::WebNotification(BSTR name, IUnknown* anObject, IPropertyBag* userInfo) in WebNotification() 65 …fication::createInstance(BSTR name /*=0*/, IUnknown* anObject /*=0*/, IPropertyBag* userInfo /*=0*… in createInstance() 107 /* [optional][in] */ IPropertyBag* /*userInfo*/) in notificationWithName() argument 138 /* [retval][out] */ IPropertyBag** result) in userInfo()
|
D | WebError.cpp | 43 WebError::WebError(const ResourceError& error, IPropertyBag* userInfo) in WebError() 58 WebError* WebError::createInstance(const ResourceError& error, IPropertyBag* userInfo) in createInstance() 180 /* [retval][out] */ IPropertyBag** result) in userInfo()
|
D | DefaultPolicyDelegate.h | 48 /* [in] */ IPropertyBag *actionInformation, 55 /* [in] */ IPropertyBag *actionInformation,
|
D | DefaultPolicyDelegate.cpp | 105 /*[in]*/ IPropertyBag* actionInformation, in decidePolicyForNavigationAction() 140 /*[in]*/ IPropertyBag* /*actionInformation*/, in decidePolicyForNewWindowAction() argument
|
D | WebActionPropertyBag.cpp | 75 *ppvObject = static_cast<IPropertyBag*>(this); in QueryInterface() 77 *ppvObject = static_cast<IPropertyBag*>(this); in QueryInterface()
|
D | CFDictionaryPropertyBag.cpp | 69 *ppvObject = static_cast<IPropertyBag*>(this); in QueryInterface() 71 *ppvObject = static_cast<IPropertyBag*>(this); in QueryInterface()
|
D | COMPropertyBag.h | 38 class COMPropertyBag : public IPropertyBag, public IPropertyBag2, Noncopyable { 103 *ppvObject = static_cast<IPropertyBag*>(this); in QueryInterface() 105 *ppvObject = static_cast<IPropertyBag*>(this); in QueryInterface()
|
D | WebMutableURLRequest.h | 75 /* [retval][out] */ IPropertyBag **result); 126 /* [in] */ IPropertyBag *headerFields);
|
D | WebElementPropertyBag.cpp | 74 *ppvObject = static_cast<IPropertyBag*>(this); in QueryInterface() 76 *ppvObject = static_cast<IPropertyBag*>(this); in QueryInterface()
|
D | WebCache.h | 48 /* [retval][out] */ IPropertyBag **s);
|
D | CFDictionaryPropertyBag.h | 34 class CFDictionaryPropertyBag : public IPropertyBag {
|
D | WebElementPropertyBag.h | 37 class WebElementPropertyBag : public IPropertyBag
|
D | WebActionPropertyBag.h | 37 class WebActionPropertyBag : public IPropertyBag {
|
D | WebNotificationCenter.h | 63 /* [optional][in] */ IPropertyBag *userInfo);
|
D | WebDatabaseManager.h | 65 /* [retval][out] */ IPropertyBag** result);
|
D | WebDatabaseManager.cpp | 54 class DatabaseDetailsPropertyBag : public IPropertyBag, public Noncopyable { 256 /* [retval][out] */ IPropertyBag** result) in detailsForDatabase()
|
/external/webkit/WebKitTools/DumpRenderTree/win/ |
D | PolicyDelegate.h | 48 /* [in] */ IPropertyBag *actionInformation, 55 /* [in] */ IPropertyBag *actionInformation, in decidePolicyForNewWindowAction()
|
D | UIDelegate.h | 152 /* [in] */ IPropertyBag *elementInformation, in mouseDidMoveOverElement() 157 /* [in] */ IPropertyBag *element, in contextMenuItemsForElement() 197 /* [in] */ IPropertyBag *element) { return E_NOTIMPL; } in contextMenuItemSelected() 382 /* [in] */ IPropertyBag *arguments,
|
D | PolicyDelegate.cpp | 95 /*[in]*/ IPropertyBag* actionInformation, in decidePolicyForNavigationAction() 139 COMPtr<IPropertyBag> actionElement(Query, V_UNKNOWN(&actionElementVar)); in decidePolicyForNavigationAction()
|
/external/webkit/WebKit/win/Interfaces/ |
D | IWebUIDelegatePrivate.idl | 64 …dViewWithArguments([in] IWebView* sender, [in] IWebFrame* frame, [in] IPropertyBag* arguments, [ou… 94 // IPropertyBag. The keys of the windowFeatures IPropertyBag are the WebWindowFeatures*Key 96 …WithRequest([in] IWebView* sender, [in] IWebURLRequest* request, [in] IPropertyBag* windowFeatures…
|
D | IWebNotification.idl | 43 …HRESULT notificationWithName([in] BSTR aName, [in] IUnknown* anObject, [in] IPropertyBag* userInfo… 58 HRESULT userInfo([out, retval] IPropertyBag** result);
|
/external/webkit/WebKit/win/WebCoreSupport/ |
D | WebInspectorDelegate.h | 33 struct IPropertyBag; 156 /* [in] */ IPropertyBag*, in mouseDidMoveOverElement() argument 161 /* [in] */ IPropertyBag*, in contextMenuItemsForElement() argument 196 /* [in] */ IPropertyBag*) { return E_NOTIMPL; } in contextMenuItemSelected() argument
|
/external/webkit/WebKitTools/WinLauncher/ |
D | PrintWebUIDelegate.h | 65 …virtual HRESULT STDMETHODCALLTYPE mouseDidMoveOverElement(IWebView*, IPropertyBag*, UINT) { return… in mouseDidMoveOverElement() argument 66 …virtual HRESULT STDMETHODCALLTYPE contextMenuItemsForElement(IWebView*, IPropertyBag*, OLE_HANDLE,… in contextMenuItemsForElement() argument 73 …virtual HRESULT STDMETHODCALLTYPE contextMenuItemSelected(IWebView*, void*, IPropertyBag*) { retur… in contextMenuItemSelected() argument
|