Home
last modified time | relevance | path

Searched refs:heightInt (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/html/
DHTMLTableCellElement.cpp113 int heightInt = attr->value().toInt(); in parseMappedAttribute() local
114 if (heightInt > 0) // height="0" is ignored for compatibility with WinIE. in parseMappedAttribute()
/external/webkit/Source/WebCore/platform/
DDefaultLocalizationStrategy.cpp729 int heightInt = size.height(); in imageTitle() local
730 RetainPtr<CFNumberRef> height(AdoptCF, CFNumberCreate(0, kCFNumberIntType, &heightInt)); in imageTitle()