Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
DBreakingContextInlineHeaders.h197 …bool notJustWhitespace = current != ' ' && current != '\t' && current != softHyphen && (current !=… variable
198 return notJustWhitespace || isEmptyInline(it.object());