Home
last modified time | relevance | path

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

/plugin/grensladawritezor/fckeditor/editor/_source/internals/
Dfckdomtools.js176 …GetPreviousSourceElement : function( currentNode, ignoreSpaceTextOnly, stopSearchElements, ignoreE… argument
181 …if ( stopSearchElements && currentNode.nodeType == 1 && currentNode.nodeName.IEquals( stopSearchEl…
187 …reviousSourceElement( currentNode.parentNode, ignoreSpaceTextOnly, stopSearchElements, ignoreEleme…
193 if ( stopSearchElements && currentNode.nodeName.IEquals( stopSearchElements ) )
205 …return this.GetPreviousSourceElement( currentNode, ignoreSpaceTextOnly, stopSearchElements, ignore…
226 …GetNextSourceElement : function( currentNode, ignoreSpaceTextOnly, stopSearchElements, ignoreEleme… argument
234 …GetNextSourceElement( currentNode.parentNode, ignoreSpaceTextOnly, stopSearchElements, ignoreEleme…
240 if ( stopSearchElements && currentNode.nodeName.IEquals( stopSearchElements ) )
252 …return this.GetNextSourceElement( currentNode, ignoreSpaceTextOnly, stopSearchElements, ignoreElem…
/plugin/wysiwyg/fckeditor/editor/_source/internals/
Dfckdomtools.js195 …GetPreviousSourceElement : function( currentNode, ignoreSpaceTextOnly, stopSearchElements, ignoreE… argument
200 …if ( stopSearchElements && currentNode.nodeType == 1 && currentNode.nodeName.IEquals( stopSearchEl…
206 …reviousSourceElement( currentNode.parentNode, ignoreSpaceTextOnly, stopSearchElements, ignoreEleme…
212 if ( stopSearchElements && currentNode.nodeName.IEquals( stopSearchElements ) )
224 …return this.GetPreviousSourceElement( currentNode, ignoreSpaceTextOnly, stopSearchElements, ignore…
245 …GetNextSourceElement : function( currentNode, ignoreSpaceTextOnly, stopSearchElements, ignoreEleme… argument
251 if ( stopSearchElements && currentNode.nodeName.IEquals( stopSearchElements ) )