Home
last modified time | relevance | path

Searched refs:isDragCaretController (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/editing/
DSelectionController.h65 SelectionController(Frame* = 0, bool isDragCaretController = false);
DSelectionController.cpp76 SelectionController::SelectionController(Frame* frame, bool isDragCaretController) in SelectionController() argument
83 , m_isDragCaretController(isDragCaretController) in SelectionController()
86 , m_caretVisible(isDragCaretController) in SelectionController()