Home | History | Annotate | Download | only in 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
16 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE COMPUTER, INC. OR
21 * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
22 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
43 HRESULT init([in] IWebScrollBarDelegatePrivate* delegate, [in] OLE_HANDLE containingWindow, [in] WebScrollBarOrientation orientation, [in] WebScrollBarControlSize controlSize);
45 HRESULT setEnabled([in] BOOL enabled);
47 HRESULT setSteps([in] int lineStep, [in] int pageStep);
49 HRESULT setProportion([in] int visibleSize, [in] int totalSize);
51 HRESULT setRect([in] RECT bounds);
53 HRESULT setValue([in] int value);
57 HRESULT paint([in] HDC dc, [in] RECT damageRect);
69 HRESULT handleMouseEvent([in] OLE_HANDLE hwnd, [in] UINT msg, [in] WPARAM wParam, [in] LPARAM lParam);
71 HRESULT scroll([in] WebScrollDirection direction, [in] WebScrollGranularity granularity, [in] float multiplier);