Home
last modified time | relevance | path

Searched refs:isBlockFlowElement (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DInsertListCommand.cpp226 … Node* outerBlock = firstChildInList->isBlockFlowElement() ? firstChildInList : listNode.get(); in doApplyForSingleParagraph()
DReplaceSelectionCommand.cpp844 if (parent->isBlockFlowElement() || parent->hasTagName(bodyTag)) in enclosingInline()
848 if (sibling->isBlockFlowElement()) in enclosingInline()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DNode.cpp1268 bool Node::isBlockFlowElement() const in isBlockFlowElement() function in WebCore::Node
1276 if (isBlockFlowElement()) in enclosingBlockFlowElement()
1283 if (n->isBlockFlowElement() || n->hasTagName(bodyTag)) in enclosingBlockFlowElement()
DNode.h310 bool isBlockFlowElement() const;