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"
50 void EditorClientImpl::respondToChangedSelection(LocalFrame* frame, WebCore::SelectionType selectionType)
54 webFrame->client()->didChangeSelection(selectionType != WebCore::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; }
170 SelectionType m_selectionType; // None, Caret, Range
FrameSelection.h 118 SelectionType selectionType() const { return m_selection.selectionType(); }
TypingCommand.cpp 415 switch (endingSelection().selectionType()) {
519 switch (endingSelection().selectionType()) {
Editor.cpp 526 client().respondToChangedSelection(&m_frame, m_frame.selection().selectionType());
599 switch (m_frame.selection().selectionType()) {
    [all...]
VisibleSelection.cpp 487 if (selectionType() == RangeSelection) {
FrameSelection.cpp     [all...]

Completed in 200 milliseconds