Searched defs:isShifted (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/i18n/
H A Ducoleitr.cpp208 UBool isShifted; member in struct:UCollationPCE
233 isShifted = FALSE;
275 || (elems->pce->isShifted && primary == 0)) {
286 elems->pce->isShifted = TRUE;
292 elems->pce->isShifted = FALSE;
/external/webkit/Source/WebCore/page/
H A DEventHandler.cpp2572 bool isShifted = event->getModifierState("Shift"); local
2577 m_frame->selection()->modify((isShifted) ? SelectionController::AlterationExtend : SelectionController::AlterationMove, DirectionBackward, (isCommanded) ? DocumentBoundary : LineGranularity, true);
2580 m_frame->selection()->modify((isShifted) ? SelectionController::AlterationExtend : SelectionController::AlterationMove, DirectionForward, (isCommanded) ? DocumentBoundary : LineGranularity, true);
2583 m_frame->selection()->modify((isShifted) ? SelectionController::AlterationExtend : SelectionController::AlterationMove, DirectionLeft, (isCommanded) ? LineBoundary : (isOptioned) ? WordGranularity : CharacterGranularity, true);
2586 m_frame->selection()->modify((isShifted) ? SelectionController::AlterationExtend : SelectionController::AlterationMove, DirectionRight, (isCommanded) ? LineBoundary : (isOptioned) ? WordGranularity : CharacterGranularity, true);

Completed in 214 milliseconds