Searched refs:propertyBag (Results 1 - 2 of 2) sorted by relevance

/external/webkit/WebKit/win/WebCoreSupport/
H A DWebContextMenuClient.cpp103 COMPtr<WebElementPropertyBag> propertyBag; local
104 propertyBag.adoptRef(WebElementPropertyBag::createInstance(menu->hitTestResult()));
106 if (FAILED(uiDelegate->contextMenuItemsForElement(m_webView, propertyBag.get(), (OLE_HANDLE)(ULONG64)menu->platformDescription(), (OLE_HANDLE*)&newMenu)))
121 COMPtr<WebElementPropertyBag> propertyBag; local
122 propertyBag.adoptRef(WebElementPropertyBag::createInstance(parentMenu->hitTestResult()));
124 uiDelegate->contextMenuItemSelected(m_webView, item->releasePlatformDescription(), propertyBag.get());
/external/webkit/WebKit/win/
H A DWebView.cpp2640 COMPtr<IPropertyBag> propertyBag;
2641 HRESULT hr = notification->userInfo(&propertyBag);
2644 if (!propertyBag)
2648 hr = propertyBag->QueryInterface(&dictionaryPropertyBag);

Completed in 181 milliseconds