HomeSort by relevance Sort by last modified time
    Searched refs:WhitespaceMode (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLConstructionSite.h 77 enum WhitespaceMode {
112 void insertTextNode(const String&, WhitespaceMode = WhitespaceUnknown);
HTMLConstructionSite.cpp 543 void HTMLConstructionSite::insertTextNode(const String& characters, WhitespaceMode whitespaceMode)
556 bool shouldUseAtomicString = whitespaceMode == AllWhitespace
557 || (whitespaceMode == WhitespaceUnknown && isAllWhitespace(characters));
    [all...]

Completed in 114 milliseconds