• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/WebKit-7600.1.25/win/Interfaces/

Lines Matching refs:retval

73     HRESULT inViewSourceMode([out, retval] BOOL* flag);
75 HRESULT viewWindow([out, retval] HWND* window);
82 HRESULT formDelegate([out, retval] IWebFormDelegate** formDelegate);
85 HRESULT frameLoadDelegatePrivate([out, retval] IWebFrameLoadDelegatePrivate** frameLoadDelegatePrivate);
87 HRESULT scrollOffset([out, retval] LPPOINT offset);
89 HRESULT visibleContentRect([out, retval] LPRECT rect);
99 HRESULT generateSelectionImage(BOOL forceWhiteText, [out, retval] HBITMAP* hBitmap);
101 HRESULT canHandleRequest([in] IWebURLRequest* request, [out, retval] BOOL* result);
106 HRESULT tabKeyCyclesThroughElements([out, retval] BOOL* result);
118 HRESULT inspector([out, retval] IWebInspector**);
133 HRESULT shouldClose([out, retval] BOOL* result);
143 HRESULT defersCallbacks([out, retval] BOOL* defersCallbacks);
145 HRESULT standardUserAgentWithApplicationName([in] BSTR applicationName, [retval][out] BSTR* groupName);
150 HRESULT backingStore([out, retval] HBITMAP* hBitmap);
153 HRESULT transparent([out, retval] BOOL* transparent);
156 HRESULT alwaysUsesComplexTextCodePath([out, retval] BOOL* complex);
159 HRESULT cookieEnabled([out, retval] BOOL* enabled);
162 HRESULT mediaVolume([out, retval] float* volume);
167 HRESULT globalHistoryItem([out, retval] IWebHistoryItem**);
184 HRESULT MIMETypeForExtension([in] BSTR extension, [out, retval] BSTR* mimeType);
218 HRESULT historyDelegate([out,retval] IWebHistoryDelegate** historyDelegate);
226 HRESULT geolocationProvider([out, retval] IWebGeolocationProvider** locationProvider);
240 [local] HRESULT elementFromJS([in] JSContextRef context, [in] JSValueRef nodeObject, [out, retval] IDOMElement** element);
249 HRESULT defaultMinimumTimerInterval([out, retval] double* interval);
265 HRESULT httpPipeliningEnabled([out, retval] BOOL* enabled);
276 HRESULT usesLayeredWindow([out, retval] BOOL* usesLayeredWindow);
284 HRESULT hasCompositionForTesting([out, retval] BOOL* result);
290 HRESULT firstRectForCharacterRangeForTesting([in] UINT location, [in] UINT length, [out, retval] RECT* resultRect);