Searched refs:defaultSize (Results 1 - 14 of 14) sorted by relevance

/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/dialogs/
H A DResizableDialog.java71 Point defaultSize = getDefaultSize();
76 int width = Math.min(displayBounds.width, Math.max(oldBounds.width, defaultSize.x));
77 int height = Math.min(displayBounds.height, Math.max(oldBounds.height, defaultSize.y));
82 return defaultSize;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderListBox.cpp71 const int defaultSize = 4; member in namespace:blink
98 return defaultSize;
H A DRenderVideo.cpp55 IntSize RenderVideo::defaultSize() function in class:blink::RenderVideo
112 return LayoutSize(defaultSize().width(), 1);
114 return defaultSize();
H A DRenderVideo.h42 static IntSize defaultSize();
/external/zxing/qr_scanner/src/com/google/zxing/client/android/camera/
H A DCameraConfigurationManager.java157 Camera.Size defaultSize = parameters.getPreviewSize();
158 bestSize = new Point(defaultSize.width, defaultSize.height);
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DNumberInputType.h54 virtual bool sizeShouldIncludeDecoration(int defaultSize, int& preferredSize) const OVERRIDE;
H A DInputTypeView.h81 virtual bool sizeShouldIncludeDecoration(int defaultSize, int& preferredSize) const;
H A DNumberInputType.cpp151 bool NumberInputType::sizeShouldIncludeDecoration(int defaultSize, int& preferredSize) const argument
153 preferredSize = defaultSize;
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLInputElement.cpp106 const int defaultSize = 20; member in namespace:blink
111 , m_size(defaultSize)
679 m_size = valueAsInteger > 0 ? valueAsInteger : defaultSize;
900 return m_inputTypeView->sizeShouldIncludeDecoration(defaultSize, preferredSize);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...

Completed in 276 milliseconds