Lines Matching refs:firstChild
56 if (ieNode.firstChild) {
57 ieNode = ieNode.firstChild;
60 if (ieNode.firstChild) {
61 ieNode = ieNode.firstChild;
324 d.replace(d.get('firstChild'));
382 firstChild = Y.one(wrapped[0]), i;
387 firstChild.replace(newChild);
388 newChild.prepend(firstChild);
799 if (node.get('firstChild').test('br')) {
800 node.get('firstChild').remove();