Searched defs:inchLength (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DStyleBuilderCustom.cpp341 static Length inchLength(double inch) { return CSSPrimitiveValue::create(inch, CSSPrimitiveValue::CSS_IN)->computeLength<Length>(0, 0); } function in namespace:WebCore
354 DEFINE_STATIC_LOCAL(Length, letterWidth, (inchLength(8.5)));
355 DEFINE_STATIC_LOCAL(Length, letterHeight, (inchLength(11)));
356 DEFINE_STATIC_LOCAL(Length, legalWidth, (inchLength(8.5)));
357 DEFINE_STATIC_LOCAL(Length, legalHeight, (inchLength(14)));
358 DEFINE_STATIC_LOCAL(Length, ledgerWidth, (inchLength(11)));
359 DEFINE_STATIC_LOCAL(Length, ledgerHeight, (inchLength(17)));

Completed in 90 milliseconds