Home
last modified time | relevance | path

Searched defs:isBlockFlow (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderBlock.h334 virtual bool isBlockFlow() const { return (!isInline() || isReplaced()) && !isTable(); } in isBlockFlow() function
DRenderObject.h251 virtual bool isBlockFlow() const { return false; } in isBlockFlow() function
/external/webkit/Source/WebCore/dom/
DNode.cpp1653 bool Node::isBlockFlow() const in isBlockFlow() function in WebCore::Node