Home
last modified time | relevance | path

Searched refs:isElementForFormatBlock (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/editing/
DFormatBlockCommand.cpp41 static bool isElementForFormatBlock(const QualifiedName& tagName);
42 static inline bool isElementForFormatBlock(Node* node) in isElementForFormatBlock() function
44 … return node->isElementNode() && isElementForFormatBlock(static_cast<Element*>(node)->tagQName()); in isElementForFormatBlock()
55 if (!isElementForFormatBlock(tagName())) in formatSelection()
73 if (isElementForFormatBlock(refNode->tagQName()) && start == startOfBlock(start) in formatRange()
105 while (commonAncestor && !isElementForFormatBlock(commonAncestor)) in elementForFormatBlockCommand()
118 bool isElementForFormatBlock(const QualifiedName& tagName) in isElementForFormatBlock() function
153 …dyTag) || !n->parentNode() || !n->parentNode()->rendererIsEditable() || isElementForFormatBlock(n)) in enclosingBlockToSplitTreeTo()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0632250 (WebCore::isElementForFormatBlock):
32256 (WebCore::enclosingBlockToSplitTreeTo): Calls isElementForFormatBlock.