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

/macosx-10.9.5/WebCore-7537.78.1/html/
H A DNumberInputType.h52 virtual bool sizeShouldIncludeDecoration(int defaultSize, int& preferredSize) const OVERRIDE;
H A DNumberInputType.cpp180 bool NumberInputType::sizeShouldIncludeDecoration(int defaultSize, int& preferredSize) const argument
182 preferredSize = defaultSize;
H A DInputType.h169 virtual bool sizeShouldIncludeDecoration(int defaultSize, int& preferredSize) const;
H A DHTMLInputElement.cpp113 const int defaultSize = 20; member in namespace:WebCore
118 , m_size(defaultSize)
683 m_size = valueAsInteger > 0 ? valueAsInteger : defaultSize;
938 return m_inputType->sizeShouldIncludeDecoration(defaultSize, preferredSize);
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderVideo.h45 static IntSize defaultSize();
H A DRenderVideo.cpp65 IntSize RenderVideo::defaultSize() function in class:WebCore::RenderVideo
132 return LayoutSize(defaultSize().width(), 1);
134 return defaultSize();
H A DRenderListBox.cpp79 const int defaultSize = 4; member in namespace:WebCore
251 return defaultSize;
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIODeviceTreeSupport.cpp296 unsigned int defaultSize; local
304 defaultSize = defaultObj->getLength();
305 if ( defaultSize > infoSize) return -1;
307 memcpy( infoAddr, defaultObj->getBytesNoCopy(), defaultSize );
/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DSubframeLoader.cpp271 size = RenderVideo::defaultSize();
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/qt/
H A DMediaPlayerPrivateQt.cpp111 , m_naturalSize(RenderVideo::defaultSize())
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DJSObject.h1005 static const unsigned defaultSize = 64;
1008 return (defaultSize - allocationSize(0)) / sizeof(WriteBarrier<Unknown>);

Completed in 124 milliseconds