OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WordGranularity
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
TextGranularity.h
35
WordGranularity
,
FrameSelection.cpp
620
case
WordGranularity
:
653
case
WordGranularity
:
699
case
WordGranularity
: {
731
case
WordGranularity
:
784
case
WordGranularity
:
[
all
...]
EditorCommand.cpp
325
TypingCommand::deleteKeyPressed(*frame.document(), frame.selection().granularity() ==
WordGranularity
? TypingCommand::SmartDelete : 0);
395
frame.editor().deleteWithDirection(DirectionBackward,
WordGranularity
, true, false);
401
frame.editor().deleteWithDirection(DirectionForward,
WordGranularity
, true, false);
[
all
...]
VisibleSelection.cpp
293
case
WordGranularity
: {
SpellChecker.cpp
317
wordSelection.expandUsingGranularity(
WordGranularity
);
[
all
...]
Editor.cpp
283
return smartInsertDeleteEnabled() && m_frame.selection().granularity() ==
WordGranularity
;
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/page/
DOMSelection.cpp
320
granularity =
WordGranularity
;
DragController.cpp
506
bool smartInsert = smartDelete && innerFrame->selection().granularity() ==
WordGranularity
&& dragData->canSmartReplace();
[
all
...]
EventHandler.cpp
468
newSelection.expandUsingGranularity(
WordGranularity
);
474
updateSelectionForMouseDownDispatchingSelectStart(innerNode, expandSelectionToRespectUserSelectAll(innerNode, newSelection),
WordGranularity
);
499
updateSelectionForMouseDownDispatchingSelectStart(innerNode, expandSelectionToRespectUserSelectAll(innerNode, newSelection),
WordGranularity
);
533
updateSelectionForMouseDownDispatchingSelectStart(innerNode, expandSelectionToRespectUserSelectAll(innerNode, newSelection),
WordGranularity
);
[
all
...]
/external/chromium_org/third_party/WebKit/Source/web/
WebFrameImpl.cpp
[
all
...]
Completed in 326 milliseconds