Home
last modified time | relevance | path

Searched refs:findPosY (Results 1 – 7 of 7) sorted by relevance

/plugin/crypto/js/
H A Ddecrypt-dialog.js17 this.div.style.top = (findPosY(textArea)+20)+'px';
H A Dencrypt-dialog.js17 this.dialog.style.top = (findPosY(textArea)+20)+'px';
H A Dtoggle-encryption-dialog.js19 this.div.style.top = (findPosY(this.button.parentNode)+20)+'px';
/plugin/tindexmenu/
H A Dscript.js76 y += findPosY(btn);
/plugin/blogtng/
H A Dscript.js190 let by1 = findPosY(comment_div);
/plugin/spellcheck/
H A Dscript.js256 var y = findPosY('spell__error'+id);
/plugin/s5reloaded/ui/thesis/
H A Dslides.js1602 function findPosY(obj) { function
2413 var x = findPosX(ref); var y = findPosY(ref);
2418 x = findPosX(ref); if(isOp) {y = window.innerHeight-imgHeight; }else {y = findPosY(ref);}
2422 x = findPosX(ref); if(isOp) {y = window.innerHeight-imgHeight; }else {y = findPosY(ref);}