OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DirectionBackward
(Results
1 - 11
of
11
) sorted by null
/external/webkit/Source/WebCore/editing/
VisibleSelection.h
37
enum SelectionDirection { DirectionForward,
DirectionBackward
, DirectionRight, DirectionLeft };
EditorCommand.cpp
330
frame->editor()->deleteWithDirection(
DirectionBackward
, CharacterGranularity, false, true);
337
frame->editor()->deleteWithDirection(
DirectionBackward
, CharacterGranularity, false, true);
349
frame->editor()->deleteWithDirection(
DirectionBackward
, LineBoundary, true, false);
355
frame->editor()->deleteWithDirection(
DirectionBackward
, ParagraphBoundary, true, false);
392
frame->editor()->deleteWithDirection(
DirectionBackward
, WordGranularity, true, false);
609
frame->selection()->modify(SelectionController::AlterationMove,
DirectionBackward
, CharacterGranularity, true);
615
frame->selection()->modify(SelectionController::AlterationExtend,
DirectionBackward
, CharacterGranularity, true);
698
frame->selection()->modify(SelectionController::AlterationMove,
DirectionBackward
, DocumentBoundary, true);
704
frame->selection()->modify(SelectionController::AlterationExtend,
DirectionBackward
, DocumentBoundary, true);
710
frame->selection()->modify(SelectionController::AlterationMove,
DirectionBackward
, LineBoundary, true)
[
all
...]
TypingCommand.cpp
490
selection.modify(SelectionController::AlterationExtend,
DirectionBackward
, granularity);
492
selection.modify(SelectionController::AlterationExtend,
DirectionBackward
, CharacterGranularity);
518
selection.modify(SelectionController::AlterationExtend,
DirectionBackward
, granularity);
SelectionController.cpp
380
case
DirectionBackward
:
792
case
DirectionBackward
:
[
all
...]
Editor.cpp
317
case
DirectionBackward
:
[
all
...]
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
EditorClientHaiku.cpp
260
frame->editor()->deleteWithDirection(
DirectionBackward
,
283
DirectionBackward
,
/external/webkit/Source/WebCore/page/
DOMSelection.cpp
308
direction =
DirectionBackward
;
445
selection->modify(SelectionController::AlterationExtend,
DirectionBackward
, CharacterGranularity);
EventHandler.cpp
[
all
...]
/external/webkit/Source/WebKit/efl/WebCoreSupport/
EditorClientEfl.cpp
362
DirectionBackward
,
/external/webkit/Source/WebKit/wince/WebCoreSupport/
EditorClientWinCE.cpp
372
DirectionBackward
,
/external/webkit/Source/WebKit/mac/WebView/
WebTextCompletionController.mm
178
direction:
DirectionBackward
granularity:WordGranularity];
Completed in 585 milliseconds