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

/external/webkit/WebCore/editing/
H A DSelectionController.h42 class SelectionController : public Noncopyable { class in namespace:WebCore
47 SelectionController(Frame* = 0, bool isDragCaretController = false);
164 void caretBlinkTimerFired(Timer<SelectionController>*);
172 Timer<SelectionController> m_caretBlinkTimer;
189 inline void SelectionController::notifyAccessibilityForSelectionChange()
198 void showTree(const WebCore::SelectionController&);
199 void showTree(const WebCore::SelectionController*);
H A DSelectionController.cpp27 #include "SelectionController.h"
65 SelectionController::SelectionController(Frame* frame, bool isDragCaretController) function in class:WebCore::SelectionController
68 , m_caretBlinkTimer(this, &SelectionController::caretBlinkTimerFired)
80 void SelectionController::moveTo(const VisiblePosition &pos, bool userTriggered)
85 void SelectionController::moveTo(const VisiblePosition &base, const VisiblePosition &extent, bool userTriggered)
90 void SelectionController::moveTo(const Position &pos, EAffinity affinity, bool userTriggered)
95 void SelectionController::moveTo(const Range *r, EAffinity affinity, bool userTriggered)
101 void SelectionController::moveTo(const Position &base, const Position &extent, EAffinity affinity, bool userTriggered)
106 void SelectionController
[all...]

Completed in 45 milliseconds