HomeSort by relevance Sort by last modified time
    Searched defs:blockquote (Results 1 - 2 of 2) 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...]
markup.cpp 293 Node* blockquote = nearestMailBlockquote(node); local
294 if (!blockquote || !blockquote->parentNode())
297 removeStylesAddedByNode(style, blockquote);
    [all...]

Completed in 705 milliseconds