Searched defs:selectionType (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
H A DEditorClientImpl.cpp48 void EditorClientImpl::respondToChangedSelection(LocalFrame* frame, SelectionType selectionType) argument
52 webFrame->client()->didChangeSelection(selectionType != RangeSelection);
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DVisibleSelection.h61 SelectionType selectionType() const { return m_selectionType; } function in class:blink::VisibleSelection
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; }
H A DFrameSelection.h118 SelectionType selectionType() const { return m_selection.selectionType(); } function in class:blink::FINAL

Completed in 124 milliseconds