Searched defs:blockquote (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/editing/
H A DApplyBlockElementCommand.cpp101 RefPtr<Element> blockquote = createBlockElement(); local
102 insertNodeAt(blockquote, start);
104 appendNode(placeholder, blockquote);
129 // Don't put the next paragraph in the blockquote we just created for this paragraph unless

Completed in 507 milliseconds