Lines Matching refs:getFileName
1022 this.getFileName=function(url){var split=this.splitURLBase(url); function
4320 if(elt instanceof HTMLImageElement){value=getFileName(elt.src)
4321 }else{if(elt instanceof HTMLAnchorElement){value=getFileName(elt.href)
4323 }else{if(elt instanceof HTMLFormElement){value=getFileName(elt.action)
4324 }else{if(elt instanceof HTMLScriptElement){value=getFileName(elt.src)
4381 …,"$object|getLocation")),getLocation:function(doc){return doc.location?getFileName(doc.location.hr…
4390 …alue"},"$object|getLocation")),getLocation:function(styleSheet){return getFileName(styleSheet.href)
4401 …),getLocation:function(win){try{return(win&&win.location&&!win.closed)?getFileName(win.location.hr…
4422 }try{var fileName=getFileName(sourceLink.href);
4452 },getSourceLinkTitle:function(frame){var fileName=cropString(getFileName(frame.href),20);
4454 var fileName=cropString(getFileName(frame.href),17);
7256 var fileName=getFileName(styleSheet.href)||getFileName(doc.location.href);
7679 }var fileName=getFileName(script.src)||getFileName(doc.location.href);
7771 var getFileName=function getFileName(path){if(!path){return"" function