Home
last modified time | relevance | path

Searched refs:IPropertyBag (Results 1 – 25 of 53) sorted by relevance

123

/external/webkit/WebKit/win/
DWebNotification.h34 …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;
DWebError.h40 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;
DWebNotification.cpp35 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()
DWebError.cpp43 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()
DDefaultPolicyDelegate.h48 /* [in] */ IPropertyBag *actionInformation,
55 /* [in] */ IPropertyBag *actionInformation,
DDefaultPolicyDelegate.cpp105 /*[in]*/ IPropertyBag* actionInformation, in decidePolicyForNavigationAction()
140 /*[in]*/ IPropertyBag* /*actionInformation*/, in decidePolicyForNewWindowAction() argument
DWebActionPropertyBag.cpp75 *ppvObject = static_cast<IPropertyBag*>(this); in QueryInterface()
77 *ppvObject = static_cast<IPropertyBag*>(this); in QueryInterface()
DCFDictionaryPropertyBag.cpp69 *ppvObject = static_cast<IPropertyBag*>(this); in QueryInterface()
71 *ppvObject = static_cast<IPropertyBag*>(this); in QueryInterface()
DCOMPropertyBag.h38 class COMPropertyBag : public IPropertyBag, public IPropertyBag2, Noncopyable {
103 *ppvObject = static_cast<IPropertyBag*>(this); in QueryInterface()
105 *ppvObject = static_cast<IPropertyBag*>(this); in QueryInterface()
DWebMutableURLRequest.h75 /* [retval][out] */ IPropertyBag **result);
126 /* [in] */ IPropertyBag *headerFields);
DWebElementPropertyBag.cpp74 *ppvObject = static_cast<IPropertyBag*>(this); in QueryInterface()
76 *ppvObject = static_cast<IPropertyBag*>(this); in QueryInterface()
DWebCache.h48 /* [retval][out] */ IPropertyBag **s);
DCFDictionaryPropertyBag.h34 class CFDictionaryPropertyBag : public IPropertyBag {
DWebElementPropertyBag.h37 class WebElementPropertyBag : public IPropertyBag
DWebActionPropertyBag.h37 class WebActionPropertyBag : public IPropertyBag {
DWebNotificationCenter.h63 /* [optional][in] */ IPropertyBag *userInfo);
DWebDatabaseManager.h65 /* [retval][out] */ IPropertyBag** result);
DWebDatabaseManager.cpp54 class DatabaseDetailsPropertyBag : public IPropertyBag, public Noncopyable {
256 /* [retval][out] */ IPropertyBag** result) in detailsForDatabase()
/external/webkit/WebKitTools/DumpRenderTree/win/
DPolicyDelegate.h48 /* [in] */ IPropertyBag *actionInformation,
55 /* [in] */ IPropertyBag *actionInformation, in decidePolicyForNewWindowAction()
DUIDelegate.h152 /* [in] */ IPropertyBag *elementInformation, in mouseDidMoveOverElement()
157 /* [in] */ IPropertyBag *element, in contextMenuItemsForElement()
197 /* [in] */ IPropertyBag *element) { return E_NOTIMPL; } in contextMenuItemSelected()
382 /* [in] */ IPropertyBag *arguments,
DPolicyDelegate.cpp95 /*[in]*/ IPropertyBag* actionInformation, in decidePolicyForNavigationAction()
139 COMPtr<IPropertyBag> actionElement(Query, V_UNKNOWN(&actionElementVar)); in decidePolicyForNavigationAction()
/external/webkit/WebKit/win/Interfaces/
DIWebUIDelegatePrivate.idl64 …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…
DIWebNotification.idl43 …HRESULT notificationWithName([in] BSTR aName, [in] IUnknown* anObject, [in] IPropertyBag* userInfo…
58 HRESULT userInfo([out, retval] IPropertyBag** result);
/external/webkit/WebKit/win/WebCoreSupport/
DWebInspectorDelegate.h33 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/
DPrintWebUIDelegate.h65 …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

123