HomeSort by relevance Sort by last modified time
    Searched refs:titleBSTR (Results 1 - 3 of 3) 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);
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebFrameLoaderClient.cpp 682 BString titleBSTR(title.string());
684 historyDelegate->updateHistoryTitle(webView, titleBSTR, urlBSTR);
    [all...]

Completed in 102 milliseconds