Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DFlowThreadController.cpp111 ASSERT(!namedFlow->hasContentNode(contentNode)); in registerNamedFlowContentNode()
122 ASSERT(it->value->hasContentNode(contentNode)); in unregisterNamedFlowContentNode()
DRenderNamedFlowThread.h79 …bool hasContentNode(Node* contentNode) const { ASSERT(contentNode); return m_contentNodes.contains… in hasContentNode() function