Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit2/Shared/API/c/
DWKSharedAPICast.h197 inline WebCore::IntSize toIntSize(const WKSize& wkSize) in toIntSize() argument
199 return WebCore::IntSize(static_cast<int>(wkSize.width), static_cast<int>(wkSize.height)); in toIntSize()
235 WKSize wkSize; in toAPI() local
236 wkSize.width = size.width(); in toAPI()
237 wkSize.height = size.height(); in toAPI()
238 return wkSize; in toAPI()