Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/tracing/third_party/css-element-queries/test/
Dmootools-core-full-nocompat.js2959 string: function(id, nocash, doc){ argument
2961 return (id) ? types.element(id, nocash) : null;
2964 element: function(el, nocash){ argument
2966 if (!nocash && !el.$family && !(/^(?:object|embed)$/i).test(el.tagName)){
2977 object: function(obj, nocash, doc){ argument
2978 if (obj.toElement) return types.element(obj.toElement(doc), nocash);
2988 return function(el, nocash, doc){ argument
2991 return (types[type]) ? types[type](el, nocash, doc || document) : null;