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

  /external/webkit/WebKitTools/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 199 BSTR titleBSTR;
200 if (FAILED(m_element->get_accName(self(), &titleBSTR)) || !titleBSTR)
202 wstring title(titleBSTR, SysStringLen(titleBSTR));
203 ::SysFreeString(titleBSTR);
  /external/webkit/WebKit/win/WebCoreSupport/
WebFrameLoaderClient.cpp 666 BString titleBSTR(title);
668 historyDelegate->updateHistoryTitle(webView, titleBSTR, urlBSTR);
    [all...]

Completed in 60 milliseconds