HomeSort by relevance Sort by last modified time
    Searched full:selectiondirection (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTextAreaElement.idl 53 attribute DOMString selectionDirection;
HTMLInputElement.idl 79 [RaisesException, ImplementedAs=selectionDirectionForBinding] attribute DOMString selectionDirection;
HTMLTextFormControlElement.cpp 180 setSelectionRange(start, max(start, selectionEnd()), selectionDirection());
185 setSelectionRange(min(end, selectionStart()), end, selectionDirection());
409 const AtomicString& HTMLTextFormControlElement::selectionDirection() const
HTMLTextFormControlElement.h 64 const AtomicString& selectionDirection() const;
HTMLInputElement.cpp 574 return HTMLTextFormControlElement::selectionDirection();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
FrameSelection.h 113 bool modify(EAlteration, SelectionDirection, TextGranularity, EUserTriggered = NotUserTriggered);
143 void willBeModified(EAlteration, SelectionDirection);
VisibleSelection.h 38 enum SelectionDirection { DirectionForward, DirectionBackward, DirectionRight, DirectionLeft };
Editor.h 138 bool deleteWithDirection(SelectionDirection, TextGranularity, bool killRing, bool isTypingAction);
EditorCommand.cpp 243 WritingDirection selectionDirection = EditingStyle::textDirectionForSelection(frame->selection()->selection(),
245 // FXIME: We should be returning MixedTriState when selectionDirection == direction && hasNestedOrMultipleEmbeddings
246 return (selectionDirection == direction && !hasNestedOrMultipleEmbeddings) ? TrueTriState : FalseTriState;
    [all...]
FrameSelection.cpp 468 void FrameSelection::willBeModified(EAlteration alter, SelectionDirection direction)
    [all...]
Editor.cpp 295 bool Editor::deleteWithDirection(SelectionDirection direction, TextGranularity granularity, bool killRing, bool isTypingAction)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
DOMSelection.cpp 299 SelectionDirection direction;

Completed in 7561 milliseconds