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

/external/webkit/WebCore/editing/
H A DApplyStyleCommand.cpp421 RefPtr<CSSComputedStyleDeclaration> computedStyleAtPosition = pos.computedStyle(); local
423 if (!computedStyleAtPosition)
426 style = computedStyleAtPosition->copyPropertiesInSet(editingStyleProperties, numEditingStyleProperties);
440 style->setProperty(CSSPropertyFontSize, computedStyleAtPosition->getFontSizeCSSValuePreferringKeyword()->cssText());

Completed in 33 milliseconds