Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditingStyle.cpp464 …RefPtrWillBeRawPtr<CSSComputedStyleDeclaration> computedStyleAtPosition = CSSComputedStyleDeclarat… in init() local
465 …lProperties && computedStyleAtPosition ? computedStyleAtPosition->copyProperties() : editingStyleF… in init()
470 …if (RefPtrWillBeRawPtr<CSSValue> value = computedStyleAtPosition->getPropertyCSSValue(CSSPropertyW… in init()
477 replaceFontSizeByKeywordIfPossible(renderStyle, computedStyleAtPosition.get()); in init()
480 m_fixedPitchFontType = computedStyleAtPosition->fixedPitchFontType(); in init()