Lines Matching full:hresult
183 HRESULT hr = element->QueryInterface(IID_IDOMElementPrivate, (void**) &elePriv);
199 HRESULT hr = element->QueryInterface(IID_IDOMElementPrivate, (void**) &elePriv);
216 HRESULT hr = element->QueryInterface(IID_IDOMElementPrivate, (void**) &elePriv);
277 HRESULT STDMETHODCALLTYPE WebFrame::setAllowsScrolling(
287 HRESULT STDMETHODCALLTYPE WebFrame::allowsScrolling(
298 HRESULT STDMETHODCALLTYPE WebFrame::setIsDisconnected(
309 HRESULT STDMETHODCALLTYPE WebFrame::setExcludeFromTextSearch(
320 HRESULT WebFrame::reloadFromOrigin()
330 HRESULT STDMETHODCALLTYPE WebFrame::paintDocumentRectToContext(
362 HRESULT STDMETHODCALLTYPE WebFrame::paintScrollViewRectToContextAtPoint(
392 HRESULT STDMETHODCALLTYPE WebFrame::QueryInterface(REFIID riid, void** ppvObject)
428 HRESULT STDMETHODCALLTYPE WebFrame::name(
446 HRESULT STDMETHODCALLTYPE WebFrame::webView(
457 HRESULT STDMETHODCALLTYPE WebFrame::frameView(
464 HRESULT STDMETHODCALLTYPE WebFrame::DOMDocument(
481 HRESULT STDMETHODCALLTYPE WebFrame::frameElement(
499 HRESULT STDMETHODCALLTYPE WebFrame::currentForm(
539 HRESULT STDMETHODCALLTYPE WebFrame::loadRequest(
544 HRESULT hr = request->QueryInterface(&requestImpl);
580 HRESULT STDMETHODCALLTYPE WebFrame::loadData(
604 HRESULT WebFrame::loadPlainTextString(
622 HRESULT STDMETHODCALLTYPE WebFrame::loadHTMLString(
630 HRESULT STDMETHODCALLTYPE WebFrame::loadAlternateHTMLString(
639 HRESULT STDMETHODCALLTYPE WebFrame::loadArchive(
651 HRESULT STDMETHODCALLTYPE WebFrame::dataSource(
675 HRESULT STDMETHODCALLTYPE WebFrame::provisionalDataSource(
708 HRESULT STDMETHODCALLTYPE WebFrame::stopLoading( void)
715 HRESULT STDMETHODCALLTYPE WebFrame::reload( void)
725 HRESULT STDMETHODCALLTYPE WebFrame::findFrameNamed(
751 HRESULT STDMETHODCALLTYPE WebFrame::parentFrame(
754 HRESULT hr = S_OK;
768 virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID riid, void** ppvObject)
793 virtual HRESULT STDMETHODCALLTYPE Next(ULONG celt, VARIANT *rgVar, ULONG *pCeltFetched)
807 HRESULT hr = webFrame->QueryInterface(IID_IUnknown, (void**)&unknown);
820 virtual HRESULT STDMETHODCALLTYPE Skip(ULONG celt)
829 virtual HRESULT STDMETHODCALLTYPE Reset(void)
837 virtual HRESULT STDMETHODCALLTYPE Clone(IEnumVARIANT**)
848 HRESULT STDMETHODCALLTYPE WebFrame::childFrames(
860 HRESULT WebFrame::renderTreeAsExternalRepresentation(BOOL forPrinting, BSTR *result)
873 HRESULT STDMETHODCALLTYPE WebFrame::counterValueForElementById(
892 HRESULT STDMETHODCALLTYPE WebFrame::pageNumberForElementById(
914 HRESULT STDMETHODCALLTYPE WebFrame::numberOfPages(
930 HRESULT STDMETHODCALLTYPE WebFrame::scrollOffset(
950 HRESULT STDMETHODCALLTYPE WebFrame::layout()
964 HRESULT STDMETHODCALLTYPE WebFrame::firstLayoutDone(
982 HRESULT STDMETHODCALLTYPE WebFrame::loadType(
1000 HRESULT STDMETHODCALLTYPE WebFrame::pendingFrameUnloadEventCount(
1018 HRESULT STDMETHODCALLTYPE WebFrame::unused2()
1023 HRESULT STDMETHODCALLTYPE WebFrame::hasSpellingMarker(
1035 HRESULT STDMETHODCALLTYPE WebFrame::clearOpener()
1037 HRESULT hr = S_OK;
1046 HRESULT STDMETHODCALLTYPE WebFrame::supportsTextEncoding(
1053 HRESULT STDMETHODCALLTYPE WebFrame::selectedString(
1068 HRESULT STDMETHODCALLTYPE WebFrame::selectAll()
1080 HRESULT STDMETHODCALLTYPE WebFrame::deselectAll()
1115 HRESULT WebFrame::inViewSourceMode(BOOL* flag)
1132 HRESULT WebFrame::setInViewSourceMode(BOOL flag)
1142 HRESULT WebFrame::elementWithName(BSTR name, IDOMElement* form, IDOMElement** element)
1165 HRESULT WebFrame::formForElement(IDOMElement* element, IDOMElement** form)
1182 HRESULT WebFrame::elementDoesAutoComplete(IDOMElement *element, BOOL *result)
1197 HRESULT WebFrame::pauseAnimation(BSTR animationName, IDOMNode* node, double secondsFromNow, BOOL* animationWasRunning)
1220 HRESULT WebFrame::pauseTransition(BSTR propertyName, IDOMNode* node, double secondsFromNow, BOOL* transitionWasRunning)
1243 HRESULT WebFrame::pauseSVGAnimation(BSTR elementId, IDOMNode* node, double secondsFromNow, BOOL* animationWasRunning)
1271 HRESULT WebFrame::visibleContentRect(RECT* rect)
1289 HRESULT WebFrame::numberOfActiveAnimations(UINT* number)
1308 HRESULT WebFrame::suspendAnimations()
1318 HRESULT WebFrame::resumeAnimations()
1328 HRESULT WebFrame::isDisplayingStandaloneImage(BOOL* result)
1344 HRESULT WebFrame::allowsFollowingLink(BSTR url, BOOL* result)
1359 HRESULT WebFrame::controlsInForm(IDOMElement* form, IDOMElement** controls, int* cControls)
1387 HRESULT WebFrame::elementIsPassword(IDOMElement *element, bool *result)
1394 HRESULT WebFrame::searchForLabelsBeforeElement(const BSTR* labels, unsigned cLabels, IDOMElement* beforeElement, unsigned* outResultDistance, BOOL* outResultIsInCellAbove, BSTR* result)
1438 HRESULT WebFrame::matchLabelsAgainstElement(const BSTR* labels, int cLabels, IDOMElement* againstElement, BSTR* result)
1471 HRESULT WebFrame::canProvideDocumentSource(bool* result)
1473 HRESULT hr = S_OK;
1494 HRESULT STDMETHODCALLTYPE WebFrame::layerTreeAsText(BSTR* result)
1984 HRESULT STDMETHODCALLTYPE WebFrame::setInPrintingMode(
2090 HRESULT STDMETHODCALLTYPE WebFrame::getPrintedPageCount(
2317 HRESULT STDMETHODCALLTYPE WebFrame::spoolPages(
2408 HRESULT STDMETHODCALLTYPE WebFrame::isFrameSet(
2421 HRESULT STDMETHODCALLTYPE WebFrame::string(
2436 HRESULT STDMETHODCALLTYPE WebFrame::size(
2454 HRESULT STDMETHODCALLTYPE WebFrame::hasScrollBars(
2475 HRESULT STDMETHODCALLTYPE WebFrame::contentBounds(
2495 HRESULT STDMETHODCALLTYPE WebFrame::frameBounds(
2516 HRESULT STDMETHODCALLTYPE WebFrame::isDescendantOfFrame(
2533 HRESULT WebFrame::stringByEvaluatingJavaScriptInScriptWorld(IWebScriptWorld* iWorld, JSObjectRef globalObjectRef, BSTR script, BSTR* evaluationResult)