Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/page/
DEventHandler.cpp1166 bool horizontalText = !style || style->isHorizontalWritingMode(); in selectCursor() local
1167 const Cursor& iBeam = horizontalText ? iBeamCursor() : verticalTextCursor(); in selectCursor()