Home
last modified time | relevance | path

Searched refs:actualWidth (Results 1 – 3 of 3) sorted by relevance

/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/bench/
Dbootstrap.js988 , actualWidth
1014 actualWidth = $tip[0].offsetWidth
1019 tp = {top: pos.top + pos.height, left: pos.left + pos.width / 2 - actualWidth / 2}
1022 tp = {top: pos.top - actualHeight, left: pos.left + pos.width / 2 - actualWidth / 2}
1025 tp = {top: pos.top + pos.height / 2 - actualHeight / 2, left: pos.left - actualWidth}
/external/sqlite/dist/orig/
Dshell.c544 int actualWidth[100]; /* Actual width of each column */ member
857 if( i<ArraySize(p->actualWidth) ){ in shell_callback()
858 p->actualWidth[i] = w; in shell_callback()
873 if( i<ArraySize(p->actualWidth) ){ in shell_callback()
874 w = p->actualWidth[i]; in shell_callback()
888 if( i<ArraySize(p->actualWidth) ){ in shell_callback()
889 w = p->actualWidth[i]; in shell_callback()
/external/sqlite/dist/
Dshell.c550 int actualWidth[100]; /* Actual width of each column */ member
863 if( i<ArraySize(p->actualWidth) ){ in shell_callback()
864 p->actualWidth[i] = w; in shell_callback()
879 if( i<ArraySize(p->actualWidth) ){ in shell_callback()
880 w = p->actualWidth[i]; in shell_callback()
894 if( i<ArraySize(p->actualWidth) ){ in shell_callback()
895 w = p->actualWidth[i]; in shell_callback()