Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DApplyStyleCommand.cpp1064 RefPtrWillBeRawPtr<Element> styledElement = nullptr; in pushDownInlineStyleAroundNode() local
1066 styledElement = toElement(current); in pushDownInlineStyleAroundNode()
1067 elementsToPushDown.append(styledElement); in pushDownInlineStyleAroundNode()
1090 if (child != targetNode || styledElement) in pushDownInlineStyleAroundNode()