Home
last modified time | relevance | path

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

/external/webkit/WebCore/page/
DEventHandler.cpp2146 bool isCommanded = event->getModifierState("Meta"); in handleKeyboardSelectionMovement() local
2149 …r::EXTEND : SelectionController::MOVE, SelectionController::BACKWARD, (isCommanded) ? DocumentBoun… in handleKeyboardSelectionMovement()
2153 …er::EXTEND : SelectionController::MOVE, SelectionController::FORWARD, (isCommanded) ? DocumentBoun… in handleKeyboardSelectionMovement()
2157 …oller::EXTEND : SelectionController::MOVE, SelectionController::LEFT, (isCommanded) ? LineBoundary… in handleKeyboardSelectionMovement()
2161 …ller::EXTEND : SelectionController::MOVE, SelectionController::RIGHT, (isCommanded) ? LineBoundary… in handleKeyboardSelectionMovement()