Searched defs:SelectionController (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/editing/
H A DSelectionController.h51 class SelectionController { class in namespace:WebCore
52 WTF_MAKE_NONCOPYABLE(SelectionController); WTF_MAKE_FAST_ALLOCATED;
65 SelectionController(Frame* = 0, bool isDragCaretController = false);
218 void caretBlinkTimerFired(Timer<SelectionController>*);
231 Timer<SelectionController> m_caretBlinkTimer;
247 inline EditingStyle* SelectionController::typingStyle() const
252 inline void SelectionController::clearTypingStyle()
257 inline void SelectionController::setTypingStyle(PassRefPtr<EditingStyle> style)
263 inline void SelectionController::notifyAccessibilityForSelectionChange()
272 void showTree(const WebCore::SelectionController
[all...]
H A DSelectionController.cpp27 #include "SelectionController.h"
76 SelectionController::SelectionController(Frame* frame, bool isDragCaretController) function in class:WebCore::SelectionController
80 , m_caretBlinkTimer(this, &SelectionController::caretBlinkTimerFired)
92 void SelectionController::moveTo(const VisiblePosition &pos, bool userTriggered, CursorAlignOnScroll align)
100 void SelectionController::moveTo(const VisiblePosition &base, const VisiblePosition &extent, bool userTriggered)
108 void SelectionController::moveTo(const Position &pos, EAffinity affinity, bool userTriggered)
116 void SelectionController::moveTo(const Range *r, EAffinity affinity, bool userTriggered)
125 void SelectionController::moveTo(const Position &base, const Position &extent, EAffinity affinity, bool userTriggered)
133 void SelectionController
[all...]

Completed in 270 milliseconds