Searched refs:checkName (Results 1 – 4 of 4) sorted by relevance
39 function checkName(name) { function55 checkName(local0Name);56 checkName(local1Name);57 checkName(local2Name);
132 static void collectCheckers(const CheckNameOption *checkName, in collectCheckers() argument136 if (checkName->Hidden && !collectHidden) in collectCheckers()139 if (const short *member = checkName->Members) { in collectCheckers()151 if (const short *subGroups = checkName->SubGroups) { in collectCheckers()
76 bool checkForNameMatch(Element*, bool checkName, const AtomicString& name) const;
262 bool HTMLCollection::checkForNameMatch(Element* element, bool checkName, const AtomicString& name) … in checkForNameMatch() argument268 if (!checkName) in checkForNameMatch()