Searched defs:isInsertionPoint (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/html/shadow/
H A DInsertionPoint.h78 inline bool isInsertionPoint(const Node& node) { return node.isInsertionPoint(); } function in namespace:WebCore
/macosx-10.10/WebCore-7600.1.25/dom/
H A DNode.h257 bool isInsertionPoint() const { return getFlag(NeedsNodeRenderingTraversalSlowPathFlag) && isInsertionPointNode(); } function in class:WebCore::Node

Completed in 118 milliseconds