Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/android/nav/
DCacheBuilder.cpp1484 CachedNode* onlyChildCached = cachedFrame->lastNode(); in CleanUpContainedNodes() local
1485 Node* onlyChild = (Node*) onlyChildCached->nodePointer(); in CleanUpContainedNodes()
1492 if (onlyChildCached->parent() == lastCached) in CleanUpContainedNodes()
1493 onlyChildCached->setParentIndex(lastCached->parentIndex()); in CleanUpContainedNodes()
1494 bool hasFocus = lastCached->isFocus() || onlyChildCached->isFocus(); in CleanUpContainedNodes()
1496 || onlyChildCached->isPlugin()) { in CleanUpContainedNodes()
1498 *lastCached = *onlyChildCached; in CleanUpContainedNodes()