Home
last modified time | relevance | path

Searched defs:contentNode (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderNamedFlowThread.cpp81 Node* contentNode = *it; in clearContentNodes() local
442 void RenderNamedFlowThread::registerNamedFlowContentNode(Node* contentNode) in registerNamedFlowContentNode()
463 void RenderNamedFlowThread::unregisterNamedFlowContentNode(Node* contentNode) in unregisterNamedFlowContentNode()
571 static Node* nextNodeInsideContentNode(const Node& currNode, const Node* contentNode) in nextNodeInsideContentNode()
606 Node* contentNode = nodes.at(i); in getRanges() local
DFlowThreadController.cpp106 void FlowThreadController::registerNamedFlowContentNode(Node* contentNode, RenderNamedFlowThread* n… in registerNamedFlowContentNode()
116 void FlowThreadController::unregisterNamedFlowContentNode(Node* contentNode) in unregisterNamedFlowContentNode()
DRenderNamedFlowThread.h79 …bool hasContentNode(Node* contentNode) const { ASSERT(contentNode); return m_contentNodes.contains… in hasContentNode()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DNamedFlow.cpp120 PassRefPtr<NodeList> NamedFlow::getRegionsByContent(Node* contentNode) in getRegionsByContent()