Searched refs:blockquote (Results 1 – 19 of 19) sorted by relevance
/external/webkit/WebCore/editing/ |
D | IndentOutdentCommand.cpp | 143 RefPtr<Element> blockquote = createIndentBlockquoteElement(document()); in indentRegion() local 144 insertNodeAt(blockquote, start); in indentRegion() 146 appendNode(placeholder, blockquote); in indentRegion()
|
D | markup.cpp | 293 Node* blockquote = nearestMailBlockquote(node); in removeEnclosingMailBlockquoteStyle() local 294 if (!blockquote || !blockquote->parentNode()) in removeEnclosingMailBlockquoteStyle() 297 removeStylesAddedByNode(style, blockquote); in removeEnclosingMailBlockquoteStyle()
|
/external/webkit/WebKitTools/iExploder/htdocs/ |
D | htmltags.in | 16 blockquote
|
D | cssproperties.in | 74 -webkit-match-nearest-mail-blockquote-color
|
/external/webkit/WebCore/html/ |
D | HTMLTagNames.in | 19 blockquote createWithNew
|
/external/webkit/WebCore/css/ |
D | CSSPropertyNames.in | 229 -webkit-match-nearest-mail-blockquote-color
|
D | html.css | 88 blockquote { selector
|
/external/sqlite/dist/ |
D | sqlite3.h.orig | 126 ** <blockquote><pre> 130 ** </pre></blockquote>)^ 1620 ** <blockquote><pre> 1626 ** </pre></blockquote> 1632 ** <blockquote><pre> 1641 ** </pre></blockquote> 1718 ** <blockquote><pre> 1720 ** </pre></blockquote> 1724 ** <blockquote><pre> 1728 ** </pre></blockquote> [all …]
|
D | sqlite3.c.orig | 650 ** <blockquote><pre> 654 ** </pre></blockquote>)^ 2144 ** <blockquote><pre> 2150 ** </pre></blockquote> 2156 ** <blockquote><pre> 2165 ** </pre></blockquote> 2242 ** <blockquote><pre> 2244 ** </pre></blockquote> 2248 ** <blockquote><pre> 2252 ** </pre></blockquote> [all …]
|
/external/chromium/third_party/icu/source/test/testdata/ |
D | regextst.txt | 2006 "<blockquote>(?:\s*([^<]+)<br>\s*)+</blockquote>" G "<0><blockquote>string1<br>string2<br>string3… 2007 "<blockquote>(?:\s*([^<]+)<br>\s*)+</blockquote>" ".."
|
/external/icu4c/test/testdata/ |
D | regextst.txt | 2015 "<blockquote>(?:\s*([^<]+)<br>\s*)+</blockquote>" G "<0><blockquote>string1<br>string2<br>string3… 2016 "<blockquote>(?:\s*([^<]+)<br>\s*)+</blockquote>" ".."
|
/external/webkit/WebCore/inspector/front-end/ |
D | SourceCSSTokenizer.re2js | 89 "-webkit-match-nearest-mail-blockquote-color", "-webkit-nbsp-mode", "-webkit-padding-start",
|
/external/webkit/WebCore/ |
D | ChangeLog-2009-06-16 | 8 …When inserting a newline after the blockquote, we don't want to apply the original style after the… 9777 are the last node in a <blockquote>, and can therefore remove the 9778 <blockquote> we need the endOfEnclosingBlock to extend to the end of 9779 the <blockquote> not just the next block, which could be a <div>, for 9781 - Also If a <blockquote> is removed, but it's the child of another 9782 <blockquote> then its children are now children of the top <blockquote>. 9783 In this case we want to split the parent <blockquote> because the next 9784 paragraph assumes that it is the first node in its <blockquote> and if 11990 determining the first node that should go into the new blockquote 12387 between a block and a mail blockquote [all …]
|
D | ChangeLog-2006-12-31 | 1888 …Make sure the execrable match-nearest-mail-blockquote-color CSS property is actually initialized (… 10179 a Mail blockquote, we ignore the parts of the source document's default style 10180 that are overriden by styles from the Mail blockquote. This is necessary in order 10182 to appear blue/green/whatever when it's pasted into a Mail blockquote. 10184 Mail Paste as Quotation node into a normal Mail blockquote. This will prevent 10185 a copied blockquote that was inserted into the document using Paste as Quotation 10193 styles that Mail blockquotes contribute, so that Mail blockquote styles can 12091 …<rdar://problem/4821423> element deletion UI appears for Mail blockquote and others with less than… 18368 Calculate and return the blockquote level of the element. 21302 Used blockquote class="webkit-indent-blockquote" to do this. Mail can now
|
D | ChangeLog-2002-12-03 | 3271 Removing konq's flow-around-floats hack for <blockquote> and 8884 Fix <blockquote> tags to have top and bottom margins of 1em. This matches the <blockquote>
|
D | ChangeLog-2005-08-23 | 20593 … could get moved, and if the pasted-in content included a mail blockquote, this could result in 23543 style, and determine the real color based on the nearest blockquote (or none) to the node. 23547 case, -khtml-match-nearest-mail-blockquote-color. 23743 … (khtml::ReplacementFragment::removeBlockquoteColorsIfNeeded): Remove blockquote colors for now. 32903 blocks (like blockquote elements used for quoting) to documents without giving those 35705 …lem/3805594> REGRESSION (Mail): Second return key stroke does not work when first was in blockquote 36346 <rdar://problem/3788015> REGRESSION (Mail): Crash deleting before a blockquote 37648 <rdar://problem/3778059> Odd behaviour when editing between blockquote elements
|
D | ChangeLog-2010-01-29 | 52961 Test: editing/selection/blockquote-crash.html 83650 With moveParagraph, we used to remove all wrapping nodes, and replaced with a blockquote. 83657 we enclose the div by a single blockquote. 83665 editing/execCommand/indent-second-paragraph-in-blockquote.html 86379 Outdenting a line inside a blockquote tag does nothing 86382 The bug was caused by the code checking whether the blockquote is created by WebKit or not. 86386 …Instead, we should split the enclosingNode (which is a blockquote) at the starting position of out… 86389 Test: editing/execCommand/outdent-regular-blockquote.html 86392 … (WebCore::isIndentBlockquote): no longer checks whether a blockquote is created by WebKit or not. 93727 Test: editing/inserting/break-blockquote-after-delete.html [all …]
|
D | ChangeLog-2007-10-14 | 9213 We'd copy <blockquote>hello<br></blockquote><br class="Apple-interchange-newline"> 44016 * css/html4.css: Removed the webkit-indent-blockquote class rule. 54264 (WebCore::createMarkup): Don't add mail blockquote wrappers
|
D | ChangeLog-2008-08-10 | 14890 a blockquote. Fixed this by only splitting up to the enclosing table cell. This 21243 …<rdar://problem/5908446> AX: webkit needs to return blockquote information for all AX objects, not… 45613 to let Mail's Paste As Quotation blockquote override document default styles, but
|