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

  /external/chromium_org/third_party/WebKit/Source/web/
EditorClientImpl.cpp 30 #include "core/editing/SelectionType.h"
48 void EditorClientImpl::respondToChangedSelection(LocalFrame* frame, SelectionType selectionType)
52 webFrame->client()->didChangeSelection(selectionType != RangeSelection);
  /external/chromium_org/third_party/WebKit/Source/core/editing/
VisibleSelection.h 29 #include "core/editing/SelectionType.h"
61 SelectionType selectionType() const { return m_selectionType; }
81 bool isNone() const { return selectionType() == NoSelection; }
82 bool isCaret() const { return selectionType() == CaretSelection; }
83 bool isRange() const { return selectionType() == RangeSelection; }
84 bool isCaretOrRange() const { return selectionType() != NoSelection; }
174 SelectionType m_selectionType; // None, Caret, Range
FrameSelection.h 118 SelectionType selectionType() const { return m_selection.selectionType(); }
TypingCommand.cpp 420 switch (endingSelection().selectionType()) {
524 switch (endingSelection().selectionType()) {
Editor.cpp 545 client().respondToChangedSelection(m_frame, frame().selection().selectionType());
588 switch (frame().selection().selectionType()) {
    [all...]
VisibleSelection.cpp 501 if (selectionType() == RangeSelection) {
FrameSelection.cpp     [all...]

Completed in 54 milliseconds