Home | History | Annotate | Download | only in Interfaces

Lines Matching full:hresult

58     HRESULT unused1([out, retval] BSTR*);
59 HRESULT scrollOffset([out, retval] SIZE* offset);
62 HRESULT layout();
63 HRESULT firstLayoutDone([out, retval] BOOL* result);
64 HRESULT loadType([out, retval] WebFrameLoadType* type);
66 HRESULT setInPrintingMode([in] BOOL value, [in] HDC printDC);
67 HRESULT getPrintedPageCount([in] HDC printDC, [out, retval] UINT* pageCount);
68 [local] HRESULT spoolPages([in] HDC printDC, [in] UINT startPage, [in] UINT endPage, [out, retval] void* ctx);
70 HRESULT isFrameSet([out, retval] BOOL* result);
71 HRESULT string([out, retval] BSTR* result);
73 HRESULT size([out, retval] SIZE* size);
74 HRESULT hasScrollBars([out, retval] BOOL* result);
75 HRESULT contentBounds([out, retval] RECT* result);
76 HRESULT frameBounds([out, retval] RECT* result);
78 HRESULT isDescendantOfFrame([in] IWebFrame* ancestor, [out, retval] BOOL* result);
80 HRESULT pendingFrameUnloadEventCount([out, retval] UINT* result);
82 HRESULT unused2();
84 HRESULT paintDocumentRectToContext([in] RECT rect, [in] OLE_HANDLE deviceContext);
86 HRESULT elementDoesAutoComplete([in] IDOMElement* element, [out, retval] BOOL* result);
88 HRESULT pauseAnimation([in] BSTR animationName, [in] IDOMNode* node, [in] double secondsFromNow, [out, retval] BOOL* animationWasRunning);
89 HRESULT pauseTransition([in] BSTR propertyName, [in] IDOMNode* node, [in] double secondsFromNow, [out, retval] BOOL* transitionWasRunning);
90 HRESULT numberOfActiveAnimations([out, retval] UINT* number);
92 HRESULT isDisplayingStandaloneImage([out, retval] BOOL* result);
94 HRESULT allowsFollowingLink([in] BSTR url, [out, retval] BOOL* result);
96 [local] HRESULT stringByEvaluatingJavaScriptInScriptWorld([in] IWebScriptWorld*, [in] JSObjectRef globalObject, [in] BSTR script, [out, retval] BSTR* result);
100 HRESULT counterValueForElementById([in] BSTR id, [out, retval] BSTR* result);
102 HRESULT pauseSVGAnimation([in] BSTR elementId, [in] IDOMNode* node, [in] double secondsFromNow, [out, retval] BOOL* animationWasRunning);
104 HRESULT visibleContentRect([out, retval] RECT*);
106 HRESULT pageNumberForElementById([in] BSTR id, [in] float pageWidthInPixels, [in] float pageHeightInPixels, [out, retval] int* pageNumber);
108 HRESULT numberOfPages([in] float pageWidthInPixels, [in] float pageHeightInPixels, [out, retval] int* pageNumber);
110 HRESULT layerTreeAsText([out, retval] BSTR* result);
112 HRESULT paintScrollViewRectToContextAtPoint([in] RECT rect, [in] POINT pt, [in] OLE_HANDLE deviceContext);
114 HRESULT renderTreeAsExternalRepresentation([in] BOOL forPrinting, [out, retval] BSTR* result);
116 HRESULT suspendAnimations();
117 HRESULT resumeAnimations();
119 HRESULT loadPlainTextString([in] BSTR string, [in] BSTR url);
121 HRESULT hasSpellingMarker([in] UINT from, [in] UINT length, [out, retval] BOOL* result);
123 HRESULT clearOpener();