Home
last modified time | relevance | path

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

/external/webkit/WebCore/editing/
DApplyStyleCommand.cpp662 Vector<RefPtr<HTMLElement> > unstyledSpans; in applyRelativeFontStyleChange() local
700 unstyledSpans.append(element.release()); in applyRelativeFontStyleChange()
704 size_t size = unstyledSpans.size(); in applyRelativeFontStyleChange()
706 removeNodePreservingChildren(unstyledSpans[i].get()); in applyRelativeFontStyleChange()
/external/webkit/WebCore/
DChangeLog-2006-12-3122821 Rename emptySpans local to unstyledSpans.