Home
last modified time | relevance | path

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

/external/webkit/WebCore/editing/
Dmarkup.cpp948 Node* checkAncestor = specialCommonAncestor ? specialCommonAncestor : commonAncestor; in createMarkup() local
949 if (checkAncestor->renderer()) { in createMarkup()
950 …Node* newSpecialCommonAncestor = highestEnclosingNodeOfType(Position(checkAncestor, 0), &isElement… in createMarkup()
/external/webkit/WebCore/
DChangeLog-2007-10-1440599 …Problem is that checkAncestor and lastClosed can be nil when createMarkup is called unrendered nod…
40603 Nil-check checkAncestor and lastClosed.