Home
last modified time | relevance | path

Searched refs:checkName (Results 1 – 4 of 4) sorted by relevance

/external/v8/test/mjsunit/regress/
Dregress-1170187.js39 function checkName(name) { function
55 checkName(local0Name);
56 checkName(local1Name);
57 checkName(local2Name);
/external/clang/lib/StaticAnalyzer/Checkers/
DClangSACheckerProvider.cpp132 static void collectCheckers(const CheckNameOption *checkName, in collectCheckers() argument
136 if (checkName->Hidden && !collectHidden) in collectCheckers()
139 if (const short *member = checkName->Members) { in collectCheckers()
151 if (const short *subGroups = checkName->SubGroups) { in collectCheckers()
/external/webkit/Source/WebCore/html/
DHTMLCollection.h76 bool checkForNameMatch(Element*, bool checkName, const AtomicString& name) const;
DHTMLCollection.cpp262 bool HTMLCollection::checkForNameMatch(Element* element, bool checkName, const AtomicString& name) … in checkForNameMatch() argument
268 if (!checkName) in checkForNameMatch()