Searched refs:scrollType (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/Accessible2/
H A DAccessible2.idl447 @param [in] scrollType
454 [in] enum IA2ScrollType scrollType
H A DAccessibleText.idl587 @param [in] scrollType
599 [in] enum IA2ScrollType scrollType
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DAccessibleTextImpl.h53 virtual HRESULT STDMETHODCALLTYPE scrollSubstringTo(long startIndex, long endIndex, enum IA2ScrollType scrollType);
H A DAccessibleTextImpl.cpp454 HRESULT AccessibleText::scrollSubstringTo(long startIndex, long endIndex, enum IA2ScrollType scrollType) argument
467 switch (scrollType) {
H A DAccessibleBase.cpp208 HRESULT AccessibleBase::scrollTo(IA2ScrollType scrollType) argument
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDSystem/IOKit/hidsystem/
H A DIOHIPointing.h140 void setScrollType(UInt32 scrollType);
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebKitSupport/
H A DInputHandler.cpp1361 void InputHandler::ensureFocusTextElementVisible(CaretScrollType scrollType) argument
1366 if (!(Platform::Settings::instance()->allowedScrollAdjustmentForInputFields() & scrollType))
1439 if (scrollType == EdgeIfNeeded
1456 if (scrollType != EdgeIfNeeded) {
1482 verticalScrollAlignment = (scrollType == CenterAlways) ? ScrollAlignment::alignCenterAlways : ScrollAlignment::alignCenterIfNeeded;
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDSystem/
H A DIOHIPointing.cpp106 #define _scrollType _reserved->scrollType
219 UInt32 scrollType; member in struct:IOHIPointing::ExpansionData
669 void IOHIPointing::setScrollType(UInt32 scrollType) argument
671 _scrollType = scrollType;

Completed in 221 milliseconds