Searched refs:idBSTR (Results 1 – 1 of 1) sorted by relevance
647 BSTR idBSTR = SysAllocStringLen((OLECHAR*)idWstring.c_str(), idWstring.length()); in elementDoesAutoCompleteForElementWithId() local649 HRESULT result = document->getElementById(idBSTR, &element); in elementDoesAutoCompleteForElementWithId()650 SysFreeString(idBSTR); in elementDoesAutoCompleteForElementWithId()726 BSTR idBSTR = JSStringCopyBSTR(elementId); in pauseAnimationAtTimeOnElementWithId() local728 HRESULT hr = document->getElementById(idBSTR, &element); in pauseAnimationAtTimeOnElementWithId()729 SysFreeString(idBSTR); in pauseAnimationAtTimeOnElementWithId()751 BSTR idBSTR = JSStringCopyBSTR(elementId); in pauseTransitionAtTimeOnElementWithId() local753 HRESULT hr = document->getElementById(idBSTR, &element); in pauseTransitionAtTimeOnElementWithId()754 SysFreeString(idBSTR); in pauseTransitionAtTimeOnElementWithId()