Searched refs:oldBody (Results 1 – 2 of 2) sorted by relevance
304 Digest* oldBody = 0; in innerPatchChildren() local324 oldBody = oldList[i].get(); in innerPatchChildren()361 if (oldHead || oldBody) { in innerPatchChildren()365 if (oldBody && newList[i]->m_node->hasTagName(bodyTag)) in innerPatchChildren()366 merges.set(newList[i].get(), oldBody); in innerPatchChildren()
2237 HTMLElement* oldBody = body(); in setBody() local2238 if (oldBody == newBody) in setBody()2241 if (oldBody) in setBody()2242 documentElement()->replaceChild(newBody.release(), oldBody, exceptionState); in setBody()