Searched refs:wkSize (Results 1 – 1 of 1) sorted by relevance
197 inline WebCore::IntSize toIntSize(const WKSize& wkSize) in toIntSize() argument199 return WebCore::IntSize(static_cast<int>(wkSize.width), static_cast<int>(wkSize.height)); in toIntSize()235 WKSize wkSize; in toAPI() local236 wkSize.width = size.width(); in toAPI()237 wkSize.height = size.height(); in toAPI()238 return wkSize; in toAPI()