Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DApplyStyleCommand.cpp387 WillBeHeapVector<RefPtrWillBeMember<HTMLElement> > unstyledSpans; in applyRelativeFontStyleChange() local
425 unstyledSpans.append(element.release()); in applyRelativeFontStyleChange()
429 size_t size = unstyledSpans.size(); in applyRelativeFontStyleChange()
431 removeNodePreservingChildren(unstyledSpans[i].get()); in applyRelativeFontStyleChange()