Searched refs:findPosY (Results 1 – 7 of 7) sorted by relevance
17 this.div.style.top = (findPosY(textArea)+20)+'px';
17 this.dialog.style.top = (findPosY(textArea)+20)+'px';
19 this.div.style.top = (findPosY(this.button.parentNode)+20)+'px';
76 y += findPosY(btn);
190 let by1 = findPosY(comment_div);
256 var y = findPosY('spell__error'+id);
1602 function findPosY(obj) { function2413 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);}