• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/WebCore-7600.1.25/editing/

Lines Matching defs:?r

5  * Redistribution and use in source and binary forms, with or without
12 * documentation and/or other materials provided with the distribution.
297 // either the first node in the fragment or the first leaf in the fragment.
310 // either the last node in the fragment or the last leaf in the fragment.
468 // Don't merge to or from a position before or after a block because it would
510 // If Mail wraps the fragment with a Paste as Quotation blockquote, or if you're pasting into a quoted region,
686 // We don't have to make sure that firstNodeInserted isn't inside a select or script element
735 // Handling the case where we are doing Paste as Quotation or pasting into quoted content is more complicated (see handleStyleSpans)
740 // Either there are no style spans in the fragment or a WebKit client has added content to the fragment
765 // or at copy time.
779 // There might not be any style spans if we're pasting from another application or if
787 // If Mail wraps the fragment with a Paste as Quotation blockquote, or if you're pasting into a quoted region,
993 // This will leave a br between the split.
994 Node* br = endingSelection().start().deprecatedNode();
995 ASSERT(br->hasTagName(brTag));
996 // Insert content between the two blockquotes, but remove the br (since it was just a placeholder).
997 insertionPos = positionInParentBeforeNode(br);
998 removeNode(br);
1009 // p that maps to the same visible position as p (since in the case where a br is at the end of a block and collapsed
1010 // away, there are positions after the br which map to the same visible position as [br, 0]).
1029 // Paste at start or end of link goes outside of link.
1033 // any work performed after this that queries or uses the typing style.
1081 // 4) Do one of the following: a) expand the last br if the fragment ends with one and it collapsed,
1083 // end of the selection that was pasted into, or c) handle an interchange newline at the end of the
1137 // didn't have a br after it, so the inserted content ended up in the same paragraph.
1162 // Determine whether or not we should merge the end of inserted content with what's after it before we do
1186 // Mutation events (bug 22634) triggered by inserting the <br> might have removed the content we're about to move
1252 // Don't remove the br if nothing was inserted.
1256 // Remove the br if it is collapsed away and so is unnecessary.
1260 // A br that was originally holding a line open should be displaced by inserted content or turned into a line break.
1261 // A br that was originally acting as a line break should still be acting as a line break, not as a placeholder.
1341 // Mutation events may have deleted start or end