Searched refs:oldWidth (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/chrome/browser/resources/extensions/
H A Dextension_options_overlay.js107 var oldWidth = parseInt(overlayStyle.width);
115 Math.pow(evt.newWidth - oldWidth, 2) +
119 {width: oldWidth + 'px', height: oldHeight + 'px'},
/external/chromium_org/chrome/renderer/resources/extensions/
H A Dextension_options.js154 function(newWidth, newHeight, oldWidth, oldHeight) {
159 oldWidth: oldWidth,
163 this.resize(newWidth, newHeight, oldWidth, oldHeight);
176 function(newWidth, newHeight, oldWidth, oldHeight) {
291 this.deferredAutoSizeState.oldWidth,
H A Dextension_options_events.js26 fields:['newWidth', 'newHeight', 'oldWidth', 'oldHeight']
72 extensionOptionsEvent.oldWidth,
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
H A DButtonPropertyEditorPresentationImpl.java187 Integer oldWidthObject = (Integer) control.getData("oldWidth");
189 control.setData("oldWidth", newWidth);
193 int oldWidth = oldWidthObject.intValue();
195 if (oldWidth == newWidth && oldHeight == newHeight) {
/external/chromium_org/ui/file_manager/video_player/js/
H A Dvideo_player.js470 var oldWidth = window.outerWidth;
473 if (!oldWidth && !oldHeight) {
480 appWindow.moveTo(oldLeft - (newWidth - oldWidth) / 2,
/external/deqp/modules/egl/
H A DteglResizeTests.cpp260 const int oldWidth = oldSurface.getWidth(); local
264 const int minWidth = de::min(oldWidth, newWidth);
269 const int oldX = xCorner == 0 ? 0 : oldWidth - minWidth;
/external/chromium_org/extensions/test/data/web_view/apitest/
H A Dmain.js127 embedder.test.assertEq(50, e.oldWidth);
/external/chromium_org/chrome/renderer/resources/
H A Doffline.js774 var oldWidth = opt_width || canvas.width;
777 canvas.width = oldWidth * ratio;
780 canvas.style.width = oldWidth + 'px';
/external/chromium_org/third_party/webrtc/modules/video_render/mac/
H A Dvideo_render_nsopengl.mm341 int oldWidth = _width;
348 int retVal = FrameSizeChange(oldWidth, oldHeight, oldNumberOfStreams);
H A Dvideo_render_agl.cc344 int oldWidth = _width; local
351 int retVal = FrameSizeChange(oldWidth, oldHeight, oldNumberOfStreams);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBox.h519 LayoutUnit oldWidth = width(); local
522 if (oldWidth != width())
H A DRenderBlockFlow.cpp2701 LayoutUnit oldWidth = contentWidth(); local
2706 LayoutUnit rightEdge = leftEdge + oldWidth;
2711 if (newContentWidth == oldWidth)
H A DRenderBlock.cpp1424 LayoutUnit oldWidth = logicalWidth(); local
1430 return oldWidth != logicalWidth() || oldColumnWidth != desiredColumnWidth() || widthAvailableToChildrenHasChanged();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/skia/experimental/webtry/res/js/cm/
H A Dcodemirror.js540 var oldWidth = cm.display.scroller.clientWidth;
555 if (first && cm.options.lineWrapping && oldWidth != cm.display.scroller.clientWidth) {
/external/skia/experimental/webtry/res/js/cm/
H A Dcodemirror.js540 var oldWidth = cm.display.scroller.clientWidth;
555 if (first && cm.options.lineWrapping && oldWidth != cm.display.scroller.clientWidth) {
/external/robolectric/lib/main/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 3880 milliseconds