Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/tracing/third_party/css-element-queries/test/
Dmootools-core-full-nocompat.js2231 local.createNTHPseudo = function(child, sibling, positions, ofType){ function
2506 'nth-child': local.createNTHPseudo('firstChild', 'nextSibling', 'posNTH'),
2508 'nth-last-child': local.createNTHPseudo('lastChild', 'previousSibling', 'posNTHLast'),
2510 'nth-of-type': local.createNTHPseudo('firstChild', 'nextSibling', 'posNTHType', true),
2512 'nth-last-of-type': local.createNTHPseudo('lastChild', 'previousSibling', 'posNTHTypeLast', true),