Home
last modified time | relevance | path

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

/external/webkit/WebCore/editing/
Dmarkup.cpp825 Vector<Node*> ancestorsToClose; in createMarkup() local
890 if (!ancestorsToClose.isEmpty()) { in createMarkup()
893 Node *ancestor = ancestorsToClose.last(); in createMarkup()
899 ancestorsToClose.removeLast(); in createMarkup()
900 } while (!ancestorsToClose.isEmpty()); in createMarkup()
923 ancestorsToClose.append(n); in createMarkup()
/external/webkit/WebCore/
DChangeLog-2006-12-3140890 code to include them even if we closed ancestors in the ancestorsToClose list.
41911 ancestorsToClose list were those kind of ancestors. But we don't add renderer-less
41912 containers to the ancestorsToClose list. So, we were incorrectly surrounding the