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

/external/webkit/Tools/DumpRenderTree/win/
H A DHistoryDelegate.cpp94 BSTR titleBSTR; local
95 if (FAILED(navigationData->title(&titleBSTR)))
98 if (titleBSTR)
99 title = wstringFromBSTR(titleBSTR);
100 SysFreeString(titleBSTR);
186 HRESULT HistoryDelegate::updateHistoryTitle(IWebView* webView, BSTR titleBSTR, BSTR urlBSTR) argument
196 if (titleBSTR)
197 title = wstringFromBSTR(titleBSTR);
H A DAccessibilityUIElementWin.cpp239 BSTR titleBSTR; local
240 if (FAILED(m_element->get_accName(self(), &titleBSTR)) || !titleBSTR)
242 wstring title(titleBSTR, SysStringLen(titleBSTR));
243 ::SysFreeString(titleBSTR);

Completed in 396 milliseconds