HomeSort by relevance Sort by last modified time
    Searched defs:titleBSTR (Results 1 - 2 of 2) sorted by null

  /external/webkit/Tools/DumpRenderTree/win/
HistoryDelegate.cpp 94 BSTR titleBSTR;
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)
196 if (titleBSTR)
197 title = wstringFromBSTR(titleBSTR);
AccessibilityUIElementWin.cpp 239 BSTR titleBSTR;
240 if (FAILED(m_element->get_accName(self(), &titleBSTR)) || !titleBSTR)
242 wstring title(titleBSTR, SysStringLen(titleBSTR));
243 ::SysFreeString(titleBSTR);

Completed in 162 milliseconds