Home
last modified time | relevance | path

Searched refs:idBSTR (Results 1 – 1 of 1) sorted by relevance

/external/webkit/WebKitTools/DumpRenderTree/win/
DLayoutTestControllerWin.cpp647 BSTR idBSTR = SysAllocStringLen((OLECHAR*)idWstring.c_str(), idWstring.length()); in elementDoesAutoCompleteForElementWithId() local
649 HRESULT result = document->getElementById(idBSTR, &element); in elementDoesAutoCompleteForElementWithId()
650 SysFreeString(idBSTR); in elementDoesAutoCompleteForElementWithId()
726 BSTR idBSTR = JSStringCopyBSTR(elementId); in pauseAnimationAtTimeOnElementWithId() local
728 HRESULT hr = document->getElementById(idBSTR, &element); in pauseAnimationAtTimeOnElementWithId()
729 SysFreeString(idBSTR); in pauseAnimationAtTimeOnElementWithId()
751 BSTR idBSTR = JSStringCopyBSTR(elementId); in pauseTransitionAtTimeOnElementWithId() local
753 HRESULT hr = document->getElementById(idBSTR, &element); in pauseTransitionAtTimeOnElementWithId()
754 SysFreeString(idBSTR); in pauseTransitionAtTimeOnElementWithId()