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

Lines Matching refs:in

4  * Redistribution and use in source and binary forms, with or without
9 * 2. Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the
39 WebFrameLoadTypeIndexedBackForward, // a multi-item hop in the backforward list
65 HRESULT setInPrintingMode([in] BOOL value, [in] HDC printDC);
66 HRESULT getPrintedPageCount([in] HDC printDC, [out, retval] UINT* pageCount);
67 [local] HRESULT spoolPages([in] HDC printDC, [in] UINT startPage, [in] UINT endPage, [out, retval] void* ctx);
77 HRESULT isDescendantOfFrame([in] IWebFrame* ancestor, [out, retval] BOOL* result);
83 HRESULT paintDocumentRectToContext([in] RECT rect, [in] HDC deviceContext);
85 HRESULT elementDoesAutoComplete([in] IDOMElement* element, [out, retval] BOOL* result);
87 HRESULT pauseAnimation([in] BSTR animationName, [in] IDOMNode* node, [in] double secondsFromNow, [out, retval] BOOL* animationWasRunning);
88 HRESULT pauseTransition([in] BSTR propertyName, [in] IDOMNode* node, [in] double secondsFromNow, [out, retval] BOOL* transitionWasRunning);
93 HRESULT allowsFollowingLink([in] BSTR url, [out, retval] BOOL* result);
95 [local] HRESULT stringByEvaluatingJavaScriptInScriptWorld([in] IWebScriptWorld*, [in] JSObjectRef globalObject, [in] BSTR script, [out, retval] BSTR* result);
97 [local] JSGlobalContextRef globalContextForScriptWorld([in] IWebScriptWorld*);
103 HRESULT pageNumberForElementById([in] BSTR id, [in] float pageWidthInPixels, [in] float pageHeightInPixels, [out, retval] int* pageNumber);
105 HRESULT numberOfPages([in] float pageWidthInPixels, [in] float pageHeightInPixels, [out, retval] int* pageNumber);
109 HRESULT paintScrollViewRectToContextAtPoint([in] RECT rect, [in] POINT pt, [in] HDC deviceContext);
111 HRESULT renderTreeAsExternalRepresentation([in] BOOL forPrinting, [out, retval] BSTR* result);
116 HRESULT loadPlainTextString([in] BSTR string, [in] BSTR url);
120 HRESULT setTextDirection([in] BSTR direction);