WhitespaceMode    223 Source/core/html/parser/HTMLConstructionSite.cpp static String atomizeIfAllWhitespace(const String& string, WhitespaceMode whitespaceMode)
WhitespaceMode    664 Source/core/html/parser/HTMLConstructionSite.cpp void HTMLConstructionSite::insertTextNode(const String& string, WhitespaceMode whitespaceMode)
WhitespaceMode    138 Source/core/html/parser/HTMLConstructionSite.h     void insertTextNode(const String&, WhitespaceMode = WhitespaceUnknown);
WhitespaceMode    247 Source/core/html/parser/HTMLConstructionSite.h         void append(PassRefPtr<ContainerNode> newParent, PassRefPtr<Node> newNextChild, const String& newString, WhitespaceMode newWhitespaceMode)
WhitespaceMode    283 Source/core/html/parser/HTMLConstructionSite.h         WhitespaceMode whitespaceMode;