Home
last modified time | relevance | path

Searched refs:hasCaret (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DCaret.h86 bool hasCaret() const { return m_position.isNotNull(); } in hasCaret() function
DCaret.cpp93 if (!hasCaret() || !node.inActiveDocument()) in nodeWillBeRemoved()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlock.h535 bool hasCaret() const { return hasCaret(CursorCaret) || hasCaret(DragCaret); } in hasCaret() function
536 bool hasCaret(CaretType) const;
DRenderBlock.cpp1948 …!hasControlClip() && !(shouldPaintSelectionGaps() && phase == PaintPhaseForeground) && !hasCaret()) in paint()
2176 bool RenderBlock::hasCaret(CaretType type) const in hasCaret() function in WebCore::RenderBlock
2194 if (!hasCaret(type)) in paintCaret()
/external/chromium_org/third_party/WebKit/Source/core/page/
DDragController.cpp441 ASSERT(m_page->dragCaretController().hasCaret()); in dispatchTextInputEventFor()
467 …if (m_page->dragCaretController().hasCaret() && !dispatchTextInputEventFor(innerFrame.get(), dragD… in concludeEditDrag()