OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:blockquotenode
(Results
1 - 1
of
1
) sorted by null
/external/webkit/Source/WebCore/editing/
ReplaceSelectionCommand.cpp
626
// styles from
blockquoteNode
are allowed to override those from the source document, see <rdar://problem/4930986> and <rdar://problem/5089327>.
627
Node*
blockquoteNode
= isMailPasteAsQuotationNode(context) ? context : enclosingNodeOfType(firstPositionInNode(context), isMailBlockquote, CanCrossEditingBoundary);
628
if (
blockquoteNode
) {
629
sourceDocumentStyle->removeStyleConflictingWithStyleOfNode(
blockquoteNode
);
630
context =
blockquoteNode
->parentNode();
[
all
...]
Completed in 750 milliseconds