Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DDOMPatchSupport.cpp304 Digest* oldBody = 0; in innerPatchChildren() local
324 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()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocument.cpp2237 HTMLElement* oldBody = body(); in setBody() local
2238 if (oldBody == newBody) in setBody()
2241 if (oldBody) in setBody()
2242 documentElement()->replaceChild(newBody.release(), oldBody, exceptionState); in setBody()