Lines Matching refs:firstChild
58 if (ieNode.firstChild) {
59 ieNode = ieNode.firstChild;
62 if (ieNode.firstChild) {
63 ieNode = ieNode.firstChild;
326 d.replace(d.get('firstChild'));
384 firstChild = Y.one(wrapped[0]), i;
389 firstChild.replace(newChild);
390 newChild.prepend(firstChild);
801 if (node.get('firstChild').test('br')) {
802 node.get('firstChild').remove();