/external/chromium_org/content/test/data/ |
browser_plugin_dragging.html | 20 id_message.offsetTop + id_message.offsetHeight / 2]; 25 plugin.offsetTop + plugin.offsetHeight / 2];
|
/external/chromium_org/content/test/data/npapi/ |
resize_during_paint.html | 11 var height = document.body.offsetHeight; 36 var height = document.body.offsetHeight;
|
ensure_scripting_works_in_destroy_iframe.html | 29 var height = document.body.offsetHeight;
|
execute_script_delete_in_npn_evaluate.html | 35 var height = document.body.offsetHeight;
|
execute_script_delete_in_paint.html | 35 var height = document.body.offsetHeight;
|
new_fails.html | 25 var height = document.body.offsetHeight;
|
self_delete_plugin_stream.html | 30 var height = document.body.offsetHeight;
|
verify_plugin_window_rect.html | 26 var height = document.body.offsetHeight;
|
create_instance_in_paint.html | 29 var height = document.body.offsetHeight;
|
execute_script_delete_in_mouse_up.html | 37 var height = document.body.offsetHeight;
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
drag-image-for-links-and-images.html | 8 dragImage, dragImage.offsetWidth / 2, dragImage.offsetHeight / 2);
|
slider-thumb-tracking.html | 9 var y = slider.offsetHeight / 2;
|
/external/chromium_org/tools/perf/page_sets/ |
pica.json | 7 "document.addEventListener('WebComponentsReady', function(){var unused = document.body.offsetHeight; window.__pica_load_time = performance.now(); setTimeout(function(){window.__web_components_ready=true}, 1000)})",
|
/packages/apps/Gallery2/jni/filters/ |
geometry.c | 116 __inline__ void crop(char * source, int srcWidth, int srcHeight, char * destination, int dstWidth, int dstHeight, int offsetWidth, int offsetHeight){ 120 if ((srcWidth > dstWidth + offsetWidth) || (srcHeight > dstHeight + offsetHeight)){ 125 for (j = offsetHeight; j < offsetHeight + dstHeight; j++){ 126 memcpy(destination + (j - offsetHeight) * new_row_width, source + j * row_width + offsetWidth * cpy_bytes, cpy_bytes * dstWidth ); 154 void JNIFUNCF(ImageFilterGeometry, nativeApplyFilterCrop, jobject src, jint srcWidth, jint srcHeight, jobject dst, jint dstWidth, jint dstHeight, jint offsetWidth, jint offsetHeight) { 160 crop(source, srcWidth, srcHeight, destination, dstWidth, dstHeight, offsetWidth, offsetHeight);
|
/external/chromium/chrome/browser/resources/ |
print_preview_animations.js | 74 var offsetHeight = el.offsetHeight - el.scrollbarHeight; 77 var elevatorHeight = offsetHeight / scrollHeight * offsetHeight; 98 if (offsetHeight >= scrollHeight) { 105 var y = scrollTop / (scrollHeight - offsetHeight); 109 (y * (offsetHeight - elevatorHeight - 6)) + 'px'; 152 insideEl.scrollbarHeight = insideEl.offsetHeight - insideEl.clientHeight; 214 var height = extraEl.offsetHeight;
|
/external/chromium/chrome/browser/printing/cloud_print/resources/ |
cloud_print_setup_login.js | 19 new_height = $('cloudprint-signup').offsetHeight;
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/news_a11y/ |
feed_iframe.js | 6 var msg = JSON.stringify({type:"size", size:document.body.offsetHeight});
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
Drawer.js | 77 return Number.constrain(height, Preferences.minConsoleHeight, this._inspectorView.devtoolsElement().offsetHeight - Preferences.minConsoleHeight); 250 this._savedHeight = this.element.offsetHeight; 261 {element: this.element, start: {"flex-basis": this.element.offsetHeight }, end: {"flex-basis": 23}}, 295 var height = this._constrainHeight(this.element.offsetHeight); 331 height = Number.constrain(height, Preferences.minConsoleHeight, this._inspectorView.devtoolsElement().offsetHeight - Preferences.minConsoleHeight); 343 this._savedHeight = this.element.offsetHeight;
|
/external/chromium_org/chrome/browser/resources/options/chromeos/ |
display_options.js | 36 height: element.offsetHeight 363 newPosition.y = this.snapToEdge_(newPosition.y, draggingDiv.offsetHeight, 364 baseDiv.offsetTop, baseDiv.offsetHeight); 368 y: newPosition.y + draggingDiv.offsetHeight / 2 375 height: baseDiv.offsetHeight 398 if (newPosition.y > baseDiv.offsetTop + baseDiv.offsetHeight) 401 else if (newPosition.y + draggingDiv.offsetHeight < 448 baseDiv.offsetTop - draggingDiv.offsetHeight + 'px'; 453 baseDiv.offsetTop + baseDiv.offsetHeight + 'px'; 516 baseDiv.offsetTop - draggingDiv.offsetHeight [all...] |
display_overscan.js | 76 displayOptionsPage.offsetHeight - 50 + 'px'; 83 operationsTable.offsetHeight / 2 + 'px';
|
/external/chromium_org/chrome/browser/resources/print_preview/ |
print_preview_page.html | 90 if (header.offsetHeight > options['topMargin'] + 1) { 94 if (footer.offsetHeight > options['bottomMargin'] + 1) {
|
print_preview_animations.js | 45 var height = el.offsetHeight; 65 var height = el.offsetHeight; 67 el.offsetHeight; // Should force an update of the computed style.
|
/external/chromium_org/chrome/browser/resources/print_preview/search/ |
fedex_tos.js | 34 this.getElement().style.height = heightHelperEl.offsetHeight + 'px';
|
/external/chromium_org/chrome/browser/ui/webui/options/ |
settings_app_browsertest.js | 30 return elem.offsetWidth > 0 || elem.offsetHeight > 0;
|
/external/chromium_org/tools/perf/measurements/ |
page_cycler.js | 41 var unused = document.body.offsetHeight; // force layout
|