Home
last modified time | relevance | path

Searched defs:hasCaret (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DCaret.h91 bool hasCaret() const { return m_position.isNotNull(); } in hasCaret() function
/external/chromium_org/third_party/WebKit/Source/core/paint/
DBlockPainter.cpp254 bool BlockPainter::hasCaret() const in hasCaret() function in blink::BlockPainter