HomeSort by relevance Sort by last modified time
    Searched refs:defaultSize (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderVideo.h 42 static IntSize defaultSize();
RenderListBox.cpp 71 const int defaultSize = 4;
98 return defaultSize;
RenderVideo.cpp 55 IntSize RenderVideo::defaultSize()
112 return LayoutSize(defaultSize().width(), 1);
114 return defaultSize();
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/dialogs/
ResizableDialog.java 71 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/html/forms/
InputTypeView.h 81 virtual bool sizeShouldIncludeDecoration(int defaultSize, int& preferredSize) const;
NumberInputType.h 54 virtual bool sizeShouldIncludeDecoration(int defaultSize, int& preferredSize) const OVERRIDE;
NumberInputType.cpp 151 bool NumberInputType::sizeShouldIncludeDecoration(int defaultSize, int& preferredSize) const
153 preferredSize = defaultSize;
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebSettingsTest.java 350 int defaultSize = mSettings.getDefaultFontSize();
351 assertTrue(defaultSize > 0);
356 assertTrue(maxSize > defaultSize);
371 int defaultSize = mSettings.getDefaultFixedFontSize();
372 assertTrue(defaultSize > 0);
377 assertTrue(maxSize > defaultSize);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLInputElement.cpp 106 const int defaultSize = 20;
111 , m_size(defaultSize)
679 m_size = valueAsInteger > 0 ? valueAsInteger : defaultSize;
900 return m_inputTypeView->sizeShouldIncludeDecoration(defaultSize, preferredSize);
    [all...]
  /external/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
org.eclipse.jface_3.6.1.M20100825-0800.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 

Completed in 369 milliseconds