Searched refs:childNames (Results 1 – 2 of 2) sorted by relevance
125 GetFirstChild : function( node, childNames ) argument128 if ( typeof ( childNames ) == 'string' )129 childNames = [ childNames ] ;134 if ( eChild.nodeType == 1 && eChild.tagName.Equals.apply( eChild.tagName, childNames ) )143 GetLastChild : function( node, childNames ) argument146 if ( typeof ( childNames ) == 'string' )147 childNames = [ childNames ] ;152 if ( eChild.nodeType == 1 && ( !childNames || eChild.tagName.Equals( childNames ) ) )
144 GetFirstChild : function( node, childNames ) argument147 if ( typeof ( childNames ) == 'string' )148 childNames = [ childNames ] ;153 if ( eChild.nodeType == 1 && eChild.tagName.Equals.apply( eChild.tagName, childNames ) )162 GetLastChild : function( node, childNames ) argument165 if ( typeof ( childNames ) == 'string' )166 childNames = [ childNames ] ;171 if ( eChild.nodeType == 1 && ( !childNames || eChild.tagName.Equals( childNames ) ) )