isAllWhitespace 227 Source/core/html/parser/HTMLConstructionSite.cpp if (whitespaceMode == AllWhitespace || (whitespaceMode == WhitespaceUnknown && isAllWhitespace(string))) isAllWhitespace 2530 Source/core/html/parser/HTMLTreeBuilder.cpp if (!isAllWhitespace(characters)) {