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

  /external/webkit/Source/WebCore/html/
HTMLTableCellElement.cpp 113 int heightInt = attr->value().toInt();
114 if (heightInt > 0) // height="0" is ignored for compatibility with WinIE.
  /external/webkit/Source/WebCore/platform/
DefaultLocalizationStrategy.cpp 729 int heightInt = size.height();
730 RetainPtr<CFNumberRef> height(AdoptCF, CFNumberCreate(0, kCFNumberIntType, &heightInt));
    [all...]

Completed in 31 milliseconds