Searched refs:addNewline (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/bindings/cpp/
H A DWebDOMHTMLDocumentCustom.cpp29 static inline void documentWrite(const WebDOMString& text, WebCore::HTMLDocument* document, bool addNewline) argument
32 if (addNewline)
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DJSHTMLDocumentCustom.cpp134 static inline void documentWrite(ExecState* exec, HTMLDocument* document, NewlineRequirement addNewline) argument
152 if (addNewline)
/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DTextIterator.cpp989 bool addNewline = shouldEmitExtraNewlineForNode(m_node); local
998 m_needsAnotherNewline = addNewline;
999 } else if (addNewline)

Completed in 82 milliseconds