Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DTextCheckingHelper.h56 bool isTextEmpty() const { return text().isEmpty(); } in isTextEmpty() function
DTextCheckingHelper.cpp178 return isRangeEmpty() || isTextEmpty(); in isEmpty()