WhitespaceUnknown  227 Source/core/html/parser/HTMLConstructionSite.cpp     if (whitespaceMode == AllWhitespace || (whitespaceMode == WhitespaceUnknown && isAllWhitespace(string)))
WhitespaceUnknown  138 Source/core/html/parser/HTMLConstructionSite.h     void insertTextNode(const String&, WhitespaceMode = WhitespaceUnknown);
WhitespaceUnknown  243 Source/core/html/parser/HTMLConstructionSite.h             : whitespaceMode(WhitespaceUnknown)
WhitespaceUnknown  276 Source/core/html/parser/HTMLConstructionSite.h             ASSERT(!stringBuilder.isEmpty() || (whitespaceMode == WhitespaceUnknown));