Home
last modified time | relevance | path

Searched refs:isHTMLLineBreak (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorStyleTextEditor.cpp94 if (!propertyStart || !isHTMLLineBreak(m_styleText[propertyStart - 1])) in insertProperty()
97 if (!isHTMLLineBreak(m_styleText[propertyStart])) in insertProperty()
130 if (isHTMLLineBreak(newText[newTextLength - 1])) { in internalReplaceProperty()
137 isLastNewline = isHTMLLineBreak(m_styleText[i]); in internalReplaceProperty()
DInspectorStyleSheet.cpp779 bool isLineFeed = isHTMLLineBreak(ch); in newLineAndWhitespaceDelimiters()
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DHTMLParserIdioms.h96 inline bool isHTMLLineBreak(UChar character) in isHTMLLineBreak() function
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
DEmailInputType.cpp247 String noLineBreakValue = proposedValue.removeCharacters(isHTMLLineBreak); in sanitizeValue()