Searched refs:computedStyleAtPosition (Results 1 – 2 of 2) sorted by relevance
312 RefPtr<CSSComputedStyleDeclaration> computedStyleAtPosition = computedStyle(node); in init() local313 …== AllProperties && computedStyleAtPosition ? computedStyleAtPosition->copy() : editingStyleFromCo… in init()318 replaceFontSizeByKeywordIfPossible(renderStyle, computedStyleAtPosition.get()); in init()321 m_shouldUseFixedDefaultFontSize = computedStyleAtPosition->useFixedFontDefaultSize(); in init()
50541 and creates an empty style when computedStyleAtPosition is 0 to avoid a crash.50550 (WebCore::createMarkup): Creates an empty style if computedStyleAtPosition is 0.