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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTextFormControlElement.cpp 180 setSelectionRange(start, max(start, selectionEnd()), selectionDirection());
185 setSelectionRange(min(end, selectionStart()), end, selectionDirection());
409 const AtomicString& HTMLTextFormControlElement::selectionDirection() const
  /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 487 milliseconds