コード例 #1
0
ファイル: TagNodeList.cpp プロジェクト: MYSHLIFE/webkit
bool HTMLTagNodeList::nodeMatches(Element* testNode) const
{
    return nodeMatchesInlined(testNode);
}
コード例 #2
0
bool ClassNodeList::nodeMatches(Element* testNode) const
{
    return nodeMatchesInlined(testNode);
}