HomeSort by relevance Sort by last modified time
    Searched refs:blockquote (Results 1 - 5 of 5) sorted by null

  /external/webkit/WebCore/editing/
IndentOutdentCommand.cpp 48 DEFINE_STATIC_LOCAL(String, string, ("webkit-indent-blockquote"));
123 // Create a new blockquote and insert it as a child of the root editable element. We accomplish
131 // Don't put the next paragraph in the blockquote we just created for this paragraph unless
143 RefPtr<Element> blockquote = createIndentBlockquoteElement(document()); local
144 insertNodeAt(blockquote, start);
146 appendNode(placeholder, blockquote);
196 // The selection is inside a blockquote i.e. enclosingNode is a blockquote
203 // The blockquote doesn't contain anything outside the paragraph, so it can be totally removed.
206 // outdentRegion() assumes it is operating on the first paragraph of an enclosing blockquote, but if there are multiply nested blockquotes and we'v
    [all...]
  /external/webkit/WebCore/css/
CSSPropertyNames.in 229 -webkit-match-nearest-mail-blockquote-color
html.css 88 blockquote {
  /build/tools/droiddoc/templates/assets/
android-developer-core.css 191 blockquote {
  /external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php 143 if (!preg_match('{^$|^<(p|ul|ol|dl|pre|blockquote)>}i', $text)) {
403 $block_tags_b_re = 'p|div|h[1-6]|blockquote|pre|table|dl|ol|ul|address|'.
    [all...]

Completed in 687 milliseconds