Searched refs:preferredSize (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/chrome/browser/ui/cocoa/autofill/
H A Dautofill_layout.h15 // * Window controller queries subviews for preferredSize to determine the
23 - (NSSize)preferredSize;
H A Dautofill_sign_in_container.h38 @property(assign, nonatomic) NSSize preferredSize; variable
H A Dpassword_generation_popup_view_cocoa.h49 - (NSSize)preferredSize;
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DInputTypeView.cpp52 bool InputTypeView::sizeShouldIncludeDecoration(int, int& preferredSize) const
54 preferredSize = element().size();
H A DNumberInputType.h54 virtual bool sizeShouldIncludeDecoration(int defaultSize, int& preferredSize) const OVERRIDE;
H A DNumberInputType.cpp151 bool NumberInputType::sizeShouldIncludeDecoration(int defaultSize, int& preferredSize) const
153 preferredSize = defaultSize;
172 preferredSize = size.sizeBeforeDecimalPoint + size.sizeAfteDecimalPoint + (size.sizeAfteDecimalPoint ? 1 : 0);
H A DInputTypeView.h81 virtual bool sizeShouldIncludeDecoration(int defaultSize, int& preferredSize) const;
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DStringImplCF.cpp103 static CFIndex preferredSize(CFIndex size, CFOptionFlags, void*) function in namespace:WTF::StringWrapperCFAllocator
115 CFAllocatorContext context = { 0, 0, retain, release, copyDescription, allocate, reallocate, deallocate, preferredSize };
/external/chromium_org/chrome/browser/ui/cocoa/download/
H A Ddownload_item_controller.h144 - (NSSize)preferredSize;
/external/chromium_org/third_party/skia/src/core/
H A DSkBitmapHeap.cpp69 SkBitmapHeap::SkBitmapHeap(int32_t preferredSize, int32_t ownerCount) argument
74 , fPreferredCount(preferredSize)
80 SkBitmapHeap::SkBitmapHeap(ExternalStorage* storage, int32_t preferredSize) argument
85 , fPreferredCount(preferredSize)
H A DSkBitmapHeap.h91 * @param preferredSize Specifies the preferred maximum number of bitmaps to store. This is
97 SkBitmapHeap(int32_t preferredSize = UNLIMITED_SIZE, int32_t ownerCount = IGNORE_OWNERS);
/external/skia/src/core/
H A DSkBitmapHeap.cpp69 SkBitmapHeap::SkBitmapHeap(int32_t preferredSize, int32_t ownerCount) argument
74 , fPreferredCount(preferredSize)
80 SkBitmapHeap::SkBitmapHeap(ExternalStorage* storage, int32_t preferredSize) argument
85 , fPreferredCount(preferredSize)
H A DSkBitmapHeap.h91 * @param preferredSize Specifies the preferred maximum number of bitmaps to store. This is
97 SkBitmapHeap(int32_t preferredSize = UNLIMITED_SIZE, int32_t ownerCount = IGNORE_OWNERS);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
H A DPopover.js94 var preferredSize = view ? view.measurePreferredSize() : this.contentElement.measurePreferredSize();
95 preferredWidth = preferredWidth || preferredSize.width;
96 preferredHeight = preferredHeight || preferredSize.height;
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLInputElement.h105 bool sizeShouldIncludeDecoration(int& preferredSize) const;
H A DHTMLInputElement.cpp898 bool HTMLInputElement::sizeShouldIncludeDecoration(int& preferredSize) const
900 return m_inputTypeView->sizeShouldIncludeDecoration(defaultSize, preferredSize);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.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.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.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 292 milliseconds