Home | History | Annotate | Download | only in include

Lines Matching refs:get_scrollSegmentX

10986     virtual HRESULT WINAPI get_scrollSegmentX(__LONG32 *p) = 0;
11018 HRESULT (WINAPI *get_scrollSegmentX)(IHTMLElementDefaults *This,__LONG32 *p);
11052 #define IHTMLElementDefaults_get_scrollSegmentX(This,p) (This)->lpVtbl->get_scrollSegmentX(This,p)