Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DReplaceSelectionCommand.cpp84 bool hasInterchangeNewlineAtStart() const { return m_hasInterchangeNewlineAtStart; } in hasInterchangeNewlineAtStart() function in blink::FINAL
972 if (fragment.hasInterchangeNewlineAtStart()) { in doApply()
982 if (fragment.hasInterchangeNewlineAtStart()) { in doApply()
1188 …if (shouldMergeStart(selectionStartWasStartOfParagraph, fragment.hasInterchangeNewlineAtStart(), s… in doApply()
1514 …if (m_smartReplace || fragment.hasInterchangeNewlineAtStart() || fragment.hasInterchangeNewlineAtE… in performTrivialReplace()