HomeSort by relevance Sort by last modified time
    Searched refs:selectionDirection (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTextAreaElement.idl 53 attribute DOMString selectionDirection;
HTMLTextFormControlElement.h 64 const AtomicString& selectionDirection() const;
HTMLInputElement.idl 82 [RaisesException, ImplementedAs=selectionDirectionForBinding] attribute DOMString selectionDirection;
HTMLTextFormControlElement.cpp 166 setSelectionRange(start, std::max(start, selectionEnd()), selectionDirection());
171 setSelectionRange(std::min(end, selectionStart()), end, selectionDirection());
397 const AtomicString& HTMLTextFormControlElement::selectionDirection() const
HTMLInputElement.cpp 535 return HTMLTextFormControlElement::selectionDirection();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
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...]

Completed in 152 milliseconds