Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DEditingStyle.cpp312 RefPtr<CSSComputedStyleDeclaration> computedStyleAtPosition = computedStyle(node); in init() local
313 …== AllProperties && computedStyleAtPosition ? computedStyleAtPosition->copy() : editingStyleFromCo… in init()
318 replaceFontSizeByKeywordIfPossible(renderStyle, computedStyleAtPosition.get()); in init()
321 m_shouldUseFixedDefaultFontSize = computedStyleAtPosition->useFixedFontDefaultSize(); in init()
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2950541 and creates an empty style when computedStyleAtPosition is 0 to avoid a crash.
50550 (WebCore::createMarkup): Creates an empty style if computedStyleAtPosition is 0.