Home
last modified time | relevance | path

Searched refs:NoXPosForVerticalArrowNavigation (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/editing/
DSelectionController.cpp74 const int NoXPosForVerticalArrowNavigation = INT_MIN; variable
78 , m_xPosForVerticalArrowNavigation(NoXPosForVerticalArrowNavigation) in SelectionController()
191 m_xPosForVerticalArrowNavigation = NoXPosForVerticalArrowNavigation; in setSelection()
966 if (m_xPosForVerticalArrowNavigation == NoXPosForVerticalArrowNavigation) { in xPosForVerticalArrowNavigation()
/external/webkit/Source/WebCore/
DChangeLog-2006-12-3114101 NoXPosForVerticalArrowNavigation, now moved inside SelectionController.
14139 Moved NoXPosForVerticalArrowNavigation into this file.
DChangeLog-2005-08-2346618 (KHTMLPart::): Add NoXPosForVerticalArrowNavigation constant.