Searched refs:onlyChildCached (Results 1 – 1 of 1) sorted by relevance
1484 CachedNode* onlyChildCached = cachedFrame->lastNode(); in CleanUpContainedNodes() local1485 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()