Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DHTMLConstructionSite.h255 : whitespaceMode(WhitespaceUnknown) in PendingText()
266 whitespaceMode = std::min(whitespaceMode, newWhitespaceMode); in append()
271 std::swap(whitespaceMode, other.whitespaceMode); in swap()
288 ASSERT(!stringBuilder.isEmpty() || (whitespaceMode == WhitespaceUnknown)); in isEmpty()
297 WhitespaceMode whitespaceMode; variable
DHTMLConstructionSite.cpp223 static String atomizeIfAllWhitespace(const String& string, WhitespaceMode whitespaceMode) in atomizeIfAllWhitespace() argument
227 …if (whitespaceMode == AllWhitespace || (whitespaceMode == WhitespaceUnknown && isAllWhitespace(str… in atomizeIfAllWhitespace()
253 substring = atomizeIfAllWhitespace(substring, pendingText.whitespaceMode); in flushPendingText()
674 void HTMLConstructionSite::insertTextNode(const String& string, WhitespaceMode whitespaceMode) in insertTextNode() argument
691 m_pendingText.append(dummyTask.parent, dummyTask.nextChild, string, whitespaceMode); in insertTextNode()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/source_frame/
DCodeMirrorTextEditor.js583 var whitespaceMode = { variable
586 … return CodeMirror.overlayMode(CodeMirror.getMode(config, mimeType), whitespaceMode, false);