Home | History | Annotate | Download | only in win

Lines Matching full:frameelement

481 HRESULT STDMETHODCALLTYPE WebFrame::frameElement( 
482 /* [retval][out] */ IDOMHTMLElement** frameElement)
484 if (!frameElement)
487 *frameElement = 0;
496 return htmlElement.copyRefTo(frameElement);