Searched defs:isComment (Results 1 - 2 of 2) sorted by path

/macosx-10.10/IOKitUser-1050.1.21/
H A DIOCFUnserialize.tab.c1914 bool isComment = (c == '-') && ((c = nextChar()) != 0) && (c == '-'); local
/macosx-10.10/WebCore-7600.1.25/dom/
H A DComment.h44 inline bool isComment(const Node& node) { return node.nodeType() == Node::COMMENT_NODE; } function in namespace:WebCore

Completed in 330 milliseconds