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

/external/kernel-headers/original/linux/
H A Dsem.h115 int alter; /* does the operation alter the array? */ member in struct:sem_queue
/external/webkit/Source/WebCore/editing/
H A DSelectionController.cpp245 // FIXME: When endpoints are removed, we should just alter the selection, instead of blowing it away.
345 void SelectionController::willBeModified(EAlteration alter, SelectionDirection direction) argument
347 if (alter != AlterationExtend)
755 bool SelectionController::modify(EAlteration alter, SelectionDirection direction, TextGranularity granularity, bool userTriggered) argument
761 trialSelectionController.modify(alter, direction, granularity, false);
768 willBeModified(alter, direction);
775 if (alter == AlterationMove)
781 if (alter == AlterationExtend)
787 if (alter == AlterationMove)
793 if (alter
856 modify(EAlteration alter, int verticalDistance, bool userTriggered, CursorAlignOnScroll align) argument
[all...]

Completed in 102 milliseconds