Home | History | Annotate | Download | only in Interfaces

Lines Matching refs:out

22  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
58 HRESULT unused1([out, retval] BSTR*);
59 HRESULT scrollOffset([out, retval] SIZE* offset);
63 HRESULT firstLayoutDone([out, retval] BOOL* result);
64 HRESULT loadType([out, retval] WebFrameLoadType* type);
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);
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);
114 HRESULT renderTreeAsExternalRepresentation([in] BOOL forPrinting, [out, retval] BSTR* result);
121 HRESULT hasSpellingMarker([in] UINT from, [in] UINT length, [out, retval] BOOL* result);